Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2021 19:09:11 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f4e67f18bdf2 - main - Remove sr_RS.UTF-8@latin from the list of targets
Message-ID:  <202107231909.16NJ9B6e063406@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

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

commit f4e67f18bdf292f11fd02fd93e8e67111eadaed9
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-07-23 19:02:56 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-07-23 19:05:28 +0000

    Remove sr_RS.UTF-8@latin from the list of targets
    
    It is installed with other unicode locales, from monetdef_unicode.
    
    This is just a band-aid to fix the build, as it's not clear how to
    regenerate this Makefile.
    
    Fixes:          0a36787e4c1f
---
 share/monetdef/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 1ffa6961b4bd..e5d861da468d 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -40,7 +40,7 @@ LOCALES+=	ru_RU.CP866
 LOCALES+=	ru_RU.ISO8859-5
 LOCALES+=	ru_RU.KOI8-R
 LOCALES+=	sl_SI.ISO8859-2
-LOCALES+=	sr_RS.UTF-8@latin
+#LOCALES+=	sr_RS.UTF-8@latin
 LOCALES+=	sv_FI.ISO8859-1
 LOCALES+=	sv_FI.ISO8859-15
 LOCALES+=	sv_SE.ISO8859-15



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107231909.16NJ9B6e063406>