Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2007 11:13:55 +1100 (VLAST)
From:      Dima Panov <fluffy@ael.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113141: audio/xmms2: fix depends
Message-ID:  <200705300013.l4U0DtYj062006@ns.ael.RU>
Resent-Message-ID: <200705300020.l4U0K5pv048064@freefall.freebsd.org>

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

>Number:         113141
>Category:       ports
>Synopsis:       audio/xmms2: fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 30 00:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ns.ael.RU 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Apr 14 11:12:17 VLAST 2007 root@ns.ael.RU:/usr/obj/usr/src/sys/AEL i386


	
>Description:
	audio/xmms2 has wrong dependency
    
>How-To-Repeat:
	
    make -DWITH_XML
>Fix:

	


Index: audio/xmms2/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/xmms2/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- audio/xmms2/Makefile	28 May 2007 22:04:51 -0000	1.31
+++ audio/xmms2/Makefile	30 May 2007 00:06:43 -0000
@@ -184,7 +184,7 @@
 .endif
 
 .if defined(WITH_XML)
-USE_GNOME=	xml2
+USE_GNOME=	libxml2
 PLIST_SUB+=	XML=""
 .else
 EXCLUDE+=	--without-plugins="xml" --without-plugins="rss" --without-plugins="xspf"
>Release-Note:
>Audit-Trail:
>Unformatted:



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