From nobody@FreeBSD.org  Fri Jun 18 14:36:45 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7E55F106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 14:36:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6DF358FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 14:36:45 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5IEaick071075
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 14:36:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5IEahUw071074;
	Fri, 18 Jun 2010 14:36:43 GMT
	(envelope-from nobody)
Message-Id: <201006181436.o5IEahUw071074@www.freebsd.org>
Date: Fri, 18 Jun 2010 14:36:43 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] audio/xmms-curses fix depends
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147975
>Category:       ports
>Synopsis:       [patch] audio/xmms-curses fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 14:40:04 UTC 2010
>Closed-Date:    Sun Nov 14 11:22:37 UTC 2010
>Last-Modified:  Sun Nov 14 11:30:08 UTC 2010
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Add missing dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN audio/xmms-curses.orig/Makefile audio/xmms-curses/Makefile
--- audio/xmms-curses.orig/Makefile	2009-08-22 00:13:23.000000000 +0000
+++ audio/xmms-curses/Makefile	2010-06-18 14:26:48.475351055 +0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	xmms-curses
 PORTVERSION=	0.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -16,7 +16,13 @@
 
 BUILD_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS=	pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+		xcb.2:${PORTSDIR}/x11/libxcb
 
+USE_GETTEXT=	yes
+USE_GNOME=	gtk12
+USE_ICONV=	yes
+USE_XORG=	x11 xau xdmcp xext xi
 MAN1=	${PORTNAME}.1
 
 do-build:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 18 14:40:29 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147975 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Nov 14 11:22:36 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147975 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147975: commit references a PR
Date: Sun, 14 Nov 2010 11:22:26 +0000 (UTC)

 itetcu      2010-11-14 11:22:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/xmms-curses    Makefile 
   Log:
   Fix depends and bump PORTREVISION. It links against much more that one would
   think (x11 and gtk components) which are installed because of xmms.
   
   PR:             ports/147975
   Submitted by:   Andrius Morkunas
   
   Revision  Changes    Path
   1.4       +8 -1      ports/audio/xmms-curses/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
