#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
86c71e97 |
| 06-Aug-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: locales: Also tag the files dir
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 i
pkgbase: locales: Also tag the files dir
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.
show more ...
|
#
0fa5403d |
| 03-Aug-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
pkgbase: move locales into their own package
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 Revis
pkgbase: move locales into their own package
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
show more ...
|
#
30e1773f |
| 03-Aug-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: fix abuse of bsd.dirs.mk
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
locales: fix abuse of bsd.dirs.mk
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
show more ...
|
#
184d64af |
| 03-Aug-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: stop hardcoding the directories in the mtree
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
locales: stop hardcoding the directories in the mtree
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
show more ...
|
#
bd90d8bb |
| 23-Jul-2021 |
Faraz Vahedi <kfv@kfv.io> |
locale: Add Farsi/Persian locales
MFC after: 3 weeks Reviewed by: farrokhi Differential Revision: https://reviews.freebsd.org/D24359
|
#
7a7930cd |
| 22-Jul-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
LC_CTIME: has been removed from automatic generation long ago
due to too many mistakes in the data provided by cldr it was decided to remove timedef from the automatic generation
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
#
e532a999 |
| 20-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349234
Sponsored by: The FreeBSD Foundation
|
#
99b6ccd8 |
| 20-Jun-2019 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Finsh readding Big5 in r317204, which was reverting r315568. This commit reverts r315569.
Reported by: Ting-Wei Lan <lantw44 gmail com> Discussed with: kevlo MFC after: 3 days Sponsored by: The Fre
Finsh readding Big5 in r317204, which was reverting r315568. This commit reverts r315569.
Reported by: Ting-Wei Lan <lantw44 gmail com> Discussed with: kevlo MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
#
67350cb5 |
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
Revision tags: release/12.0.0 |
|
#
ea22b5bd |
| 26-Nov-2018 |
Yuri Pankov <yuripv@FreeBSD.org> |
Add ga_IE.UTF-8 locale.
PR: 228587 Submitted by: Micil <micheal.maclochlainn@oegaillimh.ie> (LC_TIME) Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after: 3 days Differential revision:
Add ga_IE.UTF-8 locale.
PR: 228587 Submitted by: Micil <micheal.maclochlainn@oegaillimh.ie> (LC_TIME) Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after: 3 days Differential revision: https://reviews.freebsd.org/D17997
show more ...
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
918fecd5 |
| 19-Mar-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Finish removal of Big5
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
3cf6509d |
| 03-Jul-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Posixify the locales name for variants
For 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 @<va
Posixify the locales name for variants
For 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 @<variant> to the others respecting POSIX
As 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 changes
Discussed with: ache@ Approved by: re@ (gjb)
show more ...
|
#
bd51ae12 |
| 20-Jun-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Fix generation of locales with multiple variants
Serbian locales have triple components to represent the 2 variations of the locale: Latin and Cyrillic. Previously the tools generatic the locale wer
Fix generation of locales with multiple variants
Serbian locales have triple components to represent the 2 variations of the locale: Latin and Cyrillic. Previously the tools generatic the locale were appending both definitions instead of differentiating them.
Reported by: ache Approved by: re (gjb)
show more ...
|
#
110cf8a6 |
| 16-Apr-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Regenerates locales Makefiles and locales
|
Revision tags: release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
9a7cd2e6 |
| 22-Dec-2015 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
MFH @r292599
This includes the pluggable TCP framework and other chnages to the netstack to track for VNET stability.
Security: The FreeBSD Foundation
|
#
f8fd13a0 |
| 18-Dec-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Simplify the locale generated Makefiles by using bmake multi variables for loops
|
#
a5d8944a |
| 19-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head (r291075).
|
#
1d211085 |
| 16-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Bring back a couple of ISO8859-15 locales: - af_ZA.ISO8859-15 - en_AU.ISO8859-15 - en_CA.ISO8859-15 - en_NZ.ISO8859-15 - en_US.ISO8859-15 - fr_CA.ISO8859-15
|
#
c1c9ab67 |
| 15-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15
Requested by: arche
|
#
d4ea5890 |
| 11-Nov-2015 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Use explicit filename when creating locale symlinks to avoid creating a directory symlink when the target directory does not exist. This will cause an error instead of a broken setup.
Sponsored by:
Use explicit filename when creating locale symlinks to avoid creating a directory symlink when the target directory does not exist. This will cause an error instead of a broken setup.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
e2520680 |
| 07-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Improve collation string and locales support
Merge collation support from Illumos and DragonflyBSD.
Locales are now generated with the new localedef(1) tool from CLDR POSIX files. The generated fil
Improve collation string and locales support
Merge collation support from Illumos and DragonflyBSD.
Locales are now generated with the new localedef(1) tool from CLDR POSIX files. The generated files are now identified as "BSD 1.0" format.
The libc now only read "BSD 1.0" locales definitions, all other version will be set to "C" The localedef(1) tool has been imported from Illumos and modified to use tree(3) instead of the CDDL avl(3) A set of tool created by edwin@ and extended by marino@ for dragonfly has been added to be able to generate locales and the Makefiles from the vanilla CLDR unicode databases + a universal UTF-8 charmap (by marino@) Update the locales to unicode v27 Given our regex(3) does not support multibyte (yet) it has been forced to always use locale C Remove now unused colldef(1) and mklocale(1) Finish implementing the numeric BSD extension for ctypes The number of supported locales has grown from 175 to 250 locales. Among the new locales: 6 Arabic locales (AE EG JO MA QA SA), Different variations of spanish locales. Added new 3 components locales for mn_Cyrl_MN, sr_Cyrl_RS sr_Latn_RS, zh_Hans_CN, zh_Hant_HK and zh_Hant_TW. Some aliases has been for 2 components version when possible.
Thanks: Garrett D'Amore (Illumos) who made sure all his work was done under BSD license!, Edwin Groothuis (edwin@) for the work he made on tools to be able to generate locales definition usable in freebsd sources out of vanilla CLDR definitions, John Marino (DragonflyBSD) who first merge the Illumos work into Dragonfly and spent hours tracking down bugs.
show more ...
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|