diff options
author | christos <christos> | 2004-02-25 21:50:40 +0000 |
---|---|---|
committer | christos <christos> | 2004-02-25 21:50:40 +0000 |
commit | 5a6f3ddbb562844b2780e8d5841f1391eb48716c (patch) | |
tree | 36fc75c84b6ac1f137175029f8d76bf91367fbf9 /net/net-snmp | |
parent | a0fa2fb773287ae6ea3cfbfad41c165e2997f0df (diff) | |
download | pkgsrc-5a6f3ddbb562844b2780e8d5841f1391eb48716c.tar.gz |
Argh! Who tested this? vm and memory stats did not work.
Diffstat (limited to 'net/net-snmp')
-rw-r--r-- | net/net-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/net-snmp/distinfo | 3 | ||||
-rw-r--r-- | net/net-snmp/patches/patch-ad | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 6f90b916bd6..9d112a0b00e 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -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 --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo index 4759e6a8dcf..fd1bfd6d326 100644 --- a/net/net-snmp/distinfo +++ b/net/net-snmp/distinfo @@ -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 --git a/net/net-snmp/patches/patch-ad b/net/net-snmp/patches/patch-ad new file mode 100644 index 00000000000..1e46cac5eb4 --- /dev/null +++ b/net/net-snmp/patches/patch-ad @@ -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) |