pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/net-snmp On Darwin, leave out the ucd-snmp/diskio ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9555e215147
branches:  trunk
changeset: 477868:e9555e215147
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sat Jul 10 17:59:57 2004 +0000

description:
On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.

diffstat:

 net/net-snmp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 982b9e8760be -r e9555e215147 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Sat Jul 10 17:59:17 2004 +0000
+++ b/net/net-snmp/Makefile     Sat Jul 10 17:59:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/05/31 11:47:29 tron Exp $
+# $NetBSD: Makefile,v 1.22 2004/07/10 17:59:57 thorpej Exp $
 
 DISTNAME=      net-snmp-5.1.1
 CATEGORIES=    net
@@ -66,6 +66,9 @@
 CONFIGURE_ARGS+=       --with-mibdirs="${NET_SNMP_MIBDIRS}"
 .endif
 CONFIGURE_ARGS+=       --with-mib-modules="smux host"
+.if (${OPSYS} == "Darwin")
+CONFIGURE_ARGS+=       --with-out-mib-modules="ucd-snmp/diskio mibII"
+.endif
 #
 # Using "dummy" values is technically not compliant with SNMP specs, but
 # otherwise, some tools, e.g. net/tcl-scotty, net/tkined, may ignore results



Home | Main Index | Thread Index | Old Index