aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/polygraph31/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-02-27 10:54:06 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-02-27 10:54:06 +0000
commitb3d7e7b916bc152a83f41aeae8ecb8c68fb739d9 (patch)
tree9c6090aa1ffaa15f71441ca74687e1c12c1b8fa6 /benchmarks/polygraph31/Makefile
parentc19547d909e0d36fc43f86eb78d9667fbf2396e4 (diff)
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.
Notes
Notes: svn path=/head/; revision=102282
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r--benchmarks/polygraph31/Makefile10
1 files changed, 3 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-BROKEN= "Does not compile"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>