From owner-svn-ports-all@freebsd.org Tue Dec 11 07:52:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B62A13250E3; Tue, 11 Dec 2018 07:52:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4193089860; Tue, 11 Dec 2018 07:52:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 173C4166B8; Tue, 11 Dec 2018 07:52:18 +0000 (UTC) Date: Tue, 11 Dec 2018 07:52:18 +0000 From: Alexey Dokuchaev To: Bernhard Fr??hlich Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r487204 - head/dns/dnsperf Message-ID: <20181211075218.GC93669@FreeBSD.org> References: <201812102214.wBAME2q3001375@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 4193089860 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.98)[-0.985,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 07:52:18 -0000 On Tue, Dec 11, 2018 at 08:44:50AM +0100, Bernhard Fr??hlich wrote: > On Mon, Dec 10, 2018 at 11:14 PM Antoine Brodin wrote: > > New Revision: 487204 > > URL: https://svnweb.freebsd.org/changeset/ports/487204 > > > > Log: > > Mark BROKEN: fails to build > > > > ... > > @@ -13,6 +13,8 @@ COMMENT= Performance measurement of Domain Name System > > > > LICENSE= ISCL > > > > +BROKEN= fails to build > > + > > BUILD_DEPENDS= isc-config.sh:dns/bind912 > > LIB_DEPENDS= liblmdb.so:databases/lmdb \ > > libjson-c.so:devel/json-c > > > > Fix is available in PR 232774 and waiting for maintainer approval/timeout. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232774 Since the port is now officially marked broken and the fix doesn't change functionality, just fixes the build, I think you can waive the maintainer approval/timeout in this case. ./danfe