ports/187208: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Mar 3 14:20:01 UTC 2014


The following reply was made to PR ports/187208; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/187208: commit references a PR
Date: Mon,  3 Mar 2014 14:10:38 +0000 (UTC)

 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/'	\
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list