diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
commit | c31defa0fc6069fd58ebbef6564b36ff4e2a70f7 (patch) | |
tree | 24dcac0a257526d4f05afdcd8a3429b3043b19a1 /audio | |
parent | 2857e83e8acd09cc2a2acd9d525eebc711a566bf (diff) | |
download | freebsd-ports-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alac/Makefile | 2 | ||||
-rw-r--r-- | audio/amp/Makefile | 2 | ||||
-rw-r--r-- | audio/autozen/Makefile | 2 | ||||
-rw-r--r-- | audio/hawkvoice/Makefile | 2 | ||||
-rw-r--r-- | audio/mangler/Makefile | 2 | ||||
-rw-r--r-- | audio/streamtuner/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile index 7cde680c4cf6..5092a75cfd12 100644 --- a/audio/alac/Makefile +++ b/audio/alac/Makefile @@ -12,6 +12,8 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Basic decoder for Apple Lossless Audio Codec files (ALAC) BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 WRKSRC= ${WRKDIR}/${PORTNAME}_decoder MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 23e8b0ff16d0..e1cfff89277b 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player BROKEN= Does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_gcc=no diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index a7ab5fe84695..850695ca739f 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -13,6 +13,8 @@ COMMENT= Adjust brain waves with sound LICENSE= GPLv2 BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 OPTIONS_DEFINE= DOCS diff --git a/audio/hawkvoice/Makefile b/audio/hawkvoice/Makefile index 70beb2a82af3..e9c4cd8cf60f 100644 --- a/audio/hawkvoice/Makefile +++ b/audio/hawkvoice/Makefile @@ -12,6 +12,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Portable sound and speech compression library BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USES= gmake dos2unix zip MAKEFILE= makefile.linux USE_CSTD= gnu89 diff --git a/audio/mangler/Makefile b/audio/mangler/Makefile index 7fa680362737..6afa3d77b26c 100644 --- a/audio/mangler/Makefile +++ b/audio/mangler/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ventrilo VOIP compatible client BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 LIB_DEPENDS= libcelt0.so:audio/celt \ libspeex.so:audio/speex \ diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index eba838ef5d96..c1606554ea54 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ stream directory browser BROKEN= Is no longer able to fetch stream information +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 BUILD_DEPENDS= rarian-sk-config:textproc/rarian LIB_DEPENDS= libcurl.so:ftp/curl |