aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-21 22:12:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-21 22:12:33 +0000
commit32de5c4af553a3804880d93ec3f8f5eeadc10df4 (patch)
tree8bdb3ac0669604edd27af9d1033cc6e5298fb98c /benchmarks
parent05c93ec7ae83cf022f1420a17265adad0c5348a0 (diff)
downloadports-32de5c4af553a3804880d93ec3f8f5eeadc10df4.tar.gz
ports-32de5c4af553a3804880d93ec3f8f5eeadc10df4.zip
- Mark BROKEN on recent 8-STABLE: does not build
Feature safe: yes Reported by: pointyhat (8.1-R builds)
Notes
Notes: svn path=/head/; revision=256801
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/polygraph/Makefile2
-rw-r--r--benchmarks/polygraph31/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index f154ef963b25..650bafb2dc62 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -29,7 +29,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900009
+.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
BROKEN= does not build
.endif
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
index c2cda51b7917..9ff1c9076bc4 100644
--- a/benchmarks/polygraph31/Makefile
+++ b/benchmarks/polygraph31/Makefile
@@ -28,7 +28,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900009
+.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
BROKEN= does not build
.endif