diff options
author | osa <osa@FreeBSD.org> | 2004-02-27 18:54:06 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-02-27 18:54:06 +0800 |
commit | de7b16ac392fa43dd216546ba2d2d0b15e35f36a (patch) | |
tree | 9de4a9ea46d241aac9120799ed0849f6d374cf89 /benchmarks/polygraph31/Makefile | |
parent | 5a44a0d1ac5ec1c43a273c0de267d57e657968f2 (diff) | |
download | freebsd-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/Makefile | 10 |
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> |