|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
ed990a7a |
| 12-Oct-2022 |
Baptiste Daroussin <[email protected]> |
sort: remove NLS support
NLS support for sort(1) is: 1/ incomplete: many error string are not using nls 2/ only covers hu_HU.ISO8859-2
|
| #
0c19c4db |
| 29-Jul-2022 |
Doug Rabson <[email protected]> |
Move sort to runtime
Allows pkg bootstrap without having to install FreeBSD-utilities
|
|
Revision tags: release/13.1.0, release/12.3.0 |
|
| #
d053fb22 |
| 05-Jul-2021 |
Alex Richardson <[email protected]> |
usr.bin/sort: Avoid UBSan errors
UBSan complains about out-of-bounds accesses for zero-length arrays. To avoid this we can use flexible array members. However, the C standard does not allow for stru
usr.bin/sort: Avoid UBSan errors
UBSan complains about out-of-bounds accesses for zero-length arrays. To avoid this we can use flexible array members. However, the C standard does not allow for structures that only contain flexible array members, so we move the length parameters into that structure too.
Split out from D28233.
Reviewed By: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31009
show more ...
|
| #
186ba88a |
| 13-May-2021 |
Mark Johnston <[email protected]> |
sort: Hook NetBSD tests up to the build
MFC after: 1 week Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/13.0.0, 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_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
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.
|