Date: Wed, 12 Dec 2018 17:34:51 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487306 - head/benchmarks/polygraph Message-ID: <201812121734.wBCHYpiW066592@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Dec 12 17:34:51 2018 New Revision: 487306 URL: https://svnweb.freebsd.org/changeset/ports/487306 Log: 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 Modified: head/benchmarks/polygraph/Makefile Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Wed Dec 12 17:26:27 2018 (r487305) +++ head/benchmarks/polygraph/Makefile Wed Dec 12 17:34:51 2018 (r487306) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812121734.wBCHYpiW066592>