svn commit: r470573 - in head/audio: cpp-xmms2 p5-xmms2 py-xmms2 xmms2
Guido Falsi
madpilot at FreeBSD.org
Mon May 21 20:00:50 UTC 2018
Author: madpilot
Date: Mon May 21 20:00:48 2018
New Revision: 470573
URL: https://svnweb.freebsd.org/changeset/ports/470573
Log:
- 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
Modified:
head/audio/cpp-xmms2/Makefile
head/audio/p5-xmms2/Makefile
head/audio/py-xmms2/Makefile
head/audio/xmms2/Makefile
Modified: head/audio/cpp-xmms2/Makefile
==============================================================================
--- head/audio/cpp-xmms2/Makefile Mon May 21 19:28:28 2018 (r470572)
+++ head/audio/cpp-xmms2/Makefile Mon May 21 20:00:48 2018 (r470573)
@@ -1,7 +1,7 @@
# Created by: Alexander Botero-Lowry <alex at foxybanana.com>
# $FreeBSD$
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
@@ -12,8 +12,11 @@ LIB_DEPENDS+= libboost_signals.so:devel/boost-libs \
libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
+USES= ssl
USE_LDCONFIG= yes
USE_GNOME= glib20
+
+BROKEN_SSL= openssl-devel
PLIST= ${.CURDIR}/pkg-plist
Modified: head/audio/p5-xmms2/Makefile
==============================================================================
--- head/audio/p5-xmms2/Makefile Mon May 21 19:28:28 2018 (r470572)
+++ head/audio/p5-xmms2/Makefile Mon May 21 20:00:48 2018 (r470573)
@@ -1,7 +1,7 @@
# Created by: Alexander Botero-Lowry <alexbl at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio perl5
PKGNAMEPREFIX= p5-
@@ -12,7 +12,9 @@ LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
-USES= perl5
+USES= perl5 ssl
+
+BROKEN_SSL= openssl-devel
PLIST= ${.CURDIR}/pkg-plist
Modified: head/audio/py-xmms2/Makefile
==============================================================================
--- head/audio/py-xmms2/Makefile Mon May 21 19:28:28 2018 (r470572)
+++ head/audio/py-xmms2/Makefile Mon May 21 20:00:48 2018 (r470573)
@@ -1,7 +1,7 @@
# Created by: Alexander Botero-Lowry <alex at foxybanana.com>
# $FreeBSD$
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,10 @@ LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
-USES= python:2.7
+USES= python:2.7 ssl
USE_PYTHON= flavors
+
+BROKEN_SSL= openssl-devel
PLIST= ${.CURDIR}/pkg-plist
Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile Mon May 21 19:28:28 2018 (r470572)
+++ head/audio/xmms2/Makefile Mon May 21 20:00:48 2018 (r470573)
@@ -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>
More information about the svn-ports-all
mailing list