Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2014 22:48:27 +0000 (UTC)
From:      Alonso Schaich <alonso@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372093 - head/x11/kdelibs4
Message-ID:  <201411022248.sA2MmR9w083158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alonso
Date: Sun Nov  2 22:48:26 2014
New Revision: 372093
URL: https://svnweb.freebsd.org/changeset/ports/372093
QAT: https://qat.redports.org/buildarchive/r372093/

Log:
  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)

Modified:
  head/x11/kdelibs4/Makefile

Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile	Sun Nov  2 21:32:46 2014	(r372092)
+++ head/x11/kdelibs4/Makefile	Sun Nov  2 22:48:26 2014	(r372093)
@@ -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/
 		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



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