From nobody@FreeBSD.org  Mon May 28 21:56:44 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B68C716A53F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 May 2007 21:56:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id A6D0813C458
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 May 2007 21:56:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4SLuiY3078894
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 May 2007 21:56:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4SLuiE9078893;
	Mon, 28 May 2007 21:56:44 GMT
	(envelope-from nobody)
Message-Id: <200705282156.l4SLuiE9078893@www.freebsd.org>
Date: Mon, 28 May 2007 21:56:44 GMT
From: Olivier Smedts<olivier@gid0.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] audio/xmms2 broken when configuring WITHOUT_MDNS_APPLE
X-Send-Pr-Version: www-3.0

>Number:         113104
>Category:       ports
>Synopsis:       [patch] audio/xmms2 broken when configuring WITHOUT_MDNS_APPLE
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    alexbl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 28 22:00:11 GMT 2007
>Closed-Date:    Mon May 28 22:04:58 GMT 2007
>Last-Modified:  Mon May 28 22:10:05 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->alexbl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 28 22:00:18 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113104 
State-Changed-From-To: open->closed 
State-Changed-By: alexbl 
State-Changed-When: Mon May 28 22:04:56 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113104: commit references a PR
Date: Mon, 28 May 2007 22:04:59 +0000 (UTC)

 alexbl      2007-05-28 22:04:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/xmms2          Makefile 
   Log:
    - Properly disable MDNSResponder
   
   PR:             113104
   Submitted by:   Olivier Smedts <olivier@gid0.org>
   
   Revision  Changes    Path
   1.31      +2 -2      ports/audio/xmms2/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:
