Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:12:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567627 - in head/security/gsasl: . files
Message-ID:  <202103072212.127MC2jJ034314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:12:02 2021
New Revision: 567627
URL: https://svnweb.freebsd.org/changeset/ports/567627

Log:
  Convert REINPLACE_CMD to patch file

Added:
  head/security/gsasl/files/patch-po-LINGUAS   (contents, props changed)
Modified:
  head/security/gsasl/Makefile

Modified: head/security/gsasl/Makefile
==============================================================================
--- head/security/gsasl/Makefile	Sun Mar  7 22:11:56 2021	(r567626)
+++ head/security/gsasl/Makefile	Sun Mar  7 22:12:02 2021	(r567627)
@@ -27,9 +27,6 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 
-post-patch:
-	@${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/po/LINGUAS
-
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}

Added: head/security/gsasl/files/patch-po-LINGUAS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gsasl/files/patch-po-LINGUAS	Sun Mar  7 22:12:02 2021	(r567627)
@@ -0,0 +1,8 @@
+--- po/LINGUAS.orig	2021-01-01 16:43:20 UTC
++++ po/LINGUAS
+@@ -1,5 +1,3 @@
+-en@boldquot
+-en@quot
+ da
+ de
+ eo



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