svn commit: r338599 - in head/Mk: . Uses

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 3 23:45:51 UTC 2014


Author: bapt
Date: Fri Jan  3 23:45:50 2014
New Revision: 338599
URL: http://svnweb.freebsd.org/changeset/ports/338599

Log:
  Add charsetfix-post-patch to _PATCH_SEQ

Modified:
  head/Mk/Uses/charsetfix.mk
  head/Mk/bsd.port.mk

Modified: head/Mk/Uses/charsetfix.mk
==============================================================================
--- head/Mk/Uses/charsetfix.mk	Fri Jan  3 23:43:34 2014	(r338598)
+++ head/Mk/Uses/charsetfix.mk	Fri Jan  3 23:45:50 2014	(r338599)
@@ -19,8 +19,6 @@ IGNORE=	USES=charsetfix does not require
 CHARSETFIX_MAKEFILEIN?=	Makefile.in
 
 .PHONY: charsetfix-post-patch
-post-patch: charsetfix-post-patch
-
 charsetfix-post-patch:
 	@${FIND} ${WRKSRC} -name "${CHARSETFIX_MAKEFILEIN}" -type f | ${XARGS} ${REINPLACE_CMD} \
 		-e 's|need_charset_alias=true|need_charset_alias=false|g ; \

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jan  3 23:43:34 2014	(r338598)
+++ head/Mk/bsd.port.mk	Fri Jan  3 23:45:50 2014	(r338599)
@@ -6475,7 +6475,7 @@ _EXTRACT_SEQ=	check-build-conflicts extr
 				post-extract post-extract-script
 _PATCH_DEP=		extract
 _PATCH_SEQ=		ask-license patch-message patch-depends pathfix-pre-patch pre-patch \
-				pre-patch-script do-patch post-patch post-patch-script
+				pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script
 _CONFIGURE_DEP=	patch
 _CONFIGURE_SEQ=	build-depends lib-depends configure-message run-autotools-fixup \
 				configure-autotools pre-configure pre-configure-script \


More information about the svn-ports-all mailing list