aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authoralonso <alonso@FreeBSD.org>2014-11-03 06:48:26 +0800
committeralonso <alonso@FreeBSD.org>2014-11-03 06:48:26 +0800
commit0d3442b139c8f95d3d60d79edb4b32e9bdbf18ef (patch)
treec4e94d913ef7249eb58f6aa880ea826174cb9363 /x11/kdelibs4
parent56fde816010b1951344ea3ebdbb8ec18da78691b (diff)
downloadfreebsd-ports-gnome-0d3442b139c8f95d3d60d79edb4b32e9bdbf18ef.tar.gz
freebsd-ports-gnome-0d3442b139c8f95d3d60d79edb4b32e9bdbf18ef.tar.zst
freebsd-ports-gnome-0d3442b139c8f95d3d60d79edb4b32e9bdbf18ef.zip
Remove ZEROCONF option
mDNSResponder was abbandoned by upstream and replaced by discoveryd, which is not open source. As kdelibs already depends on AVAHI being installed, remove the option for the zeroconf backend and always use AVAHI. Also, port option processing is broken, and AVAHI is used even if mDNSResponder is chosen as backend, so bump PORTREVISION as the old package invalidly tracks an unreferenced mDNSResponder library package dependency. Approved by: rakuco (mentor)
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index c5a6b0fffe98..6b367472b2aa 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
@@ -64,12 +65,6 @@ SHEBANG_FILES= kdecore/kconfig_compiler/checkkcfg.pl \
kio/proxytype.pl \
kioslave/http/kcookiejar/kcookiescfg.pl
-OPTIONS_DEFAULT= MDNSRESPONDER
-OPTIONS_SINGLE= ZEROCONF
-OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
-AVAHI_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
-MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
-
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900004