svn commit: r382531 - head/multimedia/minitube

Alexey Dokuchaev danfe at FreeBSD.org
Mon Mar 30 01:51:07 UTC 2015


On Sat, Mar 28, 2015 at 05:53:29PM +0000, Max Brazhnikov wrote:
> New Revision: 382531
> URL: https://svnweb.freebsd.org/changeset/ports/382531
> 
> Log:
>   multimedia/minitube: remove BOM to fix build on 8.4-RELEASE
> 
> +# Remove BOM
> +	${REINPLACE_CMD} -e '1 s|^.*/|/|g' \
> +		 ${WRKSRC}/src/aggregatevideosource.cpp

Will this work on non-UTF8 systems?  I'd normally do this with @env LANG=C
${REINPLACE_CMD} -e 's,^...,,' instead.

./danfe


More information about the svn-ports-head mailing list