From de7b16ac392fa43dd216546ba2d2d0b15e35f36a Mon Sep 17 00:00:00 2001 From: osa Date: Fri, 27 Feb 2004 10:54:06 +0000 Subject: Fix BROKEN by update to latest 2.8.0 version. Utilize DATADIR, SIZEfy. Add -Wno-deprecated to CPPFLAGS for fix annoing warnings. Approved by: adrian (maintainer) informed. --- benchmarks/polygraph31/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'benchmarks/polygraph31/Makefile') diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile index 36a0b2db86d8..881458b5ca5c 100644 --- a/benchmarks/polygraph31/Makefile +++ b/benchmarks/polygraph31/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polygraph -PORTVERSION= 2.7.6 +PORTVERSION= 2.8.0 CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,14 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= adrian@FreeBSD.org COMMENT= A benchmarking tool for Web proxies - IS_INTERACTIVE= yes GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include - -BROKEN= "Does not compile" - -.include +.include -- cgit