aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2008-03-27 10:58:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2008-03-27 10:58:03 +0000
commita88f8eb0a1876ecb46988cb57ffef734a608b4b7 (patch)
tree086346bc575a638217d1d64e19aa702612cacb36
parenteda27ad6b62e923ce73604196ef0f17717340912 (diff)
downloadports-a88f8eb0a1876ecb46988cb57ffef734a608b4b7.tar.gz
ports-a88f8eb0a1876ecb46988cb57ffef734a608b4b7.zip
Notes
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-snmpUDPDomain.c0
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-ucd_snmp.h0
-rw-r--r--net-mgmt/net-snmp/files/patch-snmpUDPDomain.c0
-rw-r--r--net-mgmt/net-snmp/files/patch-ucd_snmp.h0
-rw-r--r--net-mgmt/net-snmp/pkg-plist12
-rw-r--r--net-mgmt/net-snmp53/Makefile3
6 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-snmpUDPDomain.c b/net-mgmt/net-snmp-devel/files/patch-snmpUDPDomain.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/net-mgmt/net-snmp-devel/files/patch-snmpUDPDomain.c
+++ /dev/null
diff --git a/net-mgmt/net-snmp-devel/files/patch-ucd_snmp.h b/net-mgmt/net-snmp-devel/files/patch-ucd_snmp.h
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/net-mgmt/net-snmp-devel/files/patch-ucd_snmp.h
+++ /dev/null
diff --git a/net-mgmt/net-snmp/files/patch-snmpUDPDomain.c b/net-mgmt/net-snmp/files/patch-snmpUDPDomain.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/net-mgmt/net-snmp/files/patch-snmpUDPDomain.c
+++ /dev/null
diff --git a/net-mgmt/net-snmp/files/patch-ucd_snmp.h b/net-mgmt/net-snmp/files/patch-ucd_snmp.h
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/net-mgmt/net-snmp/files/patch-ucd_snmp.h
+++ /dev/null
diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist
index 08a6f5d28323..5e4c2c135409 100644
--- a/net-mgmt/net-snmp/pkg-plist
+++ b/net-mgmt/net-snmp/pkg-plist
@@ -116,6 +116,7 @@ include/net-snmp/library/snmp_impl.h
include/net-snmp/library/snmp_logging.h
include/net-snmp/library/snmp_parse_args.h
include/net-snmp/library/snmp_secmod.h
+include/net-snmp/library/snmp_service.h
include/net-snmp/library/snmp_transport.h
include/net-snmp/library/snmpusm.h
include/net-snmp/library/snmpv3-security-includes.h
@@ -145,6 +146,8 @@ include/net-snmp/system/cygwin.h
include/net-snmp/system/darwin.h
include/net-snmp/system/darwin7.h
include/net-snmp/system/darwin8.h
+include/net-snmp/system/darwin9.h
+include/net-snmp/system/dragonfly.h
include/net-snmp/system/dynix.h
include/net-snmp/system/freebsd.h
include/net-snmp/system/freebsd2.h
@@ -164,11 +167,10 @@ include/net-snmp/system/netbsd.h
include/net-snmp/system/openbsd.h
include/net-snmp/system/osf5.h
include/net-snmp/system/solaris.h
+include/net-snmp/system/solaris2.3.h
+include/net-snmp/system/solaris2.4.h
+include/net-snmp/system/solaris2.5.h
include/net-snmp/system/solaris2.6.h
-include/net-snmp/system/solaris2.7.h
-include/net-snmp/system/solaris2.8.h
-include/net-snmp/system/solaris2.9.h
-include/net-snmp/system/solaris2.10.h
include/net-snmp/system/sunos.h
include/net-snmp/system/svr5.h
include/net-snmp/system/sysv.h
@@ -207,6 +209,7 @@ lib/libnetsnmptrapd.so.%%SHLIB_VERSION%%
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/OID.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/TrapReceiver.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent.pm
+%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/Support.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/default_store.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent/netsnmp_request_infoPtr.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/default_store.pm
@@ -360,6 +363,7 @@ sbin/snmptrapd
%%DATADIR%%/mibs/NET-SNMP-EXTEND-MIB.txt
%%DATADIR%%/mibs/NET-SNMP-MIB.txt
%%DATADIR%%/mibs/NET-SNMP-TC.txt
+%%DATADIR%%/mibs/NET-SNMP-VACM-MIB.txt
%%WITH_MTA_SENDMAIL%%%%DATADIR%%/mibs/NETWORK-SERVICES-MIB.txt
%%DATADIR%%/mibs/NOTIFICATION-LOG-MIB.txt
%%DATADIR%%/mibs/RFC-1215.txt
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index 07e48dc1e782..f080d2a3dd5e 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -30,6 +30,7 @@ USE_AUTOTOOLS= autoconf:261 libtool:15
USE_RC_SUBR= snmpd.sh snmptrapd.sh
USE_OPENSSL= yes
INSTALLS_SHLIB= yes
+NO_LATEST_LINK= yes
.if !defined(WITHOUT_PERL)
USE_PERL5= yes
.endif
@@ -180,7 +181,7 @@ DOC_FILES= AGENT.txt COPYING FAQ NEWS README \
agent/mibgroup/README.smux
PS_CMD?= /bin/ps
-CONFLICTS= net-snmp-4.*
+CONFLICTS= net-snmp-4.* net-snmp-5.4.*
pre-everything::
@${ECHO_MSG}