<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>ca4eddea97c54a567c25e0fcf4641a6885f33bdf - src: Use gnu17 as the default C standard for userland instead of gnu99</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#ca4eddea97c54a567c25e0fcf4641a6885f33bdf</link>
        <description>src: Use gnu17 as the default C standard for userland instead of gnu99Tracking newer versions of C (and C++) permits assuming newer languagefeatures in the base system.  Some C11 extensions are already used inthe base system but implemented on top of GNU C extensions such as_Alignas and _Static_assert.  In some cases the fallback versions incdefs.h are more limited than the native C11 extensions.Even though C11 is the next major version of C, C17 is chosen insteadsince C17 does not add new features to C but merely fixes defects inC11.  It is also well supported by a wide range of clang (7.0.0+) andGCC (8.1+) versions.Along with changing the default, this change also removes explicitrequests for c11 via the CSTD variable in various Makefiles.Libraries and binaries for ZFS continue to use c99.PR:		284039 (exp-run)Reviewed by:	imp, arichardson, emasteDifferential Revision:	https://reviews.freebsd.org/D43237

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 09 Jan 2025 17:13:06 +0100</pubDate>
        <dc:creator>Minsoo Choo &lt;minsoochoo0122@proton.me&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed990a7a2ff8899314f512dda045b90f1027b9aa - sort: remove NLS support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#ed990a7a2ff8899314f512dda045b90f1027b9aa</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/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 12 Oct 2022 16:18:59 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c19c4db74aad465200797382f4a14f86cd4e146 - Move sort to runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#0c19c4db74aad465200797382f4a14f86cd4e146</link>
        <description>Move sort to runtimeAllows pkg bootstrap without having to install FreeBSD-utilities

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Fri, 29 Jul 2022 11:15:24 +0200</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d053fb22f6d3b6bb0f4e47e4507fefc20cbe0e32 - usr.bin/sort: Avoid UBSan errors</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#d053fb22f6d3b6bb0f4e47e4507fefc20cbe0e32</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/usr.bin/sort/Makefile</description>
        <pubDate>Mon, 05 Jul 2021 15:32:48 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>186ba88a7c1f2bea14eb3fb092671e8367f7187f - sort: Hook NetBSD tests up to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#186ba88a7c1f2bea14eb3fb092671e8367f7187f</link>
        <description>sort: Hook NetBSD tests up to the buildMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 13 May 2021 14:57:26 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 20:09:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>101db63b420315d32792c53dbe759cb97005be63 - Don&apos;t use absolute path to sed when building usr.bin/join</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#101db63b420315d32792c53dbe759cb97005be63</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/usr.bin/sort/Makefile</description>
        <pubDate>Thu, 23 Aug 2018 20:18:43 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c - sort(1): Add bits to allow easy checking against NetBSD tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#36180cd53d0e4d6bd4c5fb27c2f9ba80dbefa62c</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/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 05:10:49 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb - Convert to usr.bin/ to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 15:29:10 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d56c133fba5f5a622a61cac070ea09317b4e023 - Sync to HEAD@r274766</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#4d56c133fba5f5a622a61cac070ea09317b4e023</link>
        <description>Sync to HEAD@r274766

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Fri, 21 Nov 2014 02:22:33 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4684c789522de075d3927c9228bdfae36111d1e - Change LDFLAGS to LDADD in order to allow static builds.  This is more</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#e4684c789522de075d3927c9228bdfae36111d1e</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/usr.bin/sort/Makefile</description>
        <pubDate>Sat, 15 Nov 2014 19:03:38 +0100</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db20b28ab28ce7e08cf33f1b44d82e4cb3 - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/sort/Makefile#478290db20b28ab28ce7e08cf33f1b44d82e4cb3</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/usr.bin/sort/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 06:07:17 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
