aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polygraph31/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-02-27 18:54:06 +0800
committerosa <osa@FreeBSD.org>2004-02-27 18:54:06 +0800
commitde7b16ac392fa43dd216546ba2d2d0b15e35f36a (patch)
tree9de4a9ea46d241aac9120799ed0849f6d374cf89 /benchmarks/polygraph31/Makefile
parent5a44a0d1ac5ec1c43a273c0de267d57e657968f2 (diff)
downloadfreebsd-ports-gnome-de7b16ac392fa43dd216546ba2d2d0b15e35f36a.tar.gz
freebsd-ports-gnome-de7b16ac392fa43dd216546ba2d2d0b15e35f36a.tar.zst
freebsd-ports-gnome-de7b16ac392fa43dd216546ba2d2d0b15e35f36a.zip
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.
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>