aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/polygraph
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-12 17:34:51 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-12 17:34:51 +0000
commit20a40a51b1772c2ffd45211d6146866aeb4b3d44 (patch)
tree0b7a409aa60f3a1ba19b26118720636c88a3f55f /benchmarks/polygraph
parent757b2a729d920b9f7b37a32a3f287a38fb2aaee1 (diff)
downloadports-20a40a51b1772c2ffd45211d6146866aeb4b3d44.tar.gz
ports-20a40a51b1772c2ffd45211d6146866aeb4b3d44.zip
benchmarks/polygraph builds fine with OpenSSL 1.1.1
While here set EXTRACT_SUFX instead of WRKSRC and DISTVERSIONSUFFIX to avoid having to fix WRKSRC afterwards. http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/polygraph-4.13.0.log
Notes
Notes: svn path=/head/; revision=487306
Diffstat (limited to 'benchmarks/polygraph')
-rw-r--r--benchmarks/polygraph/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index 06f44478672b..ada5fe83a9c8 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -4,9 +4,9 @@
PORTNAME= polygraph
DISTVERSION= 4.13.0
PORTREVISION= 1
-DISTVERSIONSUFFIX= -src
CATEGORIES= benchmarks www
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
+EXTRACT_SUFX= -src.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Benchmarking tool for Web proxies
@@ -14,12 +14,7 @@ COMMENT= Benchmarking tool for Web proxies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_SSL= openssl111
-BROKEN_SSL_REASON_openssl111= configure: error: OpenSSL libraries and/or directories were not found in /usr/local
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= gmake ncurses shebangfix tar:tgz
+USES= gmake ncurses shebangfix
SHEBANG_FILES= tools/*.pl
USE_GCC= any
GNU_CONFIGURE= yes