diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
commit | 2ffbea1568d45e1a758e9289b4aef24e3e55dc9c (patch) | |
tree | c4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-bonk | |
parent | - Use USES=tar:xz (diff) |
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-bonk')
-rw-r--r-- | audio/xmms-bonk/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-bonk/files/patch-Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile index e1ce2c5624a0..398f8baafb60 100644 --- a/audio/xmms-bonk/Makefile +++ b/audio/xmms-bonk/Makefile @@ -2,7 +2,7 @@ PORTNAME= xmms-bonk PORTVERSION= 0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ DISTNAME= bonk-xmms-${PORTVERSION} diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile index eee3e3dc3315..c251d9ec3d76 100644 --- a/audio/xmms-bonk/files/patch-Makefile +++ b/audio/xmms-bonk/files/patch-Makefile @@ -16,7 +16,7 @@ $FreeBSD$ libbonk.so : bonk-xmms.cc - $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++ -+ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++ ++ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc install : libbonk.so cp libbonk.so $(INSTDIR) |