| #
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
2f6f9eec
|
| 05-Apr-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: fix installation of some collation files
When the unicode locales files where split off the non unicode locales be_BY.ISO8859-5 and ca_IT.ISO8859-15 where non installed one due to a typo, t
locales: fix installation of some collation files
When the unicode locales files where split off the non unicode locales be_BY.ISO8859-5 and ca_IT.ISO8859-15 where non installed one due to a typo, the other one was just missing its entry in the Makefile.
It was only notice a year later, by some postgres developpers as it was breaking some of their tests.
Reported by: tmunro
show more ...
|
| #
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 ...
|
| #
8232bb38
|
| 03-Aug-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: fix typo preventing installation of collation for ru_RU.CP866
|
| #
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 ...
|
| #
0a36787e
|
| 22-Jul-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: separate unicode from other locales
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 fre
locales: separate unicode from other locales
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.
show more ...
|
| #
cc7edd25
|
| 08-Nov-2020 |
Thomas Munro <tmunro@FreeBSD.org> |
Add collation version support to querylocale(3).
Provide a way to ask for an opaque version string for a locale_t, so that potential changes in sort order can be detected. Similar to ICU's ucol_get
Add collation version support to querylocale(3).
Provide a way to ask for an opaque version string for a locale_t, so that potential changes in sort order can be detected. Similar to ICU's ucol_getVersion() and Windows' GetNLSVersionEx(), this API is intended to allow databases to detect when text order-based indexes might need to be rebuilt.
The CLDR version is extracted from CLDR source data by the Makefile under tools/tools/locale, written into the machine-generated Makefile under shared/colldef, passed to localedef -V, and then written into LC_COLLATE file headers. The initial version is 34.0. tools/tools/locale was recently updated to pull down 35.0, but the output hasn't been committed under share/colldef yet, so that will provide the first observable change when it happens. Other versioning schemes are possible in future, because the format is unspecified.
Reviewed by: bapt, 0mp, kib, yuripv (albeit a long time ago) Differential Revision: https://reviews.freebsd.org/D17166
show more ...
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
| #
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 ...
|
| #
c6879c6c
|
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
| #
4644f9be
|
| 20-Oct-2018 |
Yuri Pankov <yuripv@FreeBSD.org> |
Add -b/-l options to localedef(1) to specify output endianness and use it appropriately when building share/ctypedef and share/colldef.
This makes the resulting locale data in EL->EB (amd64->powerpc
Add -b/-l options to localedef(1) to specify output endianness and use it appropriately when building share/ctypedef and share/colldef.
This makes the resulting locale data in EL->EB (amd64->powerpc64) cross build and in the native EB build match. Revert the changes done to libc in r308170 as they are no longer needed.
PR: 231965 Reviewed by: bapt, emaste, sbruno, 0mp Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D17603
show more ...
|
| #
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
2f6f9eec
|
| 05-Apr-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: fix installation of some collation files
When the unicode locales files where split off the non unicode locales be_BY.ISO8859-5 and ca_IT.ISO8859-15 where non installed one due to a typo, t
locales: fix installation of some collation files
When the unicode locales files where split off the non unicode locales be_BY.ISO8859-5 and ca_IT.ISO8859-15 where non installed one due to a typo, the other one was just missing its entry in the Makefile.
It was only notice a year later, by some postgres developpers as it was breaking some of their tests.
Reported by: tmunro
show more ...
|
| #
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 ...
|
| #
8232bb38
|
| 03-Aug-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: fix typo preventing installation of collation for ru_RU.CP866
|
| #
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 ...
|
| #
0a36787e
|
| 22-Jul-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: separate unicode from other locales
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 fre
locales: separate unicode from other locales
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.
show more ...
|
| #
cc7edd25
|
| 08-Nov-2020 |
Thomas Munro <tmunro@FreeBSD.org> |
Add collation version support to querylocale(3).
Provide a way to ask for an opaque version string for a locale_t, so that potential changes in sort order can be detected. Similar to ICU's ucol_get
Add collation version support to querylocale(3).
Provide a way to ask for an opaque version string for a locale_t, so that potential changes in sort order can be detected. Similar to ICU's ucol_getVersion() and Windows' GetNLSVersionEx(), this API is intended to allow databases to detect when text order-based indexes might need to be rebuilt.
The CLDR version is extracted from CLDR source data by the Makefile under tools/tools/locale, written into the machine-generated Makefile under shared/colldef, passed to localedef -V, and then written into LC_COLLATE file headers. The initial version is 34.0. tools/tools/locale was recently updated to pull down 35.0, but the output hasn't been committed under share/colldef yet, so that will provide the first observable change when it happens. Other versioning schemes are possible in future, because the format is unspecified.
Reviewed by: bapt, 0mp, kib, yuripv (albeit a long time ago) Differential Revision: https://reviews.freebsd.org/D17166
show more ...
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|