diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 00:51:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 00:51:10 +0800 |
commit | f1c05e98bdef29713b73e6746841e1553e82852e (patch) | |
tree | 2394b9e93892424e38682317a541175c1896c9f6 /multimedia | |
parent | d5e41992a57fc11fb0ae78f478a8144da66a2ad4 (diff) | |
download | freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.tar.gz freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.tar.zst freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.zip |
Schedule these broken ports for termination on 2006-12-01
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-dirac80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/helixplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/pitivi/Makefile | 2 | ||||
-rw-r--r-- | multimedia/quodlibet/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 7b54b7c202d9..7206eb921f4b 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ dbus-1.2:${PORTSDIR}/devel/dbus BROKEN= Incomplete pkg-plist (needs to use gettext infrastructure) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_BISON= yes USE_BZIP2= yes diff --git a/multimedia/gstreamer-plugins-dirac80/Makefile b/multimedia/gstreamer-plugins-dirac80/Makefile index 132fd257ab87..c18bd1871e21 100644 --- a/multimedia/gstreamer-plugins-dirac80/Makefile +++ b/multimedia/gstreamer-plugins-dirac80/Makefile @@ -16,5 +16,7 @@ GST_PLUGIN= dirac MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 BROKEN= Does not build with new dirac +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile b/multimedia/gstreamer-plugins-mpeg2enc80/Makefile index 4e0c8258b47f..a547574c6ccc 100644 --- a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile +++ b/multimedia/gstreamer-plugins-mpeg2enc80/Makefile @@ -12,6 +12,8 @@ CATEGORIES= multimedia COMMENT= Gstreamer mpeg encoder plugin BROKEN= Does not compile +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 GST_PLUGIN= mpeg2enc diff --git a/multimedia/helixplayer/Makefile b/multimedia/helixplayer/Makefile index 58d25b70b01c..3696ca7c9845 100644 --- a/multimedia/helixplayer/Makefile +++ b/multimedia/helixplayer/Makefile @@ -97,6 +97,8 @@ post-install: .include <bsd.port.pre.mk> BROKEN= fails to install +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .if ${ARCH}==ia64 BROKEN= does not compile on ${ARCH} due to coredump diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 153f2d1a93c2..7bf5b2cd11cb 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -29,6 +29,8 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> BROKEN= Installs files during "make all" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .if ${ARCH} != "i386" BROKEN= "Configure fails on !i386" diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index a62e3b8f8871..36ee6c23c085 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -14,6 +14,8 @@ MAINTAINER= changbom.yoon@gmail.com COMMENT= A GTK+-based audio player written in Python BROKEN= fails to install/deinstall cleanly +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 INITIAL_DEP= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen |