diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-02-16 21:40:16 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-02-16 21:40:16 +0800 |
commit | 294d0c39d01ab7ed5684b8ef7276fa536823b761 (patch) | |
tree | 73d21319d838fee99ab1dcf0a55f96d0a68bdca9 /benchmarks | |
parent | d7c457554caace5c661ec5f07aea442f954bcf8d (diff) | |
download | freebsd-ports-gnome-294d0c39d01ab7ed5684b8ef7276fa536823b761.tar.gz freebsd-ports-gnome-294d0c39d01ab7ed5684b8ef7276fa536823b761.tar.zst freebsd-ports-gnome-294d0c39d01ab7ed5684b8ef7276fa536823b761.zip |
security/openssl-devel: Mark broken category benchmarks
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/sipp/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 4619c14f4dda..02394dbd7d5b 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -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 diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 0bff0de0d6cb..e1d27c1413d1 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -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 |