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-snmp53 | |
parent | b400c288004694625541ae4eca37391ebe80eb80 (diff) | |
download | freebsd-ports-gnome-879c2b53ffb6286bd81713d98c97138dd8d83785.tar.gz freebsd-ports-gnome-879c2b53ffb6286bd81713d98c97138dd8d83785.tar.zst freebsd-ports-gnome-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-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |