svn commit: r462011 - in head/benchmarks: polygraph sipp

Bernard Spil brnrd at FreeBSD.org
Fri Feb 16 13:40:17 UTC 2018


Author: brnrd
Date: Fri Feb 16 13:40:16 2018
New Revision: 462011
URL: https://svnweb.freebsd.org/changeset/ports/462011

Log:
  security/openssl-devel: Mark broken category benchmarks

Modified:
  head/benchmarks/polygraph/Makefile
  head/benchmarks/sipp/Makefile

Modified: head/benchmarks/polygraph/Makefile
==============================================================================
--- head/benchmarks/polygraph/Makefile	Fri Feb 16 13:37:09 2018	(r462010)
+++ head/benchmarks/polygraph/Makefile	Fri Feb 16 13:40:16 2018	(r462011)
@@ -13,6 +13,8 @@ COMMENT=	Benchmarking tool for Web proxies
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_SSL=	openssl-devel
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		gmake ncurses shebangfix tar:tgz

Modified: head/benchmarks/sipp/Makefile
==============================================================================
--- head/benchmarks/sipp/Makefile	Fri Feb 16 13:37:09 2018	(r462010)
+++ head/benchmarks/sipp/Makefile	Fri Feb 16 13:40:16 2018	(r462011)
@@ -15,6 +15,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	help2man:misc/help2man
 
 BROKEN_powerpc64=	fails to compile: stat.hpp:307: error: ISO C++ does not support long long
+BROKEN_SSL=		openssl-devel
 
 PLIST_FILES=	bin/sipp man/man1/sipp.1.gz
 


More information about the svn-ports-head mailing list