<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/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/share/numericdef/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/share/numericdef/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/share/numericdef/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>86c71e97d19f8b82b8ab79a56b20998ada7ee868 - pkgbase: locales: Also tag the files dir</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Fri, 06 Aug 2021 14:36:06 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 - pkgbase: fix locale packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936</link>
        <description>pkgbase: fix locale packagesMost places spelled it -locales, but numericdef spelled it as -localein just this one place. Pluralize it.Reviewed by:	emaste, manuFixes:	0fa5403d493b (&quot;pkgbase: move locales into their own package&quot;)Differential Revision:	https://reviews.freebsd.org/D31428

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Thu, 05 Aug 2021 20:37:18 +0200</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 17:02:16 +0200</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 18:00:45 +0200</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Tue, 03 Aug 2021 14:25:00 +0200</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Thu, 22 Jul 2021 19:02:49 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 12:39:45 +0100</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/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:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Mon, 26 Nov 2018 20:39:49 +0100</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a22df74e9fceaffd62ee437de08383d6cf8cfe0 - Merge ^/head r339813 through r340125.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#2a22df74e9fceaffd62ee437de08383d6cf8cfe0</link>
        <description>Merge ^/head r339813 through r340125.

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 16:49:06 +0100</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://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#1ade1c411307f58d4518938883116c31766faaf7</link>
        <description>Update to CLDR 34 and UNICODE 11.Discussed with:	baptApproved by:	kib (mentor)MFC after:	1 month

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sat, 03 Nov 2018 23:02:10 +0100</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6e116eea97e79450fb8dcf81193f35dfc30fae1 - MFhead@r325383</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#f6e116eea97e79450fb8dcf81193f35dfc30fae1</link>
        <description>MFhead@r325383

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sat, 04 Nov 2017 08:05:21 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe90c6bf1596708fa6462df1c66822c39515c7f0 - Update to CLDR 32 and Unicode 10</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#fe90c6bf1596708fa6462df1c66822c39515c7f0</link>
        <description>Update to CLDR 32 and Unicode 10MFC after:	2 weeksRelnotes:	yes

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Fri, 03 Nov 2017 14:52:34 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554491ffbdcfe51993d5b436a9bbca7aba388dd3 - Merge ^/head r316992 through r317215.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#554491ffbdcfe51993d5b436a9bbca7aba388dd3</link>
        <description>Merge ^/head r316992 through r317215.

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Thu, 20 Apr 2017 23:04:21 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50502545ce6c0e748cfa965924b49611d0da14ae - Readd Big5: some large databases setup are still requiring it.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#50502545ce6c0e748cfa965924b49611d0da14ae</link>
        <description>Readd Big5: some large databases setup are still requiring it.Reported by:	&quot;&#24373;&#21531;&#22825;(Chun-Tien Chang)&quot; &lt;tcs@kitty.2y.idv.tw&gt;

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Thu, 20 Apr 2017 20:21:50 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ababdab0ce1cdf81056a595e961086b983f578ea - Remove zh_TW.Big5 locale</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#ababdab0ce1cdf81056a595e961086b983f578ea</link>
        <description>Remove zh_TW.Big5 localeAfter discussion with many Taiwanese, in IT or not. Big5 is not used anymore.It is not able to represent lots of the characters used in the language.

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sun, 19 Mar 2017 18:52:46 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28fded59b453cdcb2edefb0f75b8f56e95fb39f3 - Update locales cldr to v30.0.3 and unicode to 9.0.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#28fded59b453cdcb2edefb0f75b8f56e95fb39f3</link>
        <description>Update locales cldr to v30.0.3 and unicode to 9.0.0MFC after:	1 monthRelnotes:	yes

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sun, 18 Dec 2016 05:17:13 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a - Posixify the locales name for variants</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/numericdef/Makefile#3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a</link>
        <description>Posixify the locales name for variantsFor all locales with variants:- if no ambiguity on the locale (only one variant) just use the regular name- if ambiguity, pick one as default and append @&lt;variant&gt; to the others  respecting POSIXAs a result:- All the 3 components locales added recently are renamed to the usual 2  components version for all but sr_RS.UTF-8- Set sr_RS.UTF-8 to the cyrillic variant- Add sr_RS.UTF-8@latin- Remove the symlinks aliases they were created to represent the 2 components  version as aliasas and are now useless- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those  changesDiscussed with:	ache@Approved by:	re@ (gjb)

            List of files:
            /freebsd/share/numericdef/Makefile</description>
        <pubDate>Sun, 03 Jul 2016 20:21:11 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
