summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-07-26 01:21:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-07-26 01:21:25 +0000
commit17ed994b1ff893a13047b4016104be94b8ba360e (patch)
treecd3782615c41c6604b4b722336118f4d91a1c90e /net-mgmt/net-snmp53
parent- Update to v1.10 (diff)
Add support for 7-CURRENT.
Notes
Notes: svn path=/head/; revision=168776
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r--net-mgmt/net-snmp53/Makefile2
-rw-r--r--net-mgmt/net-snmp53/files/patch-ucd_snmp.h13
2 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index 1dffc37b000e..177fa632be89 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snmp
PORTVERSION= 5.2.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= net-snmp
diff --git a/net-mgmt/net-snmp53/files/patch-ucd_snmp.h b/net-mgmt/net-snmp53/files/patch-ucd_snmp.h
index 2690553112a1..44e8b3202574 100644
--- a/net-mgmt/net-snmp53/files/patch-ucd_snmp.h
+++ b/net-mgmt/net-snmp53/files/patch-ucd_snmp.h
@@ -1,11 +1,16 @@
---- agent/mibgroup/ucd_snmp.h.orig Mon Oct 25 21:36:55 2004
-+++ agent/mibgroup/ucd_snmp.h Mon Oct 25 21:37:20 2004
-@@ -39,6 +39,8 @@
+
+$FreeBSD$
+
+--- agent/mibgroup/ucd_snmp.h.orig
++++ agent/mibgroup/ucd_snmp.h
+@@ -39,6 +39,10 @@
config_arch_require(freebsd4, ucd-snmp/memory_freebsd2)
config_arch_require(freebsd5, ucd-snmp/vmstat_freebsd2)
config_arch_require(freebsd5, ucd-snmp/memory_freebsd2)
+config_arch_require(freebsd6, ucd-snmp/vmstat_freebsd2)
+config_arch_require(freebsd6, ucd-snmp/memory_freebsd2)
++config_arch_require(freebsd7, ucd-snmp/vmstat_freebsd2)
++config_arch_require(freebsd7, ucd-snmp/memory_freebsd2)
config_arch_require(netbsd1, ucd-snmp/vmstat_netbsd1)
config_arch_require(netbsd1, ucd-snmp/memory_netbsd1)
- config_arch_require(openbsd2, ucd-snmp/vmstat_netbsd1)
+ config_arch_require(netbsd, ucd-snmp/vmstat_netbsd1)