Index: head/benchmarks/polygraph/Makefile =================================================================== --- head/benchmarks/polygraph/Makefile (revision 458243) +++ head/benchmarks/polygraph/Makefile (revision 458244) @@ -1,56 +1,55 @@ # Created by: Dima Sivachenko # $FreeBSD$ PORTNAME= polygraph -PORTVERSION= 4.9.0 -PORTREVISION= 4 +PORTVERSION= 4.11.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 # The port does not build with C++11 or later (bug 219275). USE_CXXSTD= gnu++03 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_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/distinfo =================================================================== --- head/benchmarks/polygraph/distinfo (revision 458243) +++ head/benchmarks/polygraph/distinfo (revision 458244) @@ -1,2 +1,3 @@ -SHA256 (polygraph-4.9.0-src.tgz) = 36af0031e15b0a123fecda2d74c36cbe632cd479bdb2c85c1b020d4e57ff6bf4 -SIZE (polygraph-4.9.0-src.tgz) = 3371570 +TIMESTAMP = 1515222711 +SHA256 (polygraph-4.11.0-src.tgz) = 7add54d7ef560cc5151bacee3bd17769f079e70a4da740375738a13ba80726c6 +SIZE (polygraph-4.11.0-src.tgz) = 3413931 Index: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h =================================================================== --- head/benchmarks/polygraph/files/patch-src_xstd_Ring.h (revision 458243) +++ head/benchmarks/polygraph/files/patch-src_xstd_Ring.h (nonexistent) @@ -1,18 +0,0 @@ -commit a1b938b85e2b9aabb95fb09b9f7137b27135ea72 -Author: Alex Rousskov -Date: Thu Jan 7 08:20:34 2016 -0700 - - lp:1380660: Make failed if gcc 4.9 is used. - - Merged POLY-43-lp1380660-make-failed-if-gcc-49-. - ---- src/xstd/Ring.h.orig 2014-10-22 23:22:22 UTC -+++ src/xstd/Ring.h -@@ -19,6 +19,7 @@ class Ring: protected Array { - - using Array::capacity; - using Array::size; -+ using Array::Value; - - int count() const { return theInOff - theOutOff; } - bool empty() const { return theInOff <= theOutOff; } Property changes on: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property