summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty file.kuriyama2004-03-201-0/+0
| | | | | PR: ports/64478 Submitted by: ceri
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* o More $REINPLACE_CMD'ify.kuriyama2004-03-111-5/+5
| | | | | | o Bump $PORTREVISION to force to clean up recent changes. Submitted by: Cyrille Lefevre
* o Fix on 4.x.kuriyama2004-03-111-6/+2
| | | | | | o Use $REINPLACE_CMD. Submitted by: lofi@
* Mark broken for 4.x for the time being.kuriyama2004-03-111-0/+4
| | | | Perl modules are installed into wrong location for 4.x.
* Various fixes / improvements.kuriyama2004-03-1019-246/+717
| | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Avoid "kvm_read: Bad address" error.kuriyama2004-02-292-1/+11
| | | | | PR: ports/63026 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willbms2004-01-032-0/+140
| | | | | | | | | | | | 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
* Fix parsing when "file <filename>" directive is used in snmpd.confkuriyama2003-12-252-0/+25
| | | | without maxfilesize column.
* Fix plist.kuriyama2003-12-213-7/+23
| | | | | PR: ports/60423 Submitted by: leeym
* Unbreak on 4-stable (actually gcc-2.95).kuriyama2003-11-181-4/+12
| | | | Reported by: krion, Mike Harding <mvh@ix.netcom.com>
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).kuriyama2003-11-1812-102/+225
| | | | | | | | 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 Replace spaces with tab to make portlint happy.kuriyama2003-11-121-13/+14
| | | | | | | | 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
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).kuriyama2003-10-313-46/+58
| | | | | | | | o Fix pkg-message message. PR: ports/56716, ports/58109 Submitted by: Vivek Khera <khera@kcilink.com>, Matt Peterson <matt@peterson.org>
* Ues USE_RC_SUBR knob.kuriyama2003-09-111-7/+1
| | | | Approved by: marcus
* Upgrade to 5.0.9.kuriyama2003-09-063-32/+40
| | | | | | | | 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.
* o Move perllocal.pod tweak from post-configure to post-build.kuriyama2003-08-233-2/+14
| | | | | | | | | 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]
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.kuriyama2003-08-165-19/+118
| | | | | | | | o Fix related patch to fit freebsd5 environment. o Implement tcp.tcpCurrEstab to return correct value. PR: ports/54551 Submitted by: sub_0@netcabo.pt
* libtool uber-patchade2003-06-262-5/+7
| | | | | | | | | | | * 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)
* Installs perl modules.kuriyama2003-04-222-0/+52
| | | | | Submitted by: tobez PR: ports/50780
* Upgrade to 5.0.8.kuriyama2003-03-299-83/+65
| | | | Partially submitted by: demon
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Unbreak after __FreeBSD_version >= 500101.kuriyama2003-02-192-0/+29
|
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-041-0/+1
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Upgrade to 5.0.6.kuriyama2002-10-067-16/+37
|
* HEADS UP: After this commit, snmpd is not enabled by default.kuriyama2002-09-174-9/+60
| | | | | | | | | 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 :-)
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodekuriyama2002-08-292-0/+33
| | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net>
* Upgrade to 5.0.3.kuriyama2002-08-034-15/+7
|
* Fix enumeration after interface without address.kuriyama2002-07-292-1/+17
| | | | | Submitted by: billf PR: ports/28717
* o Fix string representation of IPv6 address for libwrap's addresskuriyama2002-07-254-0/+74
| | | | | | | | matching. o Add a note that numeric address is required for snmpd in /etc/hosts.allow. Guided by: ume
* Upgrade to 5.0.2.kuriyama2002-07-226-65/+42
| | | | Remove statvfs hack.
* Fix plist.kuriyama2002-07-062-3/+3
| | | | | | PR: ports/39874, ports/40229 Submitted by: Edwin Groothuis <edwin@mavetju.org>, James Flemer <jflemer@acm.jhu.edu>
* Fix breakage on latest -current.kuriyama2002-06-241-4/+57
| | | | | | | | | 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.
* Don't chmod to 644 directories.kuriyama2002-06-241-5/+5
| | | | Submitted by: Mark Pulford <markp@FreeBSD.org>
* (1) Support IPv6 transport.kuriyama2002-05-252-2/+9
| | | | | | | | (2) Install snmpd.sh.sample and also install snmpd.sh if not exist. (not yet completed as pkg_add case) Requested by: ume, Katsuhisa ABE <katsuhisa.abe@nifty.com> (1) Vince Valenti <vince@blue-box.net> (2)
* Link with libkvm explicitly to unbreak build on 4-stable.kuriyama2002-05-171-1/+1
| | | | Reported by: many
* Upgrade to 5.0.1.kuriyama2002-05-1510-188/+264
| | | | | | | 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.
* Upgrade to 4.2.5.kuriyama2002-05-072-3/+2
|
* I've mistaken the treatment of --with-mib-modules configure argumentkuriyama2002-04-101-5/+3
| | | | | | | | with multiple modules. With this fix, both of host and ucd-snmp/diskio modules are activated. Spotted by: Alexandr Listopad <laa@laa.zp.ua>
* Upgrade to 4.2.4.kuriyama2002-04-0911-147/+39
| | | | | Some of our patches are integrated into original distribution. Enable diskio mib-module by default.
* kuriyama-san has been doing a much better job at maintaining this thenbillf2002-04-041-1/+1
| | | | i've been doing. switch maintainership over to him.
* Use tab instead of space.kuriyama2002-04-041-1/+1
| | | | Spotted by: portlint
* Remove tkmib from installation.kuriyama2002-04-044-9/+12
| | | | | | | This program will be provided as separated port which depends on p5-Tk and p5-SNMP. PR: ports/19281
* Fix MASTER_SITES.kuriyama2002-03-251-1/+1
| | | | | PR: ports/36247 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Make this port $PREFIX clean.kuriyama2002-03-222-4/+7
| | | | | PR: ports/34551 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
* Return correct memory size when over 2G.kuriyama2002-03-072-1/+12
| | | | | PR: ports/35352 Submitted by: Steve Shorter <steve@nomad.tor.lets.net>
* Add TCP Wrappers support.anders2002-02-241-1/+2
| | | | Silence by: billf
OpenPOWER on IntegriCloud