aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL[<space><tab>] fix.Jun Kuriyama2004-06-141-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=111438
* Unbreak on 5.0.Jun Kuriyama2004-05-131-4/+4
| | | | | | | My mbuf statistics code works only after 5.1-REL. Notes: svn path=/head/; revision=109092
* Prevent error in snmpconf script with recent perl.Jun Kuriyama2004-05-122-2/+11
| | | | | | | Reported by: daver@vicor.com (Pomegranate) Notes: svn path=/head/; revision=108964
* Add mbuf cluster statistics.Jun Kuriyama2004-05-053-83/+97
| | | | Notes: svn path=/head/; revision=108433
* Restore mbuf statistics support on recent 5.x.Jun Kuriyama2004-05-042-12/+180
| | | | | | | To retrieve these values, check hrStorageUsed or hrStorageSize. Notes: svn path=/head/; revision=108350
* Don't remove a directory we didn't installKris Kennaway2004-04-191-1/+0
| | | | Notes: svn path=/head/; revision=107554
* Fix tcp.tcpCurrEstab.0 counting.Jun Kuriyama2004-04-142-10/+31
| | | | | | | | PR: ports/65487 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=106975
* Fix incorrect message about WITHOUT_IPV6.Jun Kuriyama2004-04-051-1/+1
| | | | | | | Reported by: many Notes: svn path=/head/; revision=106166
* Upgrade to 5.1.1.Jun Kuriyama2004-04-038-65/+43
| | | | Notes: svn path=/head/; revision=106030
* Remove empty file.Jun Kuriyama2004-03-201-0/+0
| | | | | | | | PR: ports/64478 Submitted by: ceri Notes: svn path=/head/; revision=104704
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* o More $REINPLACE_CMD'ify.Jun Kuriyama2004-03-111-5/+5
| | | | | | | | | o Bump $PORTREVISION to force to clean up recent changes. Submitted by: Cyrille Lefevre Notes: svn path=/head/; revision=103698
* o Fix on 4.x.Jun Kuriyama2004-03-111-6/+2
| | | | | | | | | o Use $REINPLACE_CMD. Submitted by: lofi@ Notes: svn path=/head/; revision=103656
* Mark broken for 4.x for the time being.Jun Kuriyama2004-03-111-0/+4
| | | | | | | Perl modules are installed into wrong location for 4.x. Notes: svn path=/head/; revision=103591
* Various fixes / improvements.Jun Kuriyama2004-03-1019-246/+717
| | | | | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=103525
* Avoid "kvm_read: Bad address" error.Jun Kuriyama2004-02-292-1/+11
| | | | | | | | PR: ports/63026 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org> Notes: svn path=/head/; revision=102519
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-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 Notes: svn path=/head/; revision=101812
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willBruce M Simpson2004-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 Notes: svn path=/head/; revision=97154
* Fix parsing when "file <filename>" directive is used in snmpd.confJun Kuriyama2003-12-252-0/+25
| | | | | | | without maxfilesize column. Notes: svn path=/head/; revision=96594
* Fix plist.Jun Kuriyama2003-12-213-7/+23
| | | | | | | | PR: ports/60423 Submitted by: leeym Notes: svn path=/head/; revision=96307
* Unbreak on 4-stable (actually gcc-2.95).Jun Kuriyama2003-11-181-4/+12
| | | | | | | Reported by: krion, Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=94271
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).Jun 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}. Notes: svn path=/head/; revision=94221
* o Replace spaces with tab to make portlint happy.Jun 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 Notes: svn path=/head/; revision=93813
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).Jun 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> Notes: svn path=/head/; revision=92715
* Ues USE_RC_SUBR knob.Jun Kuriyama2003-09-111-7/+1
| | | | | | | Approved by: marcus Notes: svn path=/head/; revision=88960
* Upgrade to 5.0.9.Jun 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. Notes: svn path=/head/; revision=88629
* o Move perllocal.pod tweak from post-configure to post-build.Jun 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] Notes: svn path=/head/; revision=87545
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.Jun 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 Notes: svn path=/head/; revision=87030
* libtool uber-patchAde Lovett2003-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) Notes: svn path=/head/; revision=83696
* Installs perl modules.Jun Kuriyama2003-04-222-0/+52
| | | | | | | | Submitted by: tobez PR: ports/50780 Notes: svn path=/head/; revision=79431
* Upgrade to 5.0.8.Jun Kuriyama2003-03-299-83/+65
| | | | | | | Partially submitted by: demon Notes: svn path=/head/; revision=77681
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Unbreak after __FreeBSD_version >= 500101.Jun Kuriyama2003-02-192-0/+29
| | | | Notes: svn path=/head/; revision=75914
* Half of these ones missed yesterday while converting to USE_REINPLACE.Edwin Groothuis2002-11-041-0/+1
| | | | | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-) Notes: svn path=/head/; revision=69475
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* Upgrade to 5.0.6.Jun Kuriyama2002-10-067-16/+37
| | | | Notes: svn path=/head/; revision=67473
* HEADS UP: After this commit, snmpd is not enabled by default.Jun 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 :-) Notes: svn path=/head/; revision=66465
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodeJun Kuriyama2002-08-292-0/+33
| | | | | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net> Notes: svn path=/head/; revision=65204
* Upgrade to 5.0.3.Jun Kuriyama2002-08-034-15/+7
| | | | Notes: svn path=/head/; revision=63894
* Fix enumeration after interface without address.Jun Kuriyama2002-07-292-1/+17
| | | | | | | | Submitted by: billf PR: ports/28717 Notes: svn path=/head/; revision=63689
* o Fix string representation of IPv6 address for libwrap's addressJun Kuriyama2002-07-254-0/+74
| | | | | | | | | | | matching. o Add a note that numeric address is required for snmpd in /etc/hosts.allow. Guided by: ume Notes: svn path=/head/; revision=63522
* Upgrade to 5.0.2.Jun Kuriyama2002-07-226-65/+42
| | | | | | | Remove statvfs hack. Notes: svn path=/head/; revision=63375
* Fix plist.Jun Kuriyama2002-07-062-3/+3
| | | | | | | | | PR: ports/39874, ports/40229 Submitted by: Edwin Groothuis <edwin@mavetju.org>, James Flemer <jflemer@acm.jhu.edu> Notes: svn path=/head/; revision=62507
* Fix breakage on latest -current.Jun 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. Notes: svn path=/head/; revision=61851
* Don't chmod to 644 directories.Jun Kuriyama2002-06-241-5/+5
| | | | | | | Submitted by: Mark Pulford <markp@FreeBSD.org> Notes: svn path=/head/; revision=61849
* (1) Support IPv6 transport.Jun 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) Notes: svn path=/head/; revision=59944
* Link with libkvm explicitly to unbreak build on 4-stable.Jun Kuriyama2002-05-171-1/+1
| | | | | | | Reported by: many Notes: svn path=/head/; revision=59291
* Upgrade to 5.0.1.Jun 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. Notes: svn path=/head/; revision=59148
* Upgrade to 4.2.5.Jun Kuriyama2002-05-072-3/+2
| | | | Notes: svn path=/head/; revision=58636