<?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>6abd77142153cc0f5ce49f3ffb38bc91f3444fae - ctypedef: Remove `|| true` from localedef command to reveal error sooner</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#6abd77142153cc0f5ce49f3ffb38bc91f3444fae</link>
        <description>ctypedef: Remove `|| true` from localedef command to reveal error soonerReviewed by:	baptMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D47111

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Tue, 15 Oct 2024 10:39:31 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@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/ctypedef/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/ctypedef/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/ctypedef/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>298ee47e1988a120249b24470c2c7c45f8c4359f - localedef: unbreak WITHOUT_LOCALES</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#298ee47e1988a120249b24470c2c7c45f8c4359f</link>
        <description>localedef: unbreak WITHOUT_LOCALESAfter 0fa5403d493b (&quot;pkgbase: move locales into their own package&quot;) weneed usr.bin/localedef as a bootstrap tool independent on whereWITHOUT_LOCALE was specified as we ALWAYS process C.UTF-8.At the same time LOCALES= in the local Makefile is empty butC.UTF-8 with WITHOUT_LOCALES. C.UTF-8 is excluded from FILES, and thusafter the replacement FILES= is set to only .LC_CTYPE which results ina build failure not knowing how to build that. Tweak the substitution toreplace only non-empty words so that FILES remains harmlessly empty.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D31589

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Thu, 19 Aug 2021 17:27:04 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86c71e97d19f8b82b8ab79a56b20998ada7ee868 - pkgbase: locales: Also tag the files dir</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#86c71e97d19f8b82b8ab79a56b20998ada7ee868</link>
        <description>pkgbase: locales: Also tag the files dirOtherwise bsd.dirs.mk will create the directory with the defaultpackage (utilities) and we end up with a bunch of empty dirs managedby this package while it shouldn&apos;t be the case.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Fri, 06 Aug 2021 12:36:06 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3e87f1334547b15596a98c030c3d99278685aa5 - ctypedef: fix installation of C.UTF-8</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#b3e87f1334547b15596a98c030c3d99278685aa5</link>
        <description>ctypedef: fix installation of C.UTF-8The appropriate directory and name were assigned to the FILESDIRgrouping, but not the ALWAYS grouping where C.UTF-8 is actuallyassigned. Add the appropriate bits for ALWAYSDIR, and remove anobsolete *PACKAGE= assignment since C.UTF-8 is explicitly not includedin FILES.Prior to this change, C.UTF-8 was being installed as/usr/share/C.UTF-8.LC_CTYPE.Reviewed by:	manuFixes:	0fa5403d493b (&quot;pkgbase: move locales into their own package&quot;)Differential Revision:	https://reviews.freebsd.org/D31429

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Thu, 05 Aug 2021 18:39:36 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fa5403d493be24dda2bf575c04019ef2dcc9d0c - pkgbase: move locales into their own package</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#0fa5403d493be24dda2bf575c04019ef2dcc9d0c</link>
        <description>pkgbase: move locales into their own packageThe only exception here being C.UTF-8 as this is the defaultlocales so it needs to always be installedReviewed by:	pkgbase (emaste)Differential Revision:	https://reviews.freebsd.org/D31397

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 15:02:16 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30e1773fdef42cb509bf75e9fa09472e77a333de - locales: fix abuse of bsd.dirs.mk</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#30e1773fdef42cb509bf75e9fa09472e77a333de</link>
        <description>locales: fix abuse of bsd.dirs.mkthe way SAMEDIRS was defined was an abuse of bsd.dirs.mk resulting inall the directory to be created in one single command, but DESTDIR isonly prepend once on the first element of the listSwitch to the properway to use bsd.dirs.mk

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 16:00:45 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>184d64af1344d6f3c370499510cede49320f4863 - locales: stop hardcoding the directories in the mtree</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#184d64af1344d6f3c370499510cede49320f4863</link>
        <description>locales: stop hardcoding the directories in the mtreeThe framework knows how to create directories and tag them properlyfor a the creation of a mtree, not need to hardcode all the localesentries in bsd.usr.mkThis simplifies addition of new locales but also allow people buildingwith WITHOUT_LOCALES to end up with a directory full of empty files

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 12:25:00 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd90d8bbb1af17f0eab55163c98945c64984f36b - locale: Add Farsi/Persian locales</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#bd90d8bbb1af17f0eab55163c98945c64984f36b</link>
        <description>locale: Add Farsi/Persian localesMFC after:	3 weeksReviewed by:	farrokhiDifferential Revision:	https://reviews.freebsd.org/D24359

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Fri, 23 Jul 2021 14:52:45 +0000</pubDate>
        <dc:creator>Faraz Vahedi &lt;kfv@kfv.io&gt;</dc:creator>
    </item>
<item>
        <title>ecff3c30b7e4ed8883c007b019f90a8128d16441 - locales: now that C.UTF-8 is the default locale, always install it</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#ecff3c30b7e4ed8883c007b019f90a8128d16441</link>
        <description>locales: now that C.UTF-8 is the default locale, always install itMFC after:	3 weeks

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Fri, 23 Jul 2021 12:15:04 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a36787e4c1fa0cf77dcf83be0867178476e372b - locales: separate unicode from other locales</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#0a36787e4c1fa0cf77dcf83be0867178476e372b</link>
        <description>locales: separate unicode from other localesUnicode locales are maintained and to evolved in cldr.Generating the other locales from the unicode gets more and more painfulover the time.Let&apos;s freeze the other locales to cldr 34.0.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Thu, 22 Jul 2021 17:02:49 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 11:39:45 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea22b5bd754fba4a80b74b8a08ebdaaad21e8b56 - Add ga_IE.UTF-8 locale.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#ea22b5bd754fba4a80b74b8a08ebdaaad21e8b56</link>
        <description>Add ga_IE.UTF-8 locale.PR:		228587Submitted by:	Micil &lt;micheal.maclochlainn@oegaillimh.ie&gt; (LC_TIME)Reviewed by:	baptApproved by:	kib (mentor, implicit)MFC after:	3 daysDifferential revision:	https://reviews.freebsd.org/D17997

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Mon, 26 Nov 2018 19:39:49 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c06e7b66a147edf55f4241fbfbfa32856550cd15 - Merge ^/head r340126 through r340212.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#c06e7b66a147edf55f4241fbfbfa32856550cd15</link>
        <description>Merge ^/head r340126 through r340212.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Wed, 07 Nov 2018 18:52:28 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd7c41a378442920283db34d7804a77641252fbf - Add hybrid C.UTF-8 locale being identical to default C locale except</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#dd7c41a378442920283db34d7804a77641252fbf</link>
        <description>Add hybrid C.UTF-8 locale being identical to default C locale exceptthat it uses the same ctype maps and functions as other UTF-8 locales.Reviewed by:	bapt, cem, eadlerApproved by:	kib (mentor, implicit)Differential Revision:	https://reviews.freebsd.org/D17833

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 22:13:22 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a22df74e9fceaffd62ee437de08383d6cf8cfe0 - Merge ^/head r339813 through r340125.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#2a22df74e9fceaffd62ee437de08383d6cf8cfe0</link>
        <description>Merge ^/head r339813 through r340125.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 15:49:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ade1c411307f58d4518938883116c31766faaf7 - Update to CLDR 34 and UNICODE 11.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#1ade1c411307f58d4518938883116c31766faaf7</link>
        <description>Update to CLDR 34 and UNICODE 11.Discussed with:	baptApproved by:	kib (mentor)MFC after:	1 month

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Sat, 03 Nov 2018 22:02:10 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 21:09:37 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4644f9bef6bcfa8d1ead9db38a548567cda8eac6 - Add -b/-l options to localedef(1) to specify output endianness and use</title>
        <link>http://opengrok.net:8080/history/src/share/ctypedef/Makefile#4644f9bef6bcfa8d1ead9db38a548567cda8eac6</link>
        <description>Add -b/-l options to localedef(1) to specify output endianness and useit appropriately when building share/ctypedef and share/colldef.This makes the resulting locale data in EL-&gt;EB (amd64-&gt;powerpc64) crossbuild and in the native EB build match.  Revert the changes done to libcin r308170 as they are no longer needed.PR:		231965Reviewed by:	bapt, emaste, sbruno, 0mpApproved by:	kib (mentor)Differential Revision:	https://reviews.freebsd.org/D17603

            List of files:
            /src/share/ctypedef/Makefile</description>
        <pubDate>Sat, 20 Oct 2018 20:51:05 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
