summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.2.1.Jun Kuriyama2005-01-251-3/+9
| | | | | - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order).
* Update maintainer's note to record ports which should be bumped afterJun Kuriyama2004-12-091-1/+1
| | | | shlib version bump.
* - Add missing patch files in previos commitJun Kuriyama2004-12-081-0/+1
| | | | | | | | (patch-interface_ioctl.c, patch-ucd_snmp.h). - Add missing backward compatibility simbols for usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h). PR: ports/74810
* - Upgrade to 5.2.Jun Kuriyama2004-11-291-6/+10
| | | | | | | | | | | | | - Fix build problem on current (1) - Fix module availability problem on current (2) - Disable perl completely with WITHOUT_PERL knob (3) - Install sample file and improve pkg-message and pkg-plist (4) PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4) Submitted by: Matthew Thyer <thyerm@powerband.net.au> (1), Dominic Mitchell <dom@happygiraffe.net> (2), oliver (3), Fumihiko Kimura <jfkimura@yahoo.co.jp> (4)
* Fix build on 6-current.Jun Kuriyama2004-09-051-0/+1
| | | | | Submitted by: lofi Approved by: portmgr (marcus)
* Remove NO_LATEST_LINK.Jun Kuriyama2004-08-311-1/+0
| | | | Suggested by: obrien
* - Upgrade to 5.1.2.Jun Kuriyama2004-08-111-5/+5
| | | | Numerous patches are integrated into this release.
* Update to follow new rc.d/localpkg order.Jun Kuriyama2004-07-271-1/+1
| | | | Obtained from: mtm
* Add patch_depends on libttol.Jun Kuriyama2004-06-241-0/+1
| | | | Reported by: "Grover Lines" <grover@ceribus.net>
* o Try to use modern autotools.Jun Kuriyama2004-06-231-9/+9
| | | | | | | | 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)
* INSTALL[<space><tab>] fix.Jun Kuriyama2004-06-141-1/+1
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Prevent error in snmpconf script with recent perl.Jun Kuriyama2004-05-121-1/+1
| | | | Reported by: daver@vicor.com (Pomegranate)
* Add mbuf cluster statistics.Jun Kuriyama2004-05-051-1/+1
|
* Restore mbuf statistics support on recent 5.x.Jun Kuriyama2004-05-041-1/+1
| | | | To retrieve these values, check hrStorageUsed or hrStorageSize.
* Fix tcp.tcpCurrEstab.0 counting.Jun Kuriyama2004-04-141-1/+2
| | | | | PR: ports/65487 Submitted by: Ken Stailey <kstailey@yahoo.com>
* Fix incorrect message about WITHOUT_IPV6.Jun Kuriyama2004-04-051-1/+1
| | | | Reported by: many
* Upgrade to 5.1.1.Jun Kuriyama2004-04-031-3/+2
|
* 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.
* 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
* o Fix on 4.x.Jun Kuriyama2004-03-111-6/+2
| | | | | | o Use $REINPLACE_CMD. Submitted by: lofi@
* 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.
* Various fixes / improvements.Jun Kuriyama2004-03-101-46/+162
| | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Avoid "kvm_read: Bad address" error.Jun Kuriyama2004-02-291-1/+1
| | | | | PR: ports/63026 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
* 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
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willBruce M Simpson2004-01-031-0/+4
| | | | | | | | | | | | 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.confJun Kuriyama2003-12-251-0/+1
| | | | without maxfilesize column.
* Fix plist.Jun Kuriyama2003-12-211-6/+14
| | | | | PR: ports/60423 Submitted by: leeym
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).Jun Kuriyama2003-11-181-12/+8
| | | | | | | | 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.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
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).Jun Kuriyama2003-10-311-3/+15
| | | | | | | | 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.Jun Kuriyama2003-09-111-7/+1
| | | | Approved by: marcus
* Upgrade to 5.0.9.Jun Kuriyama2003-09-061-3/+12
| | | | | | | | 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.Jun Kuriyama2003-08-231-2/+2
| | | | | | | | | 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.Jun Kuriyama2003-08-161-1/+1
| | | | | | | | 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-patchAde Lovett2003-06-261-1/+3
| | | | | | | | | | | * 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.Jun Kuriyama2003-04-221-0/+12
| | | | | Submitted by: tobez PR: ports/50780
* Upgrade to 5.0.8.Jun Kuriyama2003-03-291-9/+10
| | | | Partially submitted by: demon
* de-pkg-comment.Jun Kuriyama2003-02-221-0/+1
|
* 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 :-)
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Upgrade to 5.0.6.Jun Kuriyama2002-10-061-2/+1
|
* HEADS UP: After this commit, snmpd is not enabled by default.Jun Kuriyama2002-09-171-6/+19
| | | | | | | | | 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.dskPercentNodeJun Kuriyama2002-08-291-0/+1
| | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net>
* Upgrade to 5.0.3.Jun Kuriyama2002-08-031-4/+3
|
* Fix enumeration after interface without address.Jun Kuriyama2002-07-291-1/+1
| | | | | Submitted by: billf PR: ports/28717
* o Fix string representation of IPv6 address for libwrap's addressJun Kuriyama2002-07-251-0/+1
| | | | | | | | matching. o Add a note that numeric address is required for snmpd in /etc/hosts.allow. Guided by: ume
* Upgrade to 5.0.2.Jun Kuriyama2002-07-221-2/+2
| | | | Remove statvfs hack.
* Fix plist.Jun Kuriyama2002-07-061-1/+1
| | | | | | PR: ports/39874, ports/40229 Submitted by: Edwin Groothuis <edwin@mavetju.org>, James Flemer <jflemer@acm.jhu.edu>
* Don't chmod to 644 directories.Jun Kuriyama2002-06-241-5/+5
| | | | Submitted by: Mark Pulford <markp@FreeBSD.org>
* (1) Support IPv6 transport.Jun Kuriyama2002-05-251-1/+4
| | | | | | | | (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)