aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-05-21 20:00:48 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-05-21 20:00:48 +0000
commit3c652549d38450e0f34388d7226c9273e3a90f23 (patch)
tree35f31ba27cdbc23965e31c22fc333e4818c7268a /audio/xmms2
parentfeaf078ddbf004eeeac02a464424532302cd90d7 (diff)
downloadports-3c652549d38450e0f34388d7226c9273e3a90f23.tar.gz
ports-3c652549d38450e0f34388d7226c9273e3a90f23.zip
- Mark xmms2 slave ports as broken with openssl-devel [1]
While here: - Strip binaries - Add missing dependency to audio/xmms2 PR: 225950 [1] Submitted by: brnrd
Notes
Notes: svn path=/head/; revision=470573
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index c3606fa5c97f..eee3e0581667 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -4,7 +4,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.8
DISTVERSIONSUFFIX= DrO_o
-PORTREVISION?= 25
+PORTREVISION?= 26
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
@@ -20,7 +20,7 @@ INSTALL_TARGET= install --without-ldconfig
.if !defined(XMMS2_SLAVE)
USE_GNOME= glib20
-USES+= sqlite
+USES+= readline sqlite
USE_LDCONFIG= yes
@@ -219,6 +219,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmmsclient*
.else
${RM} -R ${STAGEDIR}${PREFIX}/lib/xmms2
+ ${FIND} ${STAGEDIR}${PREFIX}/lib -name '*.so*' | ${XARGS} ${STRIP_CMD}
.endif
.include <bsd.port.post.mk>