History log of /freebsd-current/usr.bin/less/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 555b62e1 25-May-2023 John Baldwin <jhb@FreeBSD.org>

less: Re-enable -Wdeprecated-non-prototype warnings.

These were fixed in the most recent update to contrib/less.


# 1bd44215 18-Apr-2023 John Baldwin <jhb@FreeBSD.org>

less: Silence -Wdeprecated-non-prototype warnings.

This has an active upstream so will presumably be fixed upstream at
some point.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D39525


# 3451ed88 16-Mar-2023 Mateusz Guzik <mjg@FreeBSD.org>

less: silence K&R warns

Sponsored by: Rubicon Communications, LLC ("Netgate")


# 069ebe6f 16-Aug-2022 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put less in FreeBSD-runtime

Useful to have a pager in it.

Differential Revision: https://reviews.freebsd.org/D36231


# cbc83e37 22-Sep-2021 Baptiste Daroussin <bapt@FreeBSD.org>

ncurses: chase dependency changes in the source tree

Differential Revision: https://reviews.freebsd.org/D32098


# 4bcc6d14 17-Jul-2021 Xin LI <delphij@FreeBSD.org>

Fix build

MFC after: 2 weeks


# 7a4dc540 15-Apr-2017 Baptiste Daroussin <bapt@FreeBSD.org>

rename zstless into zstdless to be consistent with other zstdcommands


# 7ccae4e0 15-Apr-2017 Baptiste Daroussin <bapt@FreeBSD.org>

Add a zstdless equivalent to zless, bzless xzless


# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert to usr.bin/ to LIBADD
Reduce overlinking


# 80189b3b 17-Jul-2014 Brooks Davis <brooks@FreeBSD.org>

Replace all uses of libncurses and libtermcap with their wide character
variants. This allows usable file system images (i.e. those with both a
shell and an editor) to be created with only one copy of the curses library.

Exp-run: antoine
PR: 189842
Discussed with: bapt
Sponsored by: DARPA, AFRL


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 3829a734 18-May-2010 Martin Matuska <mm@FreeBSD.org>

MFC r207842, r207844, r208099:

MFC r207842:
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
Add support for xz and lzma to lesspipe.sh (xzless, lzless)

MFC r207844:
Add two public headers missing in r207842
Adjust CFLAGS for lzmainfo, xz, xzdec

MFC r208099:
Add versioned symbols to liblzma
Use default SHLIB_MAJOR.

Approved by: delphij (mentor)


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 7f5103e5 17-May-2005 Ruslan Ermilov <ru@FreeBSD.org>

Correct the script name to be "zless.sh". This avoids an extra cp/chmod
(from the sys.mk rule) while still installing it under the "zless" name.


# 2430592c 17-May-2005 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a zless script which invokes less using the lesspipe script. This is
similar to the zmore script that comes with gzip (and in fact, in most
Linux distros, zless is a symlink to that very same zmore script) but has
the advantage that you get the correct file name on the less status line,
and can use :n and :p to navigate back and forth between multiple files.

MFC after: 1 week


# f07cfbf5 05-Mar-2003 David E. O'Brien <obrien@FreeBSD.org>

Add an embellished lesspipe.sh as described in the man page.
P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.


# 0c21294c 18-Dec-2002 Johan Karlsson <johan@FreeBSD.org>

Use ${BINDIR} instead of hardcoded path.

PR: 44582
Submitted by: Jon Disnard <jon.disnard@ca.com>
Reviewed by: ru
MFC after: 3 weeks


# dc12be52 27-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

MAN[1-9] -> MAN.


# 59efcec1 14-Jul-2000 Andrey A. Chernov <ache@FreeBSD.org>

ncurses -> termcap


# 81ae6b63 03-Jun-2000 Bruce Evans <bde@FreeBSD.org>

Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated
and $< and $@ are even documented as deprecated.


# 2f204580 23-May-2000 Paul Saab <ps@FreeBSD.org>

Install a manpage for more.


# c586c5db 23-May-2000 Paul Saab <ps@FreeBSD.org>

Detach usr.bin/more and install a link from less. less will behave
like more if invoked as more. The old more has not been removed.


# 6f7d2d90 22-May-2000 Paul Saab <ps@FreeBSD.org>

bmake glue for less.

Reviewed by: peter