Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 22:14:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487204 - head/dns/dnsperf
Message-ID:  <201812102214.wBAME2q3001375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 10 22:14:02 2018
New Revision: 487204
URL: https://svnweb.freebsd.org/changeset/ports/487204

Log:
  Mark BROKEN: fails to build
  
  In file included from dnsperf.c:70:
  ./datafile.h:39:6: error: unknown type name 'isc_boolean_t'
                     isc_boolean_t is_update);
                     ^
  
  Reported by:	pkg-fallout

Modified:
  head/dns/dnsperf/Makefile

Modified: head/dns/dnsperf/Makefile
==============================================================================
--- head/dns/dnsperf/Makefile	Mon Dec 10 22:00:22 2018	(r487203)
+++ head/dns/dnsperf/Makefile	Mon Dec 10 22:14:02 2018	(r487204)
@@ -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



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