svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi

Johannes M Dieterich jm at dieterich.xyz
Wed Mar 29 19:43:08 UTC 2017


On 2017-03-29 13:51, Jan Beich wrote:
> Matthew Rezny <rezny at FreeBSD.org> writes:
> 
>> -	@${REINPLACE_CMD} -e 's|x86_64|amd64|' \
>> +	@${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' 
>> \
> 
> [:space:] is invalid character class thus treated as a list of 
> characters.
> \S corresponds to [^[:space:]], while \s to [[:space:]].
> 
>   $ man pcrepattern | col -b | fgrep -m1 \\S
>            \S     any character that is not a white space character
> 
> This may break build given -march, etc. are no longer stripped.
It certainly used to in the past for me with -march. Has this changed?


More information about the svn-ports-head mailing list