summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace LDFLAGS by LDADD to fix sort build with -DNO_SHAREDgarga2015-04-211-2/+2
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2044 Reviewed by: sbruno@ Approved by: sbruno@ Sponsored by: Netgate
* Remove WARNS=6 lines.ed2012-10-181-2/+0
| | | | WARNS=6 is already implied at this point.
* - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-131-8/+0
|
* - Switch to BSD sort as default sort. GNU sort will still be installed asgabor2012-06-271-1/+1
| | | | | | | | | "gnusort". Most of the BSD sort development work was done by Oleg Moskalenko <oleg.moskalenko@citrix.com>. - GNU grep can be set to default by setting WITH_GNU_GREP. It will cause BSD sort to be installed as "bsdsort". Portbuild tested by: linimon
* - Disable threaded sort by defaultgabor2012-06-271-2/+2
| | | | - Fix typo in the NLS support
* Add a BSD-licensed sort rewrite that was started by me and later completedgabor2012-05-111-0/+45
| | | | | | | | | with the major functionality and optimizations by Oleg Moskalenko. It is compatible with the latest version of POSIX and the current GNU sort version that we have in base. Beside this, it implements all the functionality introduced in later versions of GNU sort. For now, it will be installed as "bsdsort", keeping GNU sort as the default sort implementation.
* Remove it in favour of GNU sortache2002-04-081-11/+0
|
* Use the new features of cdefs.h.obrien2002-04-061-1/+1
|
* Fix style.obrien2002-04-061-3/+2
|
* Build a working version of sort(1) from contrib. Use netbsd.h as a hackdes2002-04-061-2/+7
| | | | | to avoid bringing the sources off the vendor branch just to #ifdef out the RCS and SCCS IDs.
* Vendor import NETBSD's sort(1). This will be a replacement formarkm2002-03-221-0/+7
our GNU sort, as discussed 6 months or more ago.
OpenPOWER on IntegriCloud