svn commit: r487306 - head/benchmarks/polygraph

Tobias Kortkamp tobik at FreeBSD.org
Wed Dec 12 17:34:52 UTC 2018


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 at 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


More information about the svn-ports-all mailing list