From owner-svn-ports-all@freebsd.org Thu Jan 23 08:41:13 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 14276232601; Thu, 23 Jan 2020 08:41:13 +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 483G2c6rHwz4KSQ; Thu, 23 Jan 2020 08:41:12 +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 E6199BF8A; Thu, 23 Jan 2020 08:41:12 +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 00N8fCsP095364; Thu, 23 Jan 2020 08:41:12 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00N8fCJa095363; Thu, 23 Jan 2020 08:41:12 GMT (envelope-from se@FreeBSD.org) Message-Id: <202001230841.00N8fCJa095363@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:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523909 - 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: 523909 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:41:13 -0000 Author: se Date: Thu Jan 23 08:41:12 2020 New Revision: 523909 URL: https://svnweb.freebsd.org/changeset/ports/523909 Log: Final attempt to make the Poruguese locales actually work. Just roll out the loop to create usable catalogue files instead of trying to have a loop do the right thing ... Approved by: antoine (implicit) Modified: head/math/gh-bc/Makefile Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Thu Jan 23 08:40:39 2020 (r523908) +++ head/math/gh-bc/Makefile Thu Jan 23 08:41:12 2020 (r523909) @@ -2,6 +2,7 @@ PORTNAME= bc PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= gh- @@ -28,9 +29,12 @@ 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 + ${LN} ${WRKSRC}/locales/pt_PT.ISO-8859-1.msg ${WRKSRC}/locales/pt_PT.ISO8859-1.msg + ${LN} ${WRKSRC}/locales/pt_PT.ISO-8859-1.msg ${WRKSRC}/locales/pt_PT.ISO8859-15.msg + ${LN} ${WRKSRC}/locales/pt_PT.ISO-8859-1.msg ${WRKSRC}/locales/pt_BR.ISO8859-1.msg + ${RM} ${WRKSRC}/locales/pt_BR.UTF-8.msg + ${LN} ${WRKSRC}/locales/pt_PT.UTF-8.msg ${WRKSRC}/locales/pt_BR.UTF-8.msg + pre-build: ${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen