diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:03 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:03 +0800 |
commit | 879c2b53ffb6286bd81713d98c97138dd8d83785 (patch) | |
tree | efad36e6325e6a3eaf58b7de87957668af05a330 /net-mgmt/net-snmp | |
parent | b400c288004694625541ae4eca37391ebe80eb80 (diff) | |
download | freebsd-ports-graphics-879c2b53ffb6286bd81713d98c97138dd8d83785.tar.gz freebsd-ports-graphics-879c2b53ffb6286bd81713d98c97138dd8d83785.tar.zst freebsd-ports-graphics-879c2b53ffb6286bd81713d98c97138dd8d83785.zip |
- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-snmpUDPDomain.c | 0 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-ucd_snmp.h | 0 | ||||
-rw-r--r-- | net-mgmt/net-snmp/pkg-plist | 12 |
3 files changed, 8 insertions, 4 deletions
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 e69de29bb2d..00000000000 --- 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 e69de29bb2d..00000000000 --- 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 08a6f5d2832..5e4c2c13540 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 |