svn commit: r346901 - head/Mk/Uses

Tijl Coosemans tijl at FreeBSD.org
Mon Mar 3 14:10:31 UTC 2014


Author: tijl
Date: Mon Mar  3 14:10:31 2014
New Revision: 346901
URL: http://svnweb.freebsd.org/changeset/ports/346901
QAT: https://qat.redports.org/buildarchive/r346901/

Log:
  Further restrict the dragonfly RE so it only matches freebsd* as the first
  word on a line.
  
  PR:		ports/187208

Modified:
  head/Mk/Uses/libtool.mk

Modified: head/Mk/Uses/libtool.mk
==============================================================================
--- head/Mk/Uses/libtool.mk	Mon Mar  3 14:09:35 2014	(r346900)
+++ head/Mk/Uses/libtool.mk	Mon Mar  3 14:10:31 2014	(r346901)
@@ -19,7 +19,7 @@ _INCLUDE_USES_LIBTOOL_POST_MK=	yes
 patch-libtool:
 	@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \)	\
 		-type f | ${XARGS} ${REINPLACE_CMD}			\
-		-e '/dragonfly\*/!s/freebsd\*[ )]/dragonfly* | &/'	\
+		-e '/dragonfly\*/!s/^ *freebsd\*[ )]/dragonfly* | &/'	\
 		-e '/gcc_dir=\\`/s/gcc /$$CC /'				\
 		-e '/gcc_ver=\\`/s/gcc /$$CC /'				\
 		-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/'	\


More information about the svn-ports-head mailing list