svn commit: r383842 - head/graphics/delaboratory

Alexey Dokuchaev danfe at FreeBSD.org
Sun Apr 12 08:13:14 UTC 2015


On Sun, Apr 12, 2015 at 10:10:39AM +0200, John Marino wrote:
> 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.

Ah, I see; indeed.  Given it was not immediately obvious, IMHO it should
have been mentioned in the commit log.

./danfe


More information about the svn-ports-head mailing list