History log of /freebsd-12.1/usr.bin/sort/Makefile (Results 1 – 16 of 16)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0
# 101db63b 23-Aug-2018 Alex Richardson <[email protected]>

Don't use absolute path to sed when building usr.bin/join

This is required to build sort on Linux hosts since sed is in /bin there.

Approved By: jhb (mentor)


Revision tags: release/11.2.0
# 36180cd5 20-Jun-2018 Kyle Evans <[email protected]>

sort(1): Add bits to allow easy checking against NetBSD tests

I'm looking at sort(1) failures, for better or worse.


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert to usr.bin/ to LIBADD
Reduce overlinking


# e4684c78 15-Nov-2014 Sean Bruno <[email protected]>

Change LDFLAGS to LDADD in order to allow static builds. This is more
proper way to ensure that the command line compile works the way we intend.

Add explicity DPADD statemens on LIBMD and LIBPTHRE

Change LDFLAGS to LDADD in order to allow static builds. This is more
proper way to ensure that the command line compile works the way we intend.

Add explicity DPADD statemens on LIBMD and LIBPTHREAD depending on which
options are used in the build.

Reviewed by: andrew
MFC after: 2 weeks

show more ...


Revision tags: release/10.1.0
# 478290db 01-Oct-2014 Enji Cooper <[email protected]>

Check in first src/tests snapshot from NetBSD anoncvs

Sources were obtained like so:

% export CVSROOT="[email protected]:/cvsroot"
% cvs -z9 co -D "09/30/2014 20:45" -P src/tests
% mv src/

Check in first src/tests snapshot from NetBSD anoncvs

Sources were obtained like so:

% export CVSROOT="[email protected]:/cvsroot"
% cvs -z9 co -D "09/30/2014 20:45" -P src/tests
% mv src/tests/* tests/dist/.

'*CVS*' has been added to svn:ignore to ease updating periodically from
upstream

Some line ending issues had to be resolved with test outputs and scripts
via dos2unix and by deleting the eol-style property set in usr.bin/sort

Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...


Revision tags: release/9.3.0
# c6063d0d 06-May-2014 Warner Losh <[email protected]>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


# cf57243a 05-Apr-2014 Warner Losh <[email protected]>

Convert sort to using newer MK_ convention.


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# 9a41df2a 18-Oct-2012 Ed Schouten <[email protected]>

Remove WARNS=6 lines.

WARNS=6 is already implied at this point.


# d38ae94b 13-Oct-2012 Gabor Kovesdan <[email protected]>

- Remove GNU sort and the WITH_GNU_SORT knob


# 7d26b3ee 27-Jun-2012 Gabor Kovesdan <[email protected]>

- Switch to BSD sort as default sort. GNU sort will still be installed as
"gnusort". Most of the BSD sort development work was done by
Oleg Moskalenko <[email protected]>.
- GNU grep c

- Switch to BSD sort as default sort. GNU sort will still be installed as
"gnusort". Most of the BSD sort development work was done by
Oleg Moskalenko <[email protected]>.
- 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

show more ...


# d826ccd6 27-Jun-2012 Gabor Kovesdan <[email protected]>

- Disable threaded sort by default
- Fix typo in the NLS support


# c66bbc91 11-May-2012 Gabor Kovesdan <[email protected]>

Add a BSD-licensed sort rewrite that was started by me and later completed
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the latest version of POSIX and the

Add a BSD-licensed sort rewrite that was started by me and later completed
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.

show more ...


Revision tags: release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# 12b1cc8f 06-Apr-2002 David E. O'Brien <[email protected]>

Use the new features of cdefs.h.


# 528b02ff 06-Apr-2002 David E. O'Brien <[email protected]>

Fix style.


# aa5619ca 06-Apr-2002 Dag-Erling Smørgrav <[email protected]>

Build a working version of sort(1) from contrib. Use netbsd.h as a hack
to avoid bringing the sources off the vendor branch just to #ifdef out
the RCS and SCCS IDs.


# 7a0a3950 22-Mar-2002 Mark Murray <[email protected]>

Vendor import NETBSD's sort(1). This will be a replacement for
our GNU sort, as discussed 6 months or more ago.