- 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
This commit is contained in:
parent
feaf078ddb
commit
3c652549d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470573
4 changed files with 15 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= audio
|
||||
PKGNAMEPREFIX= cpp-
|
||||
|
||||
|
@ -12,9 +12,12 @@ 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
|
||||
|
||||
XMMS2_SLAVE= cpp
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alexander Botero-Lowry <alexbl@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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
|
||||
CATEGORIES= audio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,9 +14,11 @@ 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
|
||||
|
||||
XMMS2_SLAVE= python
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue