xref: /dflybsd-src/contrib/less/README.DRAGONFLY (revision 3fa190a4614135ff78a346646dc1fe4241d96e95)
1590dac95SAaron LILESS
2590dac95SAaron LI====
379e96d16SJohn Marino
4e3a54cafSPeter AvalosOriginal source can be downloaded from:
5590dac95SAaron LIhttps://www.greenwoodsoftware.com/less/
6e3a54cafSPeter Avalos
7*3fa190a4SAaron LIfile = less-661.tar.gz
8*3fa190a4SAaron LIdate = 30 June 2024
9*3fa190a4SAaron LIsize = 648198
10*3fa190a4SAaron LIsha1 = 04815f4d066f231dce6f7353acd0425ddb308f75
1179e96d16SJohn Marino
12e3a54cafSPeter AvalosA list of deleted files is in README.DELETED.
13e3a54cafSPeter Avalos
14d33b29f8SDaniel FojtUse "git diff vendor/LESS contrib/less" to see local modifications.
15d33b29f8SDaniel Fojt
16e3a54cafSPeter AvalosWhen upgrading, remember to update usr.bin/less/defines.h.
17e3a54cafSPeter Avalos
18590dac95SAaron LITo generate the 'defines.h':
19590dac95SAaron LI	$ ln -s libprivate_ncurses.so /usr/lib/priv/libncurses.so
20590dac95SAaron LI	$ ./configure CFLAGS="-I/usr/include/priv/ncurses" LDFLAGS="-L/usr/lib/priv -rpath /lib/priv" LIBS="-lprivate_ncurses"
21590dac95SAaron LI	$ rm /usr/lib/priv/libncurses.so
22590dac95SAaron LI
23e3a54cafSPeter AvalosThis source is used in:
24e3a54cafSPeter Avalos	usr.bin/less
25e3a54cafSPeter Avalos	usr.bin/lessecho
26e3a54cafSPeter Avalos	usr.bin/lesskey
27