Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2014 15:05:05 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373710 - in head/dns/unbound: . files
Message-ID:  <201412011505.sB1F55Md086425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



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