Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 14:20:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/187208: commit references a PR
Message-ID:  <201403031420.s23EK0Ax070224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187208; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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