diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 01:53:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 01:53:24 +0000 |
commit | fc04f80cab3ea3dea5ce646363527a493b721c38 (patch) | |
tree | a0dba10d8f81c17ceab92a364d9e43f9420ca364 /benchmarks | |
parent | Use ${CP} -r instead of ${CP} to cope with source trees checked out via (diff) |
Mark BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=85985
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/polygraph31/Makefile | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 6fa5f3adbaf2..aa9bd933bbce 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -15,9 +15,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= A benchmarking tool for Web proxies + IS_INTERACTIVE= yes GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile index 6fa5f3adbaf2..aa9bd933bbce 100644 --- a/benchmarks/polygraph31/Makefile +++ b/benchmarks/polygraph31/Makefile @@ -15,9 +15,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= A benchmarking tool for Web proxies + IS_INTERACTIVE= yes GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |