<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed990a7a - sort: remove NLS support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#ed990a7a</link>
        <description>sort: remove NLS supportNLS support for sort(1) is:1/ incomplete: many error string are not using nls2/ only covers hu_HU.ISO8859-2

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 12 Oct 2022 14:18:59 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c19c4db - Move sort to runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#0c19c4db</link>
        <description>Move sort to runtimeAllows pkg bootstrap without having to install FreeBSD-utilities

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Fri, 29 Jul 2022 09:15:24 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d053fb22 - usr.bin/sort: Avoid UBSan errors</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#d053fb22</link>
        <description>usr.bin/sort: Avoid UBSan errorsUBSan complains about out-of-bounds accesses for zero-length arrays. Toavoid this we can use flexible array members. However, the C standard doesnot allow for structures that only contain flexible array members, so wemove the length parameters into that structure too.Split out from D28233.Reviewed By:	markjMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D31009

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Mon, 05 Jul 2021 13:32:48 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>186ba88a - sort: Hook NetBSD tests up to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#186ba88a</link>
        <description>sort: Hook NetBSD tests up to the buildMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 13 May 2021 12:57:26 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>101db63b - Don&apos;t use absolute path to sed when building usr.bin/join</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#101db63b</link>
        <description>Don&apos;t use absolute path to sed when building usr.bin/joinThis is required to build sort on Linux hosts since sed is in /bin there.Approved By:	jhb (mentor)

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 23 Aug 2018 18:18:43 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36180cd5 - sort(1): Add bits to allow easy checking against NetBSD tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#36180cd5</link>
        <description>sort(1): Add bits to allow easy checking against NetBSD testsI&apos;m looking at sort(1) failures, for better or worse.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 03:10:49 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4684c78 - Change LDFLAGS to LDADD in order to allow static builds.  This is more</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#e4684c78</link>
        <description>Change LDFLAGS to LDADD in order to allow static builds.  This is moreproper way to ensure that the command line compile works the way we intend.Add explicity DPADD statemens on LIBMD and LIBPTHREAD depending on whichoptions are used in the build.Reviewed by:	andrewMFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 15 Nov 2014 18:03:38 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#478290db</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf57243a - Convert sort to using newer MK_ convention.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#cf57243a</link>
        <description>Convert sort to using newer MK_ convention.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 05 Apr 2014 18:01:49 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a41df2a - Remove WARNS=6 lines.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#9a41df2a</link>
        <description>Remove WARNS=6 lines.WARNS=6 is already implied at this point.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 18 Oct 2012 15:39:29 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d38ae94b - - Remove GNU sort and the WITH_GNU_SORT knob</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#d38ae94b</link>
        <description>- Remove GNU sort and the WITH_GNU_SORT knob

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 13 Oct 2012 18:40:39 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d26b3ee - - Switch to BSD sort as default sort.  GNU sort will still be installed as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#7d26b3ee</link>
        <description>- Switch to BSD sort as default sort.  GNU sort will still be installed as  &quot;gnusort&quot;.  Most of the BSD sort development work was done by  Oleg Moskalenko &lt;oleg.moskalenko@citrix.com&gt;.- GNU grep can be set to default by setting WITH_GNU_GREP.  It will cause  BSD sort to be installed as &quot;bsdsort&quot;.Portbuild tested by:    linimon

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 27 Jun 2012 05:59:01 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d826ccd6 - - Disable threaded sort by default</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#d826ccd6</link>
        <description>- Disable threaded sort by default- Fix typo in the NLS support

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 27 Jun 2012 05:50:15 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c66bbc91 - Add a BSD-licensed sort rewrite that was started by me and later completed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#c66bbc91</link>
        <description>Add a BSD-licensed sort rewrite that was started by me and later completedwith the major functionality and optimizations by Oleg Moskalenko.It is compatible with the latest version of POSIX and the current GNU sortversion that we have in base.  Beside this, it implements all thefunctionality introduced in later versions of GNU sort.  For now, it willbe installed as &quot;bsdsort&quot;, keeping GNU sort as the default sortimplementation.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Fri, 11 May 2012 12:37:16 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12b1cc8f - Use the new features of cdefs.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#12b1cc8f</link>
        <description>Use the new features of cdefs.h.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 06 Apr 2002 21:09:31 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>528b02ff - Fix style.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#528b02ff</link>
        <description>Fix style.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 06 Apr 2002 21:03:33 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa5619ca - Build a working version of sort(1) from contrib.  Use netbsd.h as a hack</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/sort/Makefile#aa5619ca</link>
        <description>Build a working version of sort(1) from contrib.  Use netbsd.h as a hackto avoid bringing the sources off the vendor branch just to #ifdef outthe RCS and SCCS IDs.

            List of files:
            /freebsd-14.2/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 06 Apr 2002 13:59:43 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
