Date: Mon, 30 Mar 2015 09:15:09 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r382531 - head/multimedia/minitube Message-ID: <31038452.u7K93u0ruy@mercury.ph.man.ac.uk> In-Reply-To: <20150330015107.GA48255@FreeBSD.org> References: <201503281753.t2SHrTQU067145@svn.freebsd.org> <20150330015107.GA48255@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31038452.u7K93u0ruy>