summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-25 20:58:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-25 20:58:20 +0000
commit23c162739d48616e0052cbf1866b10c50f112684 (patch)
treeb2ecc6e01e1515c9fa2244e874e35520252ed021 /net-mgmt
parent- Mark BROKEN on 6.X: does not configure (diff)
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=255079
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/collectd/Makefile4
-rw-r--r--net-mgmt/collectd5/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index 710ac33172ce..df0b0a155e9e 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -51,6 +51,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
BROKEN= Need bind9 import post 6.1
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
# NOTE: Feel free to submit patches adding support for any of these
# disabled plugins. If a plugin requires external dependencies,
# make it optional through OPTIONS defaulting to Off. Some of
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 710ac33172ce..df0b0a155e9e 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -51,6 +51,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
BROKEN= Need bind9 import post 6.1
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
# NOTE: Feel free to submit patches adding support for any of these
# disabled plugins. If a plugin requires external dependencies,
# make it optional through OPTIONS defaulting to Off. Some of