summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-08-17 14:20:14 +0000
committertaca <taca@pkgsrc.org>2006-08-17 14:20:14 +0000
commit0bcf5ee908cc77251583586c8910cd229030fe81 (patch)
tree81ad613f8a8ee4a20bbeb32e087f3fdd045fb859 /net/nagios-plugins/Makefile
parent1c0835e97b6e1b0b9d97547fe533adf130cfb3fc (diff)
downloadpkgsrc-0bcf5ee908cc77251583586c8910cd229030fe81.tar.gz
Update nagios-plugins pacakge to 1.4.3.
1.4.3 Setuid plugins (check_dhcp, check_icmp) separated into plugins-root/. Run make install as root to install SSL plugins work with gnutls as well as OpenSSL check_mysql_query added to run arbitrary SQL commands, with threshold checking libtool now required for development systems Notice: check_udp (compiled from check_udp.c) will be deprecated in the next release. check_udp2 should be used instead and will be renamed to check_udp
Diffstat (limited to 'net/nagios-plugins/Makefile')
-rw-r--r--net/nagios-plugins/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile
index e99972ac56d..c03ee350c6c 100644
--- a/net/nagios-plugins/Makefile
+++ b/net/nagios-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:21 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/17 14:20:14 taca Exp $
#
CATEGORIES= net sysutils
@@ -12,6 +12,10 @@ COMMENT= Nagios plugins
.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ARGS+= --without-pgsql --without-mysql \
+ --without-smbclient-command --without-snmpget-command \
+ --without-snmpgetnext-command --without-fping-command
+
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
.endif