aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-volnorm
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-05 02:48:54 +0800
committertijl <tijl@FreeBSD.org>2014-05-05 02:48:54 +0800
commitfb22089f7d9407c6e25941e97eca98b6d610735f (patch)
treec4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-volnorm
parentd669f923ee4e0a4b3ddbbac8dc0972be13d81198 (diff)
downloadfreebsd-ports-gnome-fb22089f7d9407c6e25941e97eca98b6d610735f.tar.gz
freebsd-ports-gnome-fb22089f7d9407c6e25941e97eca98b6d610735f.tar.zst
freebsd-ports-gnome-fb22089f7d9407c6e25941e97eca98b6d610735f.zip
Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
Diffstat (limited to 'audio/xmms-volnorm')
-rw-r--r--audio/xmms-volnorm/Makefile10
-rw-r--r--audio/xmms-volnorm/pkg-plist3
2 files changed, 3 insertions, 10 deletions
diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile
index b73c27c92f05..e2c517c5f09b 100644
--- a/audio/xmms-volnorm/Makefile
+++ b/audio/xmms-volnorm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= volnorm
PORTVERSION= 0.8.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF
PKGNAMEPREFIX= xmms-
@@ -15,18 +15,14 @@ LICENSE= GPLv2
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
+USES= libtool
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+PLIST_FILES= lib/xmms/Effect/libnormvol.so
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|tests||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^COMMON/s|-O2|@CFLAGS@|g' ${WRKSRC}/src/Makefile.in
- @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Effect
- ${INSTALL_DATA} ${WRKSRC}/src/.libs/libnormvol.so \
- ${STAGEDIR}${PREFIX}/lib/xmms/Effect
.include <bsd.port.mk>
diff --git a/audio/xmms-volnorm/pkg-plist b/audio/xmms-volnorm/pkg-plist
deleted file mode 100644
index 29921e2beeb2..000000000000
--- a/audio/xmms-volnorm/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/xmms/Effect/libnormvol.so
-@dirrmtry lib/xmms/Effect
-@dirrmtry lib/xmms