From owner-svn-ports-head@FreeBSD.ORG Sun Nov 2 22:48:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51D81477; Sun, 2 Nov 2014 22:48:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE9DED8; Sun, 2 Nov 2014 22:48:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA2MmRfd083159; Sun, 2 Nov 2014 22:48:27 GMT (envelope-from alonso@FreeBSD.org) Received: (from alonso@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA2MmR9w083158; Sun, 2 Nov 2014 22:48:27 GMT (envelope-from alonso@FreeBSD.org) Message-Id: <201411022248.sA2MmR9w083158@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: alonso set sender to alonso@FreeBSD.org using -f From: Alonso Schaich Date: Sun, 2 Nov 2014 22:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372093 - head/x11/kdelibs4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 22:48:27 -0000 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 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 900004