Date: Fri, 16 Feb 2018 13:40:16 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462011 - in head/benchmarks: polygraph sipp Message-ID: <201802161340.w1GDeGxO097707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161340.w1GDeGxO097707>