Index: head/benchmarks/polygraph/Makefile =================================================================== --- head/benchmarks/polygraph/Makefile (revision 421633) +++ head/benchmarks/polygraph/Makefile (revision 421634) @@ -1,52 +1,52 @@ # Created by: Dima Sivachenko # $FreeBSD$ PORTNAME= polygraph PORTVERSION= 4.9.0 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for Web proxies LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake ncurses shebangfix tar:tgz SHEBANG_FILES= tools/*.pl USE_GCC= any GNU_CONFIGURE= yes CONFLICTS= ltrace-0* OPTIONS_DEFINE= DOCS GNUPLOT GSSAPI LDNS PERL SSL ZLIB OPTIONS_DEFAULT= SSL ZLIB GNUPLOT_DESC= GNUPlot for full reporting functionality GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot GSSAPI_USES= gssapi:mit GSSAPI_CONFIGURE_ON= --with-kerberos=${KRB5CONFIG} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_CONFIGURE_OFF= --without-kerberos LDNS_DESC= DNS zone file support via libldns LDNS_LIB_DEPENDS= libldns.so:dns/ldns LDNS_CONFIGURE_ON= --with-ldns=${LOCALBASE}/bin/ldns-config LDNS_CONFIGURE_OFF= --without-ldns SSL_DESC= SSL/HTTPS support -SSL_USE= openssl=yes +SSL_USES= ssl SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} SSL_CONFIGURE_OFF= --without-ssl PERL_DESC= Install Perl for PolyGraph tools PERL_USES= perl5 PERL_USE= perl5=run ZLIB_DESC= HTTP compression support ZLIB_CONFIGURE_ON= --with-zlib=/usr ZLIB_CONFIGURE_OFF= --without-zlib post-patch: @${REINPLACE_CMD} -e \ '/LICENSE /d' ${WRKSRC}/Makefile.in .include Index: head/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc =================================================================== --- head/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc (nonexistent) +++ head/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc (revision 421634) @@ -0,0 +1,14 @@ +--- src/xstd/Ssl.cc.orig 2014-10-22 23:22:22 UTC ++++ src/xstd/Ssl.cc +@@ -38,9 +38,11 @@ SslCtx::SslCtx(SslProtocol protocol, con + case TLSv1: + theCtx = ::SSL_CTX_new(::TLSv1_method()); + break; ++#ifndef OPENSSL_NO_SSL3 + case SSLv3: + theCtx = ::SSL_CTX_new(::SSLv3_method()); + break; ++#endif + case SSLv23: + theCtx = ::SSL_CTX_new(::SSLv23_method()); + break; Property changes on: head/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property