From owner-dev-commits-src-main@freebsd.org Fri Jul 23 19:09:11 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFD6A6772CC; Fri, 23 Jul 2021 19:09:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GWf4l4MGwz4cmw; Fri, 23 Jul 2021 19:09:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C5ED2A5E5; Fri, 23 Jul 2021 19:09:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16NJ9BjO063407; Fri, 23 Jul 2021 19:09:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16NJ9B6e063406; Fri, 23 Jul 2021 19:09:11 GMT (envelope-from git) Date: Fri, 23 Jul 2021 19:09:11 GMT Message-Id: <202107231909.16NJ9B6e063406@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mark Johnston Subject: git: f4e67f18bdf2 - main - Remove sr_RS.UTF-8@latin from the list of targets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f4e67f18bdf292f11fd02fd93e8e67111eadaed9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2021 19:09:11 -0000 The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f4e67f18bdf292f11fd02fd93e8e67111eadaed9 commit f4e67f18bdf292f11fd02fd93e8e67111eadaed9 Author: Mark Johnston AuthorDate: 2021-07-23 19:02:56 +0000 Commit: Mark Johnston 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