diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-04-07 16:07:41 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-04-07 16:07:41 +0000 |
commit | 5e751949ffc786d37577691e43c22a9fae7cec9b (patch) | |
tree | 1ccc6091e13567d47fff19962d44cec09fd56078 /net-mgmt/net-snmp-devel/files/patch-af | |
parent | Add USE_XLIB (diff) |
Upgrade to v3.6.1 and apply some patches. But this version still has
kvm_read() problem on some RELENG_3 system.
No response from: maintainer
PR: ports/7330, ports/8908, ports/8909
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-af')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-af b/net-mgmt/net-snmp-devel/files/patch-af new file mode 100644 index 000000000000..2f197dc4c0c0 --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-af @@ -0,0 +1,12 @@ +--- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 ++++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 +@@ -18,5 +18,9 @@ + config_arch_require(bsdi3, ucd-snmp/memory) + config_arch_require(linux, ucd-snmp/vmstat) + config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) ++config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) ++config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) + config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) ++config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) ++config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) + config_add_mib(UCD-SNMP-MIB) |