Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 14:10:31 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346901 - head/Mk/Uses
Message-ID:  <201403031410.s23EAVDh042085@svn.freebsd.org>

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



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