<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/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:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</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://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/chpass/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>440cec3faf778469b36b998bb52aab7fbc43eae3 - MFH</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#440cec3faf778469b36b998bb52aab7fbc43eae3</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Wed, 12 Aug 2020 17:16:26 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3030502fbf3e24c62ec77360e0ec63ef6dcf673 - Merge ^/head r364041 through r364050.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#a3030502fbf3e24c62ec77360e0ec63ef6dcf673</link>
        <description>Merge ^/head r364041 through r364050.

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 11:08:03 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfb98e350cd4d018417efa772a203229fe0bc1d0 - Fix i386 build of chpass after r363992</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#dfb98e350cd4d018417efa772a203229fe0bc1d0</link>
        <description>Fix i386 build of chpass after r363992My change to allow bootstrapping pwd_mkdb (r363992) resulted in i386 buildfailures because the bootstrap header was being included in non-bootstrap chpass.Dropping the no longer required pwd_mkdb include path from chpass fixesthe build, but to be certain that the failure doesn&apos;t get re-introduced,I&apos;ve also moved the bootstrap pwd.h into a subdirectory so that adding-I${SRCTOP}/usr.sbin/pwd_mkdb doesn&apos;t pull it in.Reported by:	mjg

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 10:05:27 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/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:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</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://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/chpass/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>440cec3faf778469b36b998bb52aab7fbc43eae3 - MFH</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#440cec3faf778469b36b998bb52aab7fbc43eae3</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Wed, 12 Aug 2020 17:16:26 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3030502fbf3e24c62ec77360e0ec63ef6dcf673 - Merge ^/head r364041 through r364050.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#a3030502fbf3e24c62ec77360e0ec63ef6dcf673</link>
        <description>Merge ^/head r364041 through r364050.

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 11:08:03 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfb98e350cd4d018417efa772a203229fe0bc1d0 - Fix i386 build of chpass after r363992</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#dfb98e350cd4d018417efa772a203229fe0bc1d0</link>
        <description>Fix i386 build of chpass after r363992My change to allow bootstrapping pwd_mkdb (r363992) resulted in i386 buildfailures because the bootstrap header was being included in non-bootstrap chpass.Dropping the no longer required pwd_mkdb include path from chpass fixesthe build, but to be certain that the failure doesn&apos;t get re-introduced,I&apos;ve also moved the bootstrap pwd.h into a subdirectory so that adding-I${SRCTOP}/usr.sbin/pwd_mkdb doesn&apos;t pull it in.Reported by:	mjg

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 10:05:27 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31b3746d273d14d8cdb28837847f8b867d - Convert absolute links to relative links.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#ce9f2d31b3746d273d14d8cdb28837847f8b867d</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 05:10:38 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 07:45:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>674c45857ca5b0f2f9f4973c1802d8dec8ee5fe6 - Restore the &apos;beforeinstall&apos; for chpass(1), so files with the</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#674c45857ca5b0f2f9f4973c1802d8dec8ee5fe6</link>
        <description>Restore the &apos;beforeinstall&apos; for chpass(1), so files with theschg flag are handled before being replaced by a symbolic link.Fix passwd(1)/yppasswd(1) schg issue similarly to chpass(1).Note:  These are likely temporary fixes while identifying anyremaining files that are not marked as &apos;flags=schg&apos; via mtree(8).Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 28 Jan 2016 02:56:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55cd62fc4bf44daf5ee59f8369b75fd7e93443e3 - Ensure mtree(8) recognizes chpass(1) is schg.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#55cd62fc4bf44daf5ee59f8369b75fd7e93443e3</link>
        <description>Ensure mtree(8) recognizes chpass(1) is schg.Convert hard links to symbolic links, and remove the&apos;beforeinstall&apos; and &apos;afterinstall&apos; chflags(8) execution.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 28 Jan 2016 01:15:57 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Wed, 27 May 2015 01:19:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e707eb9bc26682bcb65f2b0cad851e31a921cdc4 - Partially revert 278642</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#e707eb9bc26682bcb65f2b0cad851e31a921cdc4</link>
        <description>Partially revert 278642On reinstall (overwrite) install(1) does not handle chflagsReported by:	ian

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Fri, 13 Feb 2015 07:51:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f65be6caf212fb7ea4cba8cff3ac94e89dda05d - Use PRECIOUSPROG instead of custom code to handle schg</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/chpass/Makefile#9f65be6caf212fb7ea4cba8cff3ac94e89dda05d</link>
        <description>Use PRECIOUSPROG instead of custom code to handle schgThis allows to preserve schg when installed with -DNO_ROOTMFC after:	1 week

            List of files:
            /src/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 12 Feb 2015 23:08:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
