ports/147981: [patch] multimedia/xmms-status-plugin fix depends

Andrius Morkunas hinokind at gmail.com
Fri Jun 18 20:20:04 UTC 2010


>Number:         147981
>Category:       ports
>Synopsis:       [patch] multimedia/xmms-status-plugin fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 20:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Add missing dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN multimedia/xmms-status-plugin.orig/Makefile multimedia/xmms-status-plugin/Makefile
--- multimedia/xmms-status-plugin.orig/Makefile	2009-08-02 19:34:54.000000000 +0000
+++ multimedia/xmms-status-plugin/Makefile	2010-06-18 20:09:10.462319680 +0000
@@ -13,10 +13,15 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XMMS control applet for GNOME 2 panel / KDE tray
 
-LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
+		pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+		xcb.2:${PORTSDIR}/x11/libxcb
 
-USE_XORG=	x11 xpm
+USE_XORG=	x11 xau xdmcp xext xi xpm
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
+USE_GNOME=	gtk12
+USE_ICONV=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:22
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list