aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* I've mistaken the treatment of --with-mib-modules configure argumentJun Kuriyama2002-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> Notes: svn path=/head/; revision=57529
* Upgrade to 4.2.4.Jun Kuriyama2002-04-0911-147/+39
| | | | | | | | Some of our patches are integrated into original distribution. Enable diskio mib-module by default. Notes: svn path=/head/; revision=57474
* kuriyama-san has been doing a much better job at maintaining this thenBill Fumerola2002-04-041-1/+1
| | | | | | | i've been doing. switch maintainership over to him. Notes: svn path=/head/; revision=57304
* Use tab instead of space.Jun Kuriyama2002-04-041-1/+1
| | | | | | | Spotted by: portlint Notes: svn path=/head/; revision=57299
* Remove tkmib from installation.Jun Kuriyama2002-04-044-9/+12
| | | | | | | | | | This program will be provided as separated port which depends on p5-Tk and p5-SNMP. PR: ports/19281 Notes: svn path=/head/; revision=57298
* Fix MASTER_SITES.Jun Kuriyama2002-03-251-1/+1
| | | | | | | | PR: ports/36247 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=56595
* Make this port $PREFIX clean.Jun Kuriyama2002-03-222-4/+7
| | | | | | | | PR: ports/34551 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> Notes: svn path=/head/; revision=56441
* Return correct memory size when over 2G.Jun Kuriyama2002-03-072-1/+12
| | | | | | | | PR: ports/35352 Submitted by: Steve Shorter <steve@nomad.tor.lets.net> Notes: svn path=/head/; revision=55662
* Add TCP Wrappers support.Anders Nordby2002-02-241-1/+2
| | | | | | | Silence by: billf Notes: svn path=/head/; revision=55198
* o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on byJun Kuriyama2002-02-154-0/+59
| | | | | | | | | default after some period). o Support 4.x and 5.x for host/hr_disk.c. o Add simple patch to wrap function decraration in HAVE_LPSTAT correctly. Notes: svn path=/head/; revision=54717
* Update 4.2.1 -> 4.2.3Jacques Vidrine2002-01-215-9/+58
| | | | Notes: svn path=/head/; revision=53465
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - 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/ Notes: svn path=/head/; revision=52646
* Handle mbuf statistics going away temporarily aroundBill Fenner2001-10-141-0/+39
| | | | | | | | | | __FreeBSD_version 500021. Leave a placeholder for reporting using the new method added around __FreeBSD_version 500024. (This fixes the build on -current.) Notes: svn path=/head/; revision=48758
* fix spelling errorBill Fumerola2001-08-101-1/+1
| | | | | | | Submitted by: Bruce Dang <btdang@home.com> via IRC Notes: svn path=/head/; revision=46027
* Upgrade to 4.2.1.Jun Kuriyama2001-05-108-329/+15
| | | | Notes: svn path=/head/; revision=42483
* Treat shlib number and libtool as our way.Jun Kuriyama2001-02-083-7/+20
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=38092
* Add work around not to dumps core to access host resources.Jun Kuriyama2001-02-021-8/+12
| | | | | | | Sorry for my commit bloat... Notes: svn path=/head/; revision=37901