Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 18:36:35 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541357 - head/math/gh-bc
Message-ID:  <202007061836.066IaZFA062583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Mon Jul  6 18:36:35 2020
New Revision: 541357
URL: https://svnweb.freebsd.org/changeset/ports/541357

Log:
  Add es_ES.ISO8859-15 message catalog.

Modified:
  head/math/gh-bc/Makefile
  head/math/gh-bc/pkg-plist

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Mon Jul  6 18:31:05 2020	(r541356)
+++ head/math/gh-bc/Makefile	Mon Jul  6 18:36:35 2020	(r541357)
@@ -30,6 +30,7 @@ CONFLICTS_INSTALL=	gnubc-[0-9]*
 pre-build:
 		${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen
 		iconv -f UTF-8 -t ISO8859-1 ${WRKSRC}/locales/es_ES.UTF-8.msg > ${WRKSRC}/locales/es_ES.ISO8859-1.msg
+		${LN} ${WRKSRC}/locales/es_ES.ISO8859-1.msg ${WRKSRC}/locales/es_ES.ISO8859-15.msg
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/

Modified: head/math/gh-bc/pkg-plist
==============================================================================
--- head/math/gh-bc/pkg-plist	Mon Jul  6 18:31:05 2020	(r541356)
+++ head/math/gh-bc/pkg-plist	Mon Jul  6 18:36:35 2020	(r541357)
@@ -36,6 +36,7 @@ share/nls/en_US.ISO8859-15/bc.cat
 share/nls/en_US.US-ASCII/bc.cat
 share/nls/en_US.UTF-8/bc.cat
 share/nls/es_ES.ISO8859-1/bc.cat
+share/nls/es_ES.ISO8859-15/bc.cat
 share/nls/es_ES.UTF-8/bc.cat
 share/nls/fr_BE.ISO8859-1/bc.cat
 share/nls/fr_BE.ISO8859-15/bc.cat



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