git: 2f6f9eec3873 - main - locales: fix installation of some collation files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Apr 2022 07:22:47 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=2f6f9eec38739a6cc9a20c7fdb217dcae8ea6006 commit 2f6f9eec38739a6cc9a20c7fdb217dcae8ea6006 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-04-05 07:12:24 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-04-05 07:19:31 +0000 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 --- share/colldef/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 5d94c6e77736..2d70ac962e3a 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -106,10 +106,11 @@ LOCALES+= fi_FI.ISO8859-15 LOCALES+= et_EE.ISO8859-15 LOCALES+= es_MX.ISO8859-1 LOCALES+= af_ZA.ISO8859-1 -LOCALSE+= be_BY.ISO8859-5 +LOCALES+= be_BY.ISO8859-5 LOCALES+= pt_PT.ISO8859-15 LOCALES+= el_GR.ISO8859-7 LOCALES+= ru_RU.KOI8-R +LOCALES+= ca_IT.ISO8859-15 LOCALES+= cs_CZ.ISO8859-2 LOCALES+= da_DK.ISO8859-1 LOCALES+= da_DK.ISO8859-15