Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 15:43:05 -0400
From:      Johannes M Dieterich <jm@dieterich.xyz>
To:        Jan Beich <jbeich@freebsd.org>
Cc:        Matthew Rezny <rezny@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org
Subject:   Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi
Message-ID:  <867458dc08dddad8583ba7baf4ea479e@dieterich.xyz>
In-Reply-To: <h92c-ezt0-wny@FreeBSD.org>
References:  <201703291657.v2TGvrpM076369@repo.freebsd.org> <h92c-ezt0-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2017-03-29 13:51, Jan Beich wrote:
> Matthew Rezny <rezny@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?



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