svn commit: r382531 - head/multimedia/minitube
Max Brazhnikov
makc at freebsd.org
Mon Mar 30 09:15:21 UTC 2015
On Mon, 30 Mar 2015 01:51:07 +0000 Alexey Dokuchaev wrote:
> 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.
Yes, it works. At least it pacifies package build cluster, that's enough for me :)
More information about the svn-ports-all
mailing list