Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2025 04:15:21 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: bd37a9b1282c - stable/15 - locale: make install
Message-ID:  <693ce859.3aa89.15bdd672@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch stable/15 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=bd37a9b1282c10ec8ff36e73c7ed3eaa3fcf2876

commit bd37a9b1282c10ec8ff36e73c7ed3eaa3fcf2876
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-12-06 12:20:18 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-12-13 04:13:56 +0000

    locale: make install
    
    Reviewed by:    bapt
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D53962
    
    (cherry picked from commit 36cfa8093d25f8a5b598bd8ae74d7cbaafdc1879)
---
 share/colldef_unicode/Makefile    | 2 ++
 share/monetdef_unicode/Makefile   | 1 +
 share/msgdef_unicode/Makefile     | 1 +
 share/numericdef_unicode/Makefile | 1 +
 4 files changed, 5 insertions(+)

diff --git a/share/colldef_unicode/Makefile b/share/colldef_unicode/Makefile
index 464f631fe309..16fd2fc92e34 100644
--- a/share/colldef_unicode/Makefile
+++ b/share/colldef_unicode/Makefile
@@ -114,11 +114,13 @@ SYMLINKS+=	../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.LC_COLLATE= ${LOCALEDIR}/${f}
+FILESDIR_${f}.LC_COLLATEPACKAGE= locales
 .endfor
 
 .for f t in ${LOCALES_MAPPED}
 FILES+=	$t.LC_COLLATE
 FILESDIR_$t.LC_COLLATE=	${LOCALEDIR}/$t
+FILESDIR_$t.LC_COLLATEPACKAGE=	locales
 $t.LC_COLLATE: ${.CURDIR}/$f.src
 	localedef ${LOCALEDEF_ENDIAN} -D -U -i ${.ALLSRC} \
 	-V ${CLDR_VERSION} \
diff --git a/share/monetdef_unicode/Makefile b/share/monetdef_unicode/Makefile
index c19c4ca07f02..ecc19b9f5ff3 100644
--- a/share/monetdef_unicode/Makefile
+++ b/share/monetdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=	../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>
diff --git a/share/msgdef_unicode/Makefile b/share/msgdef_unicode/Makefile
index 8d966b73c15c..45d51c009553 100644
--- a/share/msgdef_unicode/Makefile
+++ b/share/msgdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=	../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>
diff --git a/share/numericdef_unicode/Makefile b/share/numericdef_unicode/Makefile
index 6b0d6b52a13d..7e81f9309899 100644
--- a/share/numericdef_unicode/Makefile
+++ b/share/numericdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=	../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693ce859.3aa89.15bdd672>