svn commit: r334738 - head/multimedia/vdr-plugin-softdevice
Juergen Lock
nox at FreeBSD.org
Sun Nov 24 15:48:04 UTC 2013
Author: nox
Date: Sun Nov 24 15:48:04 2013
New Revision: 334738
URL: http://svnweb.freebsd.org/changeset/ports/334738
Log:
Mark BROKEN and DEPRECATED:
Broken after ffmpeg update (not sure it ever worked).
Modified:
head/multimedia/vdr-plugin-softdevice/Makefile
Modified: head/multimedia/vdr-plugin-softdevice/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-softdevice/Makefile Sun Nov 24 15:46:24 2013 (r334737)
+++ head/multimedia/vdr-plugin-softdevice/Makefile Sun Nov 24 15:48:04 2013 (r334738)
@@ -22,8 +22,12 @@ HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
WRKSRC= ${WRKDIR}/${PLUGIN}
CONFIGURE_ARGS+= --disable-vidix --disable-fb --disable-dfb --disable-cle266 --disable-alsa #--disable-yaepg
+BROKEN= Broken after ffmpeg update (not sure it ever worked)
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE= 2014-01-31
NO_STAGE= yes
+
.include "${.CURDIR}/../vdr/Makefile.plugins"
post-patch: post-patch-plugin
More information about the svn-ports-head
mailing list