aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:48:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:48:19 +0000
commitbfcbafca2f8d98272a8e7af54d0572b71406cf04 (patch)
treecab78d0d1de79ff6c3b6afdd281dd32a119f3d31 /net-mgmt
parentccd16d462d3de440f5ccad618f73c312bc0e2f2b (diff)
downloadports-bfcbafca2f8d98272a8e7af54d0572b71406cf04.tar.gz
ports-bfcbafca2f8d98272a8e7af54d0572b71406cf04.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=121943
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile4
-rw-r--r--net-mgmt/netsaint-plugins/Makefile8
2 files changed, 11 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index f237f64c493a..32068be4108d 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -25,6 +25,10 @@ OPTIONS= QSTAT "Game server query support" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 503000
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
USE_SUBMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/cgi-bin \
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile
index 18052dfc2a60..c95aceaa2c11 100644
--- a/net-mgmt/netsaint-plugins/Makefile
+++ b/net-mgmt/netsaint-plugins/Makefile
@@ -31,6 +31,12 @@ USE_AUTOMAKE_VER= 14
USE_AUTOCONF_VER= 213
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 503000
+BROKEN= 'Does not compile on FreeBSD >= 5.x'
+.endif
+
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
@@ -48,4 +54,4 @@ post-patch:
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>