diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 02:48:54 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 02:48:54 +0800 |
commit | 2ffbea1568d45e1a758e9289b4aef24e3e55dc9c (patch) | |
tree | c4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-volnorm | |
parent | 98f62693ce7f8a9b0a5d9113413257c8c21cf1e7 (diff) | |
download | freebsd-ports-gnome-2ffbea1568d45e1a758e9289b4aef24e3e55dc9c.tar.gz freebsd-ports-gnome-2ffbea1568d45e1a758e9289b4aef24e3e55dc9c.tar.zst freebsd-ports-gnome-2ffbea1568d45e1a758e9289b4aef24e3e55dc9c.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/Makefile | 10 | ||||
-rw-r--r-- | audio/xmms-volnorm/pkg-plist | 3 |
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 |