From e312ea5454b20a437aee8fe92dfd97dc861eed63 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 22 Sep 2009 07:53:49 +0000 Subject: 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 --- audio/Makefile | 1 - audio/audacious-mac/Makefile | 29 ----------------------------- audio/audacious-mac/distinfo | 3 --- audio/audacious-mac/pkg-descr | 3 --- audio/audacious-mac/pkg-plist | 3 --- 5 files changed, 39 deletions(-) delete mode 100644 audio/audacious-mac/Makefile delete mode 100644 audio/audacious-mac/distinfo delete mode 100644 audio/audacious-mac/pkg-descr delete mode 100644 audio/audacious-mac/pkg-plist 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 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 -- cgit