Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 09:35:15 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>, John Marino <marino@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r398971 - in head/audio/musescore: . files
Message-ID:  <5618BFB3.2020905@marino.st>
In-Reply-To: <20151010070827.GA93698@FreeBSD.org>
References:  <201510100544.t9A5iZA2064835@repo.freebsd.org> <20151010070827.GA93698@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/10/2015 9:08 AM, Alexey Dokuchaev wrote:
> On Sat, Oct 10, 2015 at 05:44:35AM +0000, John Marino wrote:
>> New Revision: 398971
>> URL: https://svnweb.freebsd.org/changeset/ports/398971
>>
>> [...]
>> +	@${REINPLACE_CMD} -e \
>> +		's|<errno.h>|<cerrno>| ; \
>> +		 s|<limits.h>|<climits>| ; \
>> +		 s|<math.h>|<cmath>| ; \
>> +		 s|<stdio.h>|<cstdio>|' ${WRKSRC}/all.h
> 
> I think these foo.h are missing escaping of the dot (should be foo\.h), no?

Yes, but adding a slash doesn't change the result.  It's a more correct
matching, but the current version is good enough (e.g. <errno.h> doesn't
match more than <errno\.h>) .  In any case, it passed a build test.

John



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