From owner-svn-ports-all@freebsd.org Thu Jan 23 08:08:28 2020 Return-Path: Delivered-To: svn-ports-all@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 B921F230B50; Thu, 23 Jan 2020 08:08:28 +0000 (UTC) (envelope-from se@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 483FJr4VqMz4GkT; Thu, 23 Jan 2020 08:08:28 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9124FB701; Thu, 23 Jan 2020 08:08:28 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00N88Skw073859; Thu, 23 Jan 2020 08:08:28 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00N88S7r073857; Thu, 23 Jan 2020 08:08:28 GMT (envelope-from se@FreeBSD.org) Message-Id: <202001230808.00N88S7r073857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Thu, 23 Jan 2020 08:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523902 - head/math/gh-bc X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/math/gh-bc X-SVN-Commit-Revision: 523902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2020 08:08:28 -0000 Author: se Date: Thu Jan 23 08:08:27 2020 New Revision: 523902 URL: https://svnweb.freebsd.org/changeset/ports/523902 Log: Due to the way the Portuguese ISO-8859-* files were named, they were not installed on FreeBSD. Therefore provide message catalogues according to out naming scheme to include these files in the build. Approved by: antoine (implicit) Modified: head/math/gh-bc/Makefile head/math/gh-bc/pkg-plist Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Thu Jan 23 07:41:29 2020 (r523901) +++ head/math/gh-bc/Makefile Thu Jan 23 08:08:27 2020 (r523902) @@ -27,6 +27,10 @@ CFLAGS+= --std=c99 CONFLICTS_INSTALL= gnubc-[0-9]* +post-extract: + for f in ${WRKSRC}/locales/*.ISO-8859-*; do \ + ${LN} $${f} $$(echo $${f} | ${SED} -e 's/ISO-8859/ISO8859/'); \ + done pre-build: ${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen Modified: head/math/gh-bc/pkg-plist ============================================================================== --- head/math/gh-bc/pkg-plist Thu Jan 23 07:41:29 2020 (r523901) +++ head/math/gh-bc/pkg-plist Thu Jan 23 08:08:27 2020 (r523902) @@ -47,5 +47,8 @@ share/nls/fr_CH.UTF-8/bc.cat share/nls/fr_FR.ISO8859-1/bc.cat share/nls/fr_FR.ISO8859-15/bc.cat share/nls/fr_FR.UTF-8/bc.cat +share/nls/pt_BR.ISO8859-1/bc.cat share/nls/pt_BR.UTF-8/bc.cat +share/nls/pt_PT.ISO8859-1/bc.cat +share/nls/pt_PT.ISO8859-15/bc.cat share/nls/pt_PT.UTF-8/bc.cat