diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-26 21:47:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-26 21:47:10 +0000 |
commit | 53925843da5709b7c3266bc7d4c16582721d813d (patch) | |
tree | 78e98c6df776c985f89f5d3dfd49ff0175533e5d /audio | |
parent | 5d2a18b98fc7ea481c1a65178648bb1758fc389f (diff) | |
download | ports-53925843da5709b7c3266bc7d4c16582721d813d.tar.gz ports-53925843da5709b7c3266bc7d4c16582721d813d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qmidinet/Makefile | 2 | ||||
-rw-r--r-- | audio/wmauda/Makefile | 2 | ||||
-rw-r--r-- | audio/x11amp/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/qmidinet/Makefile b/audio/qmidinet/Makefile index 3a2820e77f98..614337c7a784 100644 --- a/audio/qmidinet/Makefile +++ b/audio/qmidinet/Makefile @@ -11,6 +11,8 @@ COMMENT= Sends and receives MIDI over the network using UDP multicast LICENSE= GPLv2 BROKEN= Fails to configure +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-01-26 LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index 222d9f36e13c..368366f23b7b 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli BROKEN= Does not work with audacious 3.5 or later +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-01-26 USES= gmake pkgconfig USE_GNOME= gnomeprefix gtk20 diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index a3dbb2d3e5aa..9ddb089f38dd 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -14,6 +14,8 @@ COMMENT= X11-based MP3 player with nice graphical interface LICENSE= GPLv2 BROKEN= hangs at start with gtk and linker errors +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-01-26 USES= libtool USE_GNOME= gtk12 esound |