svn commit: r331939 - head/multimedia/dvbcut
Stefan Esser
se at FreeBSD.org
Tue Oct 29 10:48:56 UTC 2013
Author: se (src committer)
Date: Tue Oct 29 10:48:56 2013
New Revision: 331939
URL: http://svnweb.freebsd.org/changeset/ports/331939
Log:
Mark broken due to dependency on older FFMPEG.
I'm working on a fix.
Modified:
head/multimedia/dvbcut/Makefile
Modified: head/multimedia/dvbcut/Makefile
==============================================================================
--- head/multimedia/dvbcut/Makefile Tue Oct 29 09:55:03 2013 (r331938)
+++ head/multimedia/dvbcut/Makefile Tue Oct 29 10:48:56 2013 (r331939)
@@ -28,8 +28,7 @@ CXXFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libavformat \
-I${LOCALBASE}/include/libswscale
-#NO_STAGE= yes
-#MAN1= dvbcut.1
+BROKEN= Does not compile due to FFMPEG update - will be fixed soon
pre-patch:
cd ${WRKSRC} && ${BZCAT} ${FILESDIR}/use-qt4.diff.bz2 | ${PATCH} -p2
More information about the svn-ports-all
mailing list