Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2007 21:56:44 GMT
From:      Olivier Smedts<olivier@gid0.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/113104: [patch] audio/xmms2 broken when configuring WITHOUT_MDNS_APPLE
Message-ID:  <200705282156.l4SLuiE9078893@www.freebsd.org>
Resent-Message-ID: <200705282200.l4SM0Bas053801@freefall.freebsd.org>

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

>Number:         113104
>Category:       ports
>Synopsis:       [patch] audio/xmms2 broken when configuring WITHOUT_MDNS_APPLE
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 28 22:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Smedts
>Release:        FreeBSD 6.2-STABLE
>Organization:
gid0.org
>Environment:
FreeBSD 6.2-STABLE #0: Fri Apr 27 16:19:36 CEST 2007
>Description:
The audio/xmms2 port doesn't compile when configuring without MDNS_APPLE, due to a typo in the Makefile.
>How-To-Repeat:
cd /usr/ports/audio/xmms2
make WITHOUT_MDNS_APPLE=yes

>Fix:
--- audio/xmms2/Makefile.old        2007-05-28 23:48:34.000000000 +0200
+++ audio/xmms2/Makefile    2007-05-28 23:49:27.000000000 +0200
@@ -251,7 +251,7 @@
 .if !defined(WITHOUT_MDNS_APPLE)
 BROKEN=                You may choose either MDNS_APPLE or MDNS_AVAHI, but not both
 .endif
-EXCLUDE+=      --without-optionals="dnssd"
+EXCLUDE+=      --without-optionals="dns_sd"
 LIB_DEPENDS+=  avahi-core:${PORTSDIR}/net/avahi
 PLIST_SUB+=    MDNS_AVAHI=""
 MAN1+= xmms2-mdns-avahi.1
@@ -268,7 +268,7 @@
 LIB_DEPENDS+=  dns_sd:${PORTSDIR}/net/mDNSResponder
 PLIST_SUB+=    MDNS_APPLE=""
 .else
-EXCLUDE+=      --without-optionals="dnssd"
+EXCLUDE+=      --without-optionals="dns_sd"
 PLIST_SUB+=    MDNS_APPLE="@comment "
 .endif


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



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