diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-22 15:53:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-22 15:53:49 +0800 |
commit | e312ea5454b20a437aee8fe92dfd97dc861eed63 (patch) | |
tree | 56e833940273ccd1fa11f20ac9dbea7badfb3d9e | |
parent | 929141fe59d39cb02de25da36bc165f6110cf059 (diff) | |
download | freebsd-ports-gnome-e312ea5454b20a437aee8fe92dfd97dc861eed63.tar.gz freebsd-ports-gnome-e312ea5454b20a437aee8fe92dfd97dc861eed63.tar.zst freebsd-ports-gnome-e312ea5454b20a437aee8fe92dfd97dc861eed63.zip |
Remove audio/audacious-mac: does not work with audacious 2 and
audacious-plugins already delivers a demac plugin.
PR: ports/138751
Submitted by: maintainer
Feature safe: yes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/audacious-mac/Makefile | 29 | ||||
-rw-r--r-- | audio/audacious-mac/distinfo | 3 | ||||
-rw-r--r-- | audio/audacious-mac/pkg-descr | 3 | ||||
-rw-r--r-- | audio/audacious-mac/pkg-plist | 3 |
5 files changed, 0 insertions, 39 deletions
diff --git a/audio/Makefile b/audio/Makefile index b8ccd8c591bf..4daefd6e0521 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -47,7 +47,6 @@ SUBDIR += aubio SUBDIR += audacious-crossfade SUBDIR += audacious-dumb - SUBDIR += audacious-mac SUBDIR += audacity SUBDIR += audacity-devel SUBDIR += audex diff --git a/audio/audacious-mac/Makefile b/audio/audacious-mac/Makefile deleted file mode 100644 index a656062b3de2..000000000000 --- a/audio/audacious-mac/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: audacious-mac -# Date created: 23 June 2007 -# Whom: buganini@gmail.com -# -# $FreeBSD$ -# - -PORTNAME= audacious-mac -PORTVERSION= 0.3.10 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://www.netswarm.net/misc/ - -MAINTAINER= buganini@gmail.com -COMMENT= Audacious plugin that support the Monkey's Audio lossless formats - -LIB_DEPENDS= audclient.2:${PORTSDIR}/multimedia/audacious \ - mac.2:${PORTSDIR}/audio/mac - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/" - -IGNORE= does not work with audacious 2 and audacious-plugins already deliveres a demac plugin - -post-patch: - @${REINPLACE_CMD} -e 's|CXXFLAGS = @CXXFLAGS@|CXXFLAGS = @CXXFLAGS@ -lmac|' ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/audacious-mac/distinfo b/audio/audacious-mac/distinfo deleted file mode 100644 index f3418adcf85c..000000000000 --- a/audio/audacious-mac/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (audacious-mac-0.3.10.tar.gz) = 94cb1a1dd73ca9a90c2c2cf4cea95361 -SHA256 (audacious-mac-0.3.10.tar.gz) = 1ead27cae4126a03789a8891d1fbfa058a94e590d744d00ee34400ed1a9f9cf9 -SIZE (audacious-mac-0.3.10.tar.gz) = 323358 diff --git a/audio/audacious-mac/pkg-descr b/audio/audacious-mac/pkg-descr deleted file mode 100644 index 81eeb3a5543c..000000000000 --- a/audio/audacious-mac/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Audacious Input Plugin that supports the Monkey's Audio lossless format. - -WWW: http://www.netswarm.net diff --git a/audio/audacious-mac/pkg-plist b/audio/audacious-mac/pkg-plist deleted file mode 100644 index 178ec0343af6..000000000000 --- a/audio/audacious-mac/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/audacious/Input/libaudacious-mac.so -@dirrmtry lib/audacious/Input -@dirrmtry lib/audacious |