Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 05:56:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r447664 - branches/2017Q3/Mk/Uses
Message-ID:  <201708100556.v7A5u99u021702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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