Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2010 20:18:31 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147981: [patch] multimedia/xmms-status-plugin fix depends
Message-ID:  <201006182018.o5IKIVj8063076@www.freebsd.org>
Resent-Message-ID: <201006182020.o5IKK2Fv047020@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006182018.o5IKIVj8063076>