pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp Argh! Who tested this? vm and memory stat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7750b37e5260
branches:  trunk
changeset: 469619:7750b37e5260
user:      christos <christos%pkgsrc.org@localhost>
date:      Wed Feb 25 21:50:40 2004 +0000

description:
Argh! Who tested this? vm and memory stats did not work.

diffstat:

 net/net-snmp/Makefile         |   4 ++--
 net/net-snmp/distinfo         |   3 ++-
 net/net-snmp/patches/patch-ad |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 9d32a4c753af -r 7750b37e5260 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Wed Feb 25 21:24:44 2004 +0000
+++ b/net/net-snmp/Makefile     Wed Feb 25 21:50:40 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/02/14 17:21:46 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/25 21:50:40 christos Exp $
 
 DISTNAME=      net-snmp-5.0.9
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
                ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/
diff -r 9d32a4c753af -r 7750b37e5260 net/net-snmp/distinfo
--- a/net/net-snmp/distinfo     Wed Feb 25 21:24:44 2004 +0000
+++ b/net/net-snmp/distinfo     Wed Feb 25 21:50:40 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2003/12/30 19:30:48 kim Exp $
+$NetBSD: distinfo,v 1.6 2004/02/25 21:50:40 christos Exp $
 
 SHA1 (net-snmp-5.0.9.tar.gz) = bb27bdf38da96833a3fa55f8c6a14732ab2c1991
 Size (net-snmp-5.0.9.tar.gz) = 2345822 bytes
 SHA1 (patch-aa) = 40ef03e182f8e8bb4f01f67f97c200c6e82f3d82
 SHA1 (patch-ab) = 94146deb60a3923481c52dc66a64a269641a1265
 SHA1 (patch-ac) = 23696f87cf5669e52ca9c70d4a7f30f649574083
+SHA1 (patch-ad) = 947bc9d8d6190584e9c7f93c2b4aeda63fd5139c
diff -r 9d32a4c753af -r 7750b37e5260 net/net-snmp/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net-snmp/patches/patch-ad     Wed Feb 25 21:50:40 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2004/02/25 21:50:40 christos Exp $
+
+--- agent/mibgroup/ucd_snmp.h.orig     2004-02-25 16:25:12.000000000 -0500
++++ agent/mibgroup/ucd_snmp.h  2004-02-25 15:36:25.000000000 -0500
+@@ -36,6 +36,10 @@
+ config_arch_require(freebsd5, ucd-snmp/memory_freebsd2)
+ config_arch_require(netbsd1, ucd-snmp/vmstat_netbsd1)
+ config_arch_require(netbsd1, ucd-snmp/memory_netbsd1)
++config_arch_require(netbsd, ucd-snmp/vmstat_netbsd1)
++config_arch_require(netbsd, ucd-snmp/memory_netbsd1)
++config_arch_require(netbsdelf, ucd-snmp/vmstat_netbsd1)
++config_arch_require(netbsdelf, ucd-snmp/memory_netbsd1)
+ config_arch_require(openbsd2, ucd-snmp/vmstat_netbsd1)
+ config_arch_require(openbsd2, ucd-snmp/memory_netbsd1)
+ config_arch_require(openbsd3, ucd-snmp/vmstat_netbsd1)



Home | Main Index | Thread Index | Old Index