svn commit: r398971 - in head/audio/musescore: . files

John Marino freebsd.contact at marino.st
Sat Oct 10 07:35:23 UTC 2015


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


More information about the svn-ports-all mailing list