svn commit: r487204 - head/dns/dnsperf

Antoine Brodin antoine at FreeBSD.org
Mon Dec 10 22:14:03 UTC 2018


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


More information about the svn-ports-all mailing list