svn commit: r382531 - head/multimedia/minitube

Max Brazhnikov makc at FreeBSD.org
Sat Mar 28 17:53:30 UTC 2015


Author: makc
Date: Sat Mar 28 17:53:28 2015
New Revision: 382531
URL: https://svnweb.freebsd.org/changeset/ports/382531
QAT: https://qat.redports.org/buildarchive/r382531/

Log:
  multimedia/minitube: remove BOM to fix build on 8.4-RELEASE

Modified:
  head/multimedia/minitube/Makefile

Modified: head/multimedia/minitube/Makefile
==============================================================================
--- head/multimedia/minitube/Makefile	Sat Mar 28 17:47:11 2015	(r382530)
+++ head/multimedia/minitube/Makefile	Sat Mar 28 17:53:28 2015	(r382531)
@@ -26,5 +26,8 @@ pre-configure:
 .if !${PORT_OPTIONS:MNLS}
 	${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/minitube.pro
 .endif
+# Remove BOM
+	${REINPLACE_CMD} -e '1 s|^.*/|/|g' \
+		 ${WRKSRC}/src/aggregatevideosource.cpp
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list