diff options
author | kwm <kwm@FreeBSD.org> | 2015-01-05 06:08:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-01-05 06:08:54 +0800 |
commit | 0655c06e6f6c0a58e2eb2f6c675f44ac559a2ec5 (patch) | |
tree | ceca0cf6909d4a604906aec05edc743856fa9fe9 /net/avahi | |
parent | 1800121f305add815a6da0ff13bc6a1ece87f5c9 (diff) | |
download | freebsd-ports-gnome-0655c06e6f6c0a58e2eb2f6c675f44ac559a2ec5.tar.gz freebsd-ports-gnome-0655c06e6f6c0a58e2eb2f6c675f44ac559a2ec5.tar.zst freebsd-ports-gnome-0655c06e6f6c0a58e2eb2f6c675f44ac559a2ec5.zip |
Don't pull in avahi-libdns. It conflicts with mDNSResponder which is now
a default dependancy of cups (used by gtk).
While here, trim one avahi-app line from the first RUN_DEPENDS, one is enough.
Submitted by: antione
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 5349dff917b2..2150f683a049 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -4,7 +4,7 @@ PORTNAME= avahi PORTVERSION= 0.6.31 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net dns MASTER_SITES= # empty DISTFILES= # empty @@ -13,11 +13,10 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the Avahi service discovery suite -RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \ - avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app +RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app -OPTIONS_DEFINE= AUTOIPD GTK LIBDNS MONO QT4 PYTHON -OPTIONS_DEFAULT=AUTOIPD GTK LIBDNS +OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON +OPTIONS_DEFAULT=AUTOIPD GTK AUTOIPD_DESC= IPv4LL network address configuration daemon GTK_DESC= Gtk+ tools and bindings LIBDNS_DESC= Apple's mDNSResponder compatibility library @@ -36,9 +35,9 @@ RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk .endif -.if ${PORT_OPTIONS:MLIBDNS} -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns -.endif +#.if ${PORT_OPTIONS:MLIBDNS} +#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns +#.endif .if ${PORT_OPTIONS:MMONO} RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp |