<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/msgdef, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-09-21T10:54:21Z</updated>
<entry>
<title>msgdef: fix NO and SI locales</title>
<updated>2023-09-21T10:54:21Z</updated>
<author>
<name>Yuri Pankov</name>
<email>yuripv@FreeBSD.org</email>
</author>
<published>2023-09-21T10:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=159599c4a2bbd8fcc4bb7f845afe3e0ea232ab9e'/>
<id>urn:sha1:159599c4a2bbd8fcc4bb7f845afe3e0ea232ab9e</id>
<content type='text'>
Fix circular symlinks by providing separate source for nn_NO.ISO8859-1,
nn_NO.ISO8859-15, and sl_SI.ISO8859-2 (re)generated from CLDR.

PR:		260841
Reviewed by:	imp (previous version)
Fixes:	0a36787e4c1f ("locales: separate unicode from other locales")
Differential Revision:	https://reviews.freebsd.org/D41899
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>pkgbase: locales: Also tag the files dir</title>
<updated>2021-08-06T12:37:45Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-08-06T12:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86c71e97d19f8b82b8ab79a56b20998ada7ee868'/>
<id>urn:sha1:86c71e97d19f8b82b8ab79a56b20998ada7ee868</id>
<content type='text'>
Otherwise bsd.dirs.mk will create the directory with the default
package (utilities) and we end up with a bunch of empty dirs managed
by this package while it shouldn't be the case.
</content>
</entry>
<entry>
<title>pkgbase: move locales into their own package</title>
<updated>2021-08-03T16:35:26Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T15:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fa5403d493be24dda2bf575c04019ef2dcc9d0c'/>
<id>urn:sha1:0fa5403d493be24dda2bf575c04019ef2dcc9d0c</id>
<content type='text'>
The only exception here being C.UTF-8 as this is the default
locales so it needs to always be installed

Reviewed by:	pkgbase (emaste)
Differential Revision:	https://reviews.freebsd.org/D31397
</content>
</entry>
<entry>
<title>locales: fix abuse of bsd.dirs.mk</title>
<updated>2021-08-03T16:02:15Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T16:00:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30e1773fdef42cb509bf75e9fa09472e77a333de'/>
<id>urn:sha1:30e1773fdef42cb509bf75e9fa09472e77a333de</id>
<content type='text'>
the way SAMEDIRS was defined was an abuse of bsd.dirs.mk resulting in
all the directory to be created in one single command, but DESTDIR is
only prepend once on the first element of the list

Switch to the properway to use bsd.dirs.mk
</content>
</entry>
<entry>
<title>locales: stop hardcoding the directories in the mtree</title>
<updated>2021-08-03T12:25:00Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T12:25:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=184d64af1344d6f3c370499510cede49320f4863'/>
<id>urn:sha1:184d64af1344d6f3c370499510cede49320f4863</id>
<content type='text'>
The framework knows how to create directories and tag them properly
for a the creation of a mtree, not need to hardcode all the locales
entries in bsd.usr.mk

This simplifies addition of new locales but also allow people building
with WITHOUT_LOCALES to end up with a directory full of empty files
</content>
</entry>
<entry>
<title>nl_NL.ISO8859-1: reinstall the missing LC_MESSAGES</title>
<updated>2021-08-03T10:13:52Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T10:10:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3fd2cbbb7f9be95025143500ce0a5378135ee1c'/>
<id>urn:sha1:d3fd2cbbb7f9be95025143500ce0a5378135ee1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>locales: separate unicode from other locales</title>
<updated>2021-07-23T14:58:20Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-07-22T17:02:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a36787e4c1fa0cf77dcf83be0867178476e372b'/>
<id>urn:sha1:0a36787e4c1fa0cf77dcf83be0867178476e372b</id>
<content type='text'>
Unicode locales are maintained and to evolved in cldr.
Generating the other locales from the unicode gets more and more painful
over the time.

Let's freeze the other locales to cldr 34.0.
</content>
</entry>
<entry>
<title>Add ga_IE.UTF-8 locale.</title>
<updated>2018-11-26T19:39:49Z</updated>
<author>
<name>Yuri Pankov</name>
<email>yuripv@FreeBSD.org</email>
</author>
<published>2018-11-26T19:39:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea22b5bd754fba4a80b74b8a08ebdaaad21e8b56'/>
<id>urn:sha1:ea22b5bd754fba4a80b74b8a08ebdaaad21e8b56</id>
<content type='text'>
PR:		228587
Submitted by:	Micil &lt;micheal.maclochlainn@oegaillimh.ie&gt; (LC_TIME)
Reviewed by:	bapt
Approved by:	kib (mentor, implicit)
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D17997
</content>
</entry>
<entry>
<title>Update to CLDR 32 and Unicode 10</title>
<updated>2017-11-03T13:52:34Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-11-03T13:52:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe90c6bf1596708fa6462df1c66822c39515c7f0'/>
<id>urn:sha1:fe90c6bf1596708fa6462df1c66822c39515c7f0</id>
<content type='text'>
MFC after:	2 weeks
Relnotes:	yes
</content>
</entry>
</feed>
