<?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>23a0c88b037625745b88d1661b9552f1ebe97ebc - zoneinfo: don&apos;t install version</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#23a0c88b037625745b88d1661b9552f1ebe97ebc</link>
        <description>zoneinfo: don&apos;t install versionThe commit teaching the build to install tzdata.zi for libcxx alsoinstals version.  It turns out this makes at least one piece of thirdparty software cry: rubygem-tzinfo expects any file in zoneinfo to be atleast 44 bytes long.  Clearly this is a bug in rubygem-tzinfo but sincenothing actually uses version, we may as well not install it ... as wedid previously.Reported by:	delphijFixes:		91506dba7f2e zoneinfo: also install tzdata.zi and versionMFC after:	1 day

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 21 May 2025 09:15:50 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91506dba7f2eb147eeb55ec30640bc11755a1e8e - zoneinfo: also install tzdata.zi and version</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#91506dba7f2eb147eeb55ec30640bc11755a1e8e</link>
        <description>zoneinfo: also install tzdata.zi and versionBuild and install the shrunk version of the time zone database requiredby libc++ 19 std::chrono::current_zone (etc).  While here, also installthe tzdata &apos;version&apos; file to align more closely with other vendors.PR:		282377Reviewed by:	dim, emaste, impDifferential Revision:	https://reviews.freebsd.org/D49577

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Tue, 01 Apr 2025 08:09:37 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@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/share/zoneinfo/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/share/zoneinfo/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>0a45a7e99fc3061e91732ad88671721e95082d5e - Fix share/zoneinfo for DIRDEPS_BUILD</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#0a45a7e99fc3061e91732ad88671721e95082d5e</link>
        <description>Fix share/zoneinfo for DIRDEPS_BUILDThe tranditional build makes multiple passes through the tree.The DIRDEPS_BUILD visits each directory only once per architecture,thus makefiles should be able to everything they need in a single pass.The use of TZS!= when doing make(*install*)only works if the directory has previously been visited to do zoneinfosince before the zoneinfo target is run TZS will be empty.To fix this, have the zoneinfo target capture the list of files tozoneinfo, and install-zoneinfo use that list.Rename that target to zonefiles - since that is now what it does.This is more efficient - we only gather the list of zones when it islikely to have changed, and allows the makefile to do everything in asingle pass.Reviewed by:	stevekDifferential Revision:	https://reviews.freebsd.org/D42624

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Mon, 20 Nov 2023 20:51:25 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa08011a521c1f15ca44d6a4f30a318d0a37a3a7 - zoneinfo: fix makefile rules script</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#fa08011a521c1f15ca44d6a4f30a318d0a37a3a7</link>
        <description>zoneinfo: fix makefile rules scriptIn make target rules, one needs to use subshell if there arechange directory commands that should only have an effect on theother commands in the same line. Otherwise, if make is not running incompatibility mode (for example, when -j flag is specified), commandswould be executed in a single shell and lines following the &quot;cd&quot; mightnot work as expected.Adjust the target script lines that use &quot;cd&quot; to run in a subshellby adding appropriate parenthesis.Reviewed by:	sjgDifferential Revision:        https://reviews.freebsd.org/D42608

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 00:38:47 +0000</pubDate>
        <dc:creator>Stephen J. Kiernan &lt;stevek@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/zoneinfo/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>336c4682b6f3d181daf9fc7a8c9386c8c06ce996 - tzsetup: add baseline file to control parsed zonetab contents</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#336c4682b6f3d181daf9fc7a8c9386c8c06ce996</link>
        <description>tzsetup: add baseline file to control parsed zonetab contentsIntroduce undocumented option -d to dump parsed zonetab file contentsand add a &quot;baseline&quot; target along with instructions on updating it.Reviewed by:	philipDifferential Revision:	https://reviews.freebsd.org/D39634

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Sun, 23 Apr 2023 08:31:53 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552815b2da6ee05c89e2d77970e0c010cf83d307 - zoneinfo get zic from stage tree during DIRDEPS_BUILD</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#552815b2da6ee05c89e2d77970e0c010cf83d307</link>
        <description>zoneinfo get zic from stage tree during DIRDEPS_BUILD

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Fri, 21 Apr 2023 04:00:17 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1021d27f73efb821213a973e1ab9366278c78f1 - zoneinfo: Always produce fat zoneinfo files.</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#f1021d27f73efb821213a973e1ab9366278c78f1</link>
        <description>zoneinfo: Always produce fat zoneinfo files.These aren&apos;t just needed for compatibility with i386 binaries (which needthe 32-bit section), but potentially also for compatibility with olderbinaries on all platforms.Sponsored by:	Klara, Inc.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D38194

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 25 Jan 2023 17:03:05 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>783c318fd1181d46554c31a5039db10e7f5eef49 - zoneinfo: On amd64, include 32-bit data.</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#783c318fd1181d46554c31a5039db10e7f5eef49</link>
        <description>zoneinfo: On amd64, include 32-bit data.While there, drop the unnecessary posixrules option.Sponsored by:	Klara, Inc.Reviewed by:	imp, allanjudeDifferential Revision:	https://reviews.freebsd.org/D38142

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 25 Jan 2023 15:54:52 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da038df8c92b71060965bdc5dc400db54de35587 - share/zoneinfo: don&apos;t build obsolete SystemV zones</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#da038df8c92b71060965bdc5dc400db54de35587</link>
        <description>share/zoneinfo: don&apos;t build obsolete SystemV zonesThe /usr/share/zoneinfo/SystemV directory has been empty on FreeBSDsince 2006.  The upstream source file was removed in 2020.  Also stoppassing yearisdate to zic(8).  This has not been necessary for years.The script has been removed upstream since 2020.MFC after:	3 days

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 05:42:18 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f6fbfa3a83578332f5605a97108ef28d6726c29 - Remove quotes around Makefile .error/.warn/.info strings</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#6f6fbfa3a83578332f5605a97108ef28d6726c29</link>
        <description>Remove quotes around Makefile .error/.warn/.info stringsThe text after .error et al is emitted verbatim.Reviewed by:	sjgSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D33904

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:20:24 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b68fdbbf7be12abdc5478e8c4b07e96945173f8 - pkgbase: Put zoneinfo file in their own package</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#6b68fdbbf7be12abdc5478e8c4b07e96945173f8</link>
        <description>pkgbase: Put zoneinfo file in their own packageThose files take some amount of diskspace and one might not want theminstalled on some situation (mfsdisk, small embedded system etc ...)Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D27709

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Mon, 21 Dec 2020 16:54:23 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b6d54565c238399b6e90b21d5bb9f08d5dc91960 - share/zoneinfo: fix minor documentation nit</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#b6d54565c238399b6e90b21d5bb9f08d5dc91960</link>
        <description>share/zoneinfo: fix minor documentation nitThe `git tag` command wants a tag name.

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 30 Dec 2020 13:23:17 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24c7311bff83fb9147b5d890aae4e9546903b6ef - share/zoneinfo: update import documentation for Git</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#24c7311bff83fb9147b5d890aae4e9546903b6ef</link>
        <description>share/zoneinfo: update import documentation for GitDocument the steps needed to import and MFC new versions of tzdata nowthat FreeBSD has moved from Subversion to Git.

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Sat, 26 Dec 2020 02:55:57 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5b7695d2d5abd735064870ad43f4b9c723940c1 - Always install backward compatibility timezones, as they are installed</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#f5b7695d2d5abd735064870ad43f4b9c723940c1</link>
        <description>Always install backward compatibility timezones, as they are installedon all major Linux distributions as well as NetBSD and OpenBSD.Remove the undocumented ZONEINFO_OLD_TIMEZONES_SUPPORT and the deprecatedOLDTIMEZONES knobs as they are now the default.Reviewed by:		ngie, rgrimesMFC after:		2 weeksDifferential Revision:	https://reviews.freebsd.org/D24306

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Thu, 09 Apr 2020 05:11:18 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Sun, 28 Jul 2019 04:02:22 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>513419f4047e509f77e888672a590a9c18a67324 - tzsetup: upgrade to zone1970.tab</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#513419f4047e509f77e888672a590a9c18a67324</link>
        <description>tzsetup: upgrade to zone1970.tabzone.tab is deprecated.  Install zone1970.tab alongside it, and use itfor tzsetup(8).  This is also useful for other applications that needthe modern better maintained file.Reviewed by: philipApproved by: allanjude (mentor)MFC after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D20646

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 17 Jul 2019 06:17:27 +0000</pubDate>
        <dc:creator>Thomas Munro &lt;tmunro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23a0c88b037625745b88d1661b9552f1ebe97ebc - zoneinfo: don&apos;t install version</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#23a0c88b037625745b88d1661b9552f1ebe97ebc</link>
        <description>zoneinfo: don&apos;t install versionThe commit teaching the build to install tzdata.zi for libcxx alsoinstals version.  It turns out this makes at least one piece of thirdparty software cry: rubygem-tzinfo expects any file in zoneinfo to be atleast 44 bytes long.  Clearly this is a bug in rubygem-tzinfo but sincenothing actually uses version, we may as well not install it ... as wedid previously.Reported by:	delphijFixes:		91506dba7f2e zoneinfo: also install tzdata.zi and versionMFC after:	1 day

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Wed, 21 May 2025 09:15:50 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91506dba7f2eb147eeb55ec30640bc11755a1e8e - zoneinfo: also install tzdata.zi and version</title>
        <link>http://opengrok.net:8080/history/src/share/zoneinfo/Makefile#91506dba7f2eb147eeb55ec30640bc11755a1e8e</link>
        <description>zoneinfo: also install tzdata.zi and versionBuild and install the shrunk version of the time zone database requiredby libc++ 19 std::chrono::current_zone (etc).  While here, also installthe tzdata &apos;version&apos; file to align more closely with other vendors.PR:		282377Reviewed by:	dim, emaste, impDifferential Revision:	https://reviews.freebsd.org/D49577

            List of files:
            /src/share/zoneinfo/Makefile</description>
        <pubDate>Tue, 01 Apr 2025 08:09:37 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
