o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)
Submitted by: ceri (1)
Complained from: many people (2)
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
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 :-)