svn commit: r447664 - branches/2017Q3/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Thu Aug 10 05:56:11 UTC 2017


Author: antoine
Date: Thu Aug 10 05:56:09 2017
New Revision: 447664
URL: https://svnweb.freebsd.org/changeset/ports/447664

Log:
  Revert MFH of r447527
  This change was exp-run on head and not in 2017Q3
  It breaks a dozen ports there
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  branches/2017Q3/Mk/Uses/shebangfix.mk
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/Mk/Uses/shebangfix.mk
==============================================================================
--- branches/2017Q3/Mk/Uses/shebangfix.mk	Thu Aug 10 05:54:24 2017	(r447663)
+++ branches/2017Q3/Mk/Uses/shebangfix.mk	Thu Aug 10 05:56:09 2017	(r447664)
@@ -92,8 +92,7 @@ fix-shebang:
 .endfor
 .else
 	@cd ${WRKSRC}; \
-		${FIND} ${SHEBANG_FILES} -type f \
-		-exec ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} {} +
+		${ECHO_CMD} ${SHEBANG_FILES} | ${XARGS} ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS}
 .endif
 
 .endif


More information about the svn-ports-branches mailing list