From owner-svn-ports-head@FreeBSD.ORG Mon Dec 1 15:05:06 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 75E3DEE4; Mon, 1 Dec 2014 15:05:06 +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 49509A61; Mon, 1 Dec 2014 15:05:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB1F56Fw086427; Mon, 1 Dec 2014 15:05:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB1F55Md086425; Mon, 1 Dec 2014 15:05:05 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412011505.sB1F55Md086425@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 1 Dec 2014 15:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373710 - in head/dns/unbound: . files 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: Mon, 01 Dec 2014 15:05:06 -0000 Author: feld Date: Mon Dec 1 15:05:05 2014 New Revision: 373710 URL: https://svnweb.freebsd.org/changeset/ports/373710 QAT: https://qat.redports.org/buildarchive/r373710/ Log: Remove BROKEN for LIBEVENT and 10.0+ and replace with an appropriate warning in the pkg-message PR: 191532 Modified: head/dns/unbound/Makefile head/dns/unbound/files/pkg-message.in Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Mon Dec 1 15:00:24 2014 (r373709) +++ head/dns/unbound/Makefile Mon Dec 1 15:05:05 2014 (r373710) @@ -32,7 +32,7 @@ PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUN OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA -LIBEVENT_DESC= Build against libevent (devel/libevent2) (BROKEN on >=10) +LIBEVENT_DESC= Build against libevent (BROKEN on =10.0-RELEASE) GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin @@ -80,7 +80,9 @@ MUNIN= "@comment " .if ${PORT_OPTIONS:MLIBEVENT} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000015 -BROKEN= Unbound with libevent crashes on FreeBSD 10+ due to Capsicum +SUB_LIST+= BROKEN="WARNING: Unbound with LIBEVENT crashes if run on FreeBSD 10.0-RELEASE. Update to 10.1-RELEASE or stable/10 after r273137." +.else +SUB_LIST+= BROKEN="" .endif LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2 USES+= pkgconfig Modified: head/dns/unbound/files/pkg-message.in ============================================================================== --- head/dns/unbound/files/pkg-message.in Mon Dec 1 15:00:24 2014 (r373709) +++ head/dns/unbound/files/pkg-message.in Mon Dec 1 15:05:05 2014 (r373710) @@ -8,3 +8,5 @@ env.unbound_conf %%PREFIX%%/etc/unbound/ env.unbound_control %%PREFIX%%/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000 + +%%BROKEN%%