The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f4e67f18bdf292f11fd02fd93e8e67111eadaed9
commit f4e67f18bdf292f11fd02fd93e8e67111eadaed9 Author: Mark Johnston <ma...@freebsd.org> AuthorDate: 2021-07-23 19:02:56 +0000 Commit: Mark Johnston <ma...@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 _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"