cause InetAddress and InetAddressType OIDs to be handled specially during
presentation. Normally they are simply displayed as hex due to being
octet-strings, but this is not how they are intended to be presented.
This allows IPv6 addresses to be presented correctly, as well as IPv4 in
emerging and existing MIBs which use the new InetAddress type.
Reviewed by: kuriyama, fenner
Tested with: snmpwalk, mbrowse
o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio"
by default.
o Remove unused variables.
o Update various local patches around {tcp,udp}Table and
hr_{storage,system}.
o Pass --with-defaults to configure explicitly because we specify
all default values as variables.
Submitted by: Lars Thegler <lars@thegler.dk>
PR: ports/59086
Convert to use rc.subr script.
Heads up!
Variable name in /etc/rc.conf is changed to $snmpd_enable and
$snmpd_flags. Old variables are imported for transition.
Because Makefile for perl is created at build stage. [1]
o Install freebsd5.h which I added in previous commit [2].
PR: ports/55729 [2]
Submitted by: Pat Lashley <patl+freebsd@volant.org> [2],
kuriyama [1]
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
See pkg-message for details.
* Use /etc/rc.conf variables to control snmpd invocation.
* Add some make variables to set default values.
Requested by: many people :-)
This breakage is caused because:
o struct statvfs is defined and statvfs() function is declared.
o statvfs() function is not yet implemented.
So detection of statvfs related is commented out until function will
be implemented.
Maintainer note:
I have not yet checked this major version bump enough.
Please use net/net-snmp4 port for stable environment.
And please report any problem with this version.
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/http://bento.FreeBSD.org/errorlogs/4-exp-latest/
__FreeBSD_version 500021.
Leave a placeholder for reporting using the new method
added around __FreeBSD_version 500024.
(This fixes the build on -current.)