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

Alexey Dokuchaev danfe at FreeBSD.org
Sat Oct 10 07:08:27 UTC 2015


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?

./danfe


More information about the svn-ports-head mailing list