ports/113104: [patch] audio/xmms2 broken when configuring WITHOUT_MDNS_APPLE
Olivier Smedts
olivier at gid0.org
Mon May 28 22:00:12 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list