svn commit: r383842 - head/graphics/delaboratory

John Marino freebsd.contact at marino.st
Sun Apr 12 08:10:45 UTC 2015


On 4/12/2015 10:06, Alexey Dokuchaev wrote:
> On Sun, Apr 12, 2015 at 08:02:21AM +0000, John Marino wrote:
>> New Revision: 383842
>> URL: https://svnweb.freebsd.org/changeset/ports/383842
>>
>> [...]
>> @@ -21,8 +21,8 @@ WX_UNICODE=	yes
>>  PLIST_FILES=	bin/${PORTNAME}
>>  
>>  post-patch:
>> -	@${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS}, ; \
>> -		s,CXXFLAGS_WX +=,& ${CXXFLAGS} -I${LOCALBASE}/include,' \
>> +	@${REINPLACE_CMD} -e 's|-Ofast.*}|${CXXFLAGS}| ; \
>> +		s|CXXFLAGS_WX +=|& ${CXXFLAGS} -I${LOCALBASE}/include|' \
> 
> What was wrong with commas?
> 


CXXFLAGS contained something like "-Wl,-rpath-..." which broken sed.

John


More information about the svn-ports-all mailing list