aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp-devel
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Upgrade to 5.2.2.kuriyama2005-11-3014-369/+133
| | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Remove already-merged-patch.kuriyama2005-07-182-139/+0
| | | | | | PR: ports/83643 Submitted by: leeym Noticed by: rehula@yahoo-inc.com
* - Unbreak on 7-current.kuriyama2005-07-173-0/+16
| | | | Prodded by: jhb
* - Fix negative integers on 64bit platforms [1].kuriyama2005-07-134-52/+159
| | | | | | | | | | | | - Upgrade to 5.2.1.2 and portlint fixes [2]. - Fix security problem in local/fixproc script [3]. PR: ports/82148 [1], ports/83058 [2] Submitted by: Deomid Ryabkov <myself@rojer.pp.ru> [1], Renato Botelho <freebsd@galle.com.br> [2], remko [3] References: http://vuxml.freebsd.org/3e0072d4-d05b-11d9-9aed-000e0c2e438a.html [3] Obtained from: http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/local/fixproc?r1=5.0&r2=5.0.6.1&diff_format=u [3]
* don't install perl stuff when WITHOUT_PERL is set - even when perl is installedoliver2005-05-281-2/+5
| | | | | PR: ports/80675 Approved by: maintainer timeout (23 days)
* Fix the problem which cannot get ifPhysAddress value.kuriyama2005-04-072-1/+294
| | | | | | | It seems agent/mibgroups/mibII/interfaces.c switched to use new USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress. This patch uses old get_phys_address() function from new code.
* (1) Fix memory leak by connections from <UNKNOWN>.kuriyama2005-03-223-3/+59
| | | | | | | | | (2) Take care of large counters on 64bit platforms. PR: ports/78807 (1) Submitted by: Andriy Gapon <avg@icyb.net.ua> (1), Peter Losher <Peter_Losher@isc.org> (2) Approved by: portmgr (marcus)
* - Remove 0 sized patchfile.kuriyama2005-02-051-0/+0
| | | | Reported by: sem
* - Update to 5.2.1.kuriyama2005-01-2632-24/+358
| | | | | - 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 afterkuriyama2004-12-091-1/+1
| | | | shlib version bump.
* - Add missing patch files in previos commitkuriyama2004-12-085-0/+47
| | | | | | | | (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
* Remove empty patches.krion2004-12-062-0/+0
|
* - Upgrade to 5.2.kuriyama2004-11-2914-145/+209
| | | | | | | | | | | | | - 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.kuriyama2004-09-053-1/+3
| | | | | Submitted by: lofi Approved by: portmgr (marcus)
* Unbreak on 6-current.kuriyama2004-08-312-0/+15
|
* Remove NO_LATEST_LINK.kuriyama2004-08-311-1/+0
| | | | Suggested by: obrien
* Add a hack to unbreak on releng4.kuriyama2004-08-111-29/+32
|
* - Upgrade to 5.1.2.kuriyama2004-08-1116-432/+659
| | | | Numerous patches are integrated into this release.
* Update to follow new rc.d/localpkg order.kuriyama2004-07-273-5/+5
| | | | Obtained from: mtm
* Add patch_depends on libttol.kuriyama2004-06-241-0/+1
| | | | Reported by: "Grover Lines" <grover@ceribus.net>
* o Try to use modern autotools.kuriyama2004-06-234-70/+42
| | | | | | | | 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.kuriyama2004-06-141-1/+1
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Unbreak on 5.0.kuriyama2004-05-141-4/+4
| | | | My mbuf statistics code works only after 5.1-REL.
* Prevent error in snmpconf script with recent perl.kuriyama2004-05-122-2/+11
| | | | Reported by: daver@vicor.com (Pomegranate)
* Add mbuf cluster statistics.kuriyama2004-05-053-83/+97
|
* Restore mbuf statistics support on recent 5.x.kuriyama2004-05-042-12/+180
| | | | To retrieve these values, check hrStorageUsed or hrStorageSize.
* Don't remove a directory we didn't installkris2004-04-191-1/+0
|
* Fix tcp.tcpCurrEstab.0 counting.kuriyama2004-04-142-10/+31
| | | | | PR: ports/65487 Submitted by: Ken Stailey <kstailey@yahoo.com>
* Fix incorrect message about WITHOUT_IPV6.kuriyama2004-04-051-1/+1
| | | | Reported by: many
* Upgrade to 5.1.1.kuriyama2004-04-038-65/+43
|
* 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-121-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-262-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-121-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-272-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-202-0/+29
|
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-051-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-251-1/+2
| | | | Silence by: billf
* o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on bykuriyama2002-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.
* Update 4.2.1 -> 4.2.3nectar2002-01-225-9/+58
|
* First round of auto* cleanups:will2002-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/
* Handle mbuf statistics going away temporarily aroundfenner2001-10-151-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.)
* fix spelling errorbillf2001-08-101-1/+1
| | | | Submitted by: Bruce Dang <btdang@home.com> via IRC
* Upgrade to 4.2.1.kuriyama2001-05-108-329/+15
|
* Treat shlib number and libtool as our way.kuriyama2001-02-083-7/+20
| | | | Approved by: maintainer
* Add work around not to dumps core to access host resources.kuriyama2001-02-021-8/+12
| | | | Sorry for my commit bloat...
* Revert $PORTNAME change.kuriyama2001-02-021-2/+1
|
* Oops, changing PORTNAME may affect DISTNAME...kuriyama2001-02-021-0/+1
|
* Change port name to net-snmp.kuriyama2001-02-022-1/+306
| | | | Patch to hr_swrun.c to unbreak on -current (plus diffs in net-snmp CVS).
* Upgrade to version 4.2billf2001-01-1811-79/+133
| | | | | | | | | Some of the shared library magic is very hackish, however the net-snmp library building make-fu is hackish as well, so I don't feel bad about it. This commit also (re-)enables the host module for much more information. It also fixes a long standing bug where 'snmpwalk localhost public' would hang.
* ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflectbillf2001-01-182-15/+11
| | | | | | | this change (with a repocopy) and update various references. this does not upgrade this port to the most recent version of net-snmp, that will be coming soon.
* From the submitter:billf2000-12-311-2/+18
| | | | | | | | - <sys/conf.h> requires 'SPECNAMELEN'. - 'SPECNAMELEN' is defined in <sys/param.h> - however, disk.c includes <sys/conf.h> before including <sys/param.h> Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* Activate IPv6 support.ume2000-07-291-1/+5
| | | | Approved by: billf
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitutionsobomax2000-06-181-2/+2
| | | | | | of %%PREFIX%% for ldconfig didn't work. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-4/+2
|
* Fixes for recent kernel changes, this will screw over people (like me)billf2000-05-184-2/+54
| | | | | | | | | | | | who have a -CURRENT before: Fri May 5 9:58:59 2000 UTC by phk .. however, since no __FreeBSD_version bump was performed, I can't handle this with the usual Makefile magic. Submitted by: kuriyama-san Reviewed by: Matt Ayres <mayres@chc-chimes.com> ("it works now")
* o Upgrade to 4.1.2billf2000-05-174-18/+79
| | | | | | | | | | | | o Correct PLIST o Correct MANx PR: 18548 Submitted by: Amakawa Shuhei <sa264@cam.ac.uk> o Finally fix shared libraries Submitted by: billf, will(sorta)
* First crack at updating to 4.1.1, more features to come, but at leastbillf2000-05-135-19/+10
| | | | the newest version is here.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Assume maintainershipbillf2000-04-071-1/+1
|
* Resign as maintainer. I had thought someone else volunteered to takegpalmer2000-04-071-1/+1
| | | | over, but apparently they never changed the MAINTAINER flag.
* move PATCH* to Patch section of Makefile (portlint)mharo2000-03-211-0/+1
|
* Skip building the parts that make this port BROKEN on FreeBSD 4.fenner2000-02-221-1/+1
| | | | (and unmark it BROKEN).
* grr....back out commit error.jmb1999-11-161-6/+4
| | | | restore previous version of the file.
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-161-4/+6
| | | | | | these two are detailed in RFC1700. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* o Bump SHLIB_VERSION to 4 and make this port build it that way.billf1999-09-054-5/+29
| | | | | | | | | | | | | o Look for perl in the right place (patch-ah) o Add a typedef that ucd-snmp wants (patch-ag) o Install headers files with the right permissions Submitted by: <jack@germanium.xtalwind.net> PR: ports/13539 ---------------------------------------------------------------------- o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19 o Use the PATCH_* framework and grab 012.patch from the authors.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Upgrade SNMP to 4.0.1, which is a last minute bugfix.billf1999-08-282-3/+3
| | | | | | | Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible with the ucd-snmp changes. If this is a huge problem, then a repo copy of ucd-snmp can be made and we can have the hassle of keeping two copies in our tree.
* Update to version 4.0cpiazza1999-08-273-35/+40
| | | | Submitted by: billf
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Unbreak.kris1999-04-301-3/+3
|
* Another bunch off WWW: links in DESCRscrappy1999-04-221-1/+1
|
* * Mark this BROKEN for a.out systems.nectar1999-04-191-8/+4
| | | | | | | | | | | | 3.6.1 tickles a linker bug in the a.out ld: ``ld: internal error: RRS relocs exceed allocation 343'' * Remove the patches.aout directory since it was forgotten during upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG> * Remove most of the crud from the main Makefile that was there for the a.out build I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in case someone must build ucd-snmp for a 2.2.x FreeBSD
* Remove empty line.asami1999-04-121-2/+1
|
* Upgrade to v3.6.1 and apply some patches. But this version still haskuriyama1999-04-088-31/+89
| | | | | | | kvm_read() problem on some RELENG_3 system. No response from: maintainer PR: ports/7330, ports/8908, ports/8909
* Master site moved.fenner1999-04-071-2/+2
|
* Make this build again.steve1999-03-251-0/+40
| | | | PR: 10561
* Add homepage.kuriyama1999-03-111-0/+2
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-10/+13
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* * Upgrade to 3.5.3.nectar1998-10-204-15/+42
| | | | | * Patch for ELF. * Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
* Move one last manpage from PLIST to MANx in Makefile.steve1998-08-302-3/+2
|
* "ln" -> "ln -f"asami1998-08-271-2/+2
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-18/+0
|
* * Update to ucd-snmp 3.5.nectar1998-07-111-33/+44
|
* * Update ucd-snmp to version 3.5.nectar1998-07-112-6/+11
| | | | | * Incidently fixes problem building on 3.0-CURRENT. PR: 7198
* Committing John Hays patches. Big thanks to him !andreas1998-04-072-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runs fine on stable, on SMP current I still get race conditions very easily, so that tkined says "no Response" on snmp queries, and in the meantime it fills your /var partition with the /var/log/snmp.log file: 1998-04-06 22:35:16 UCD-SNMP version 3.3.1 Opening port(s): 161 system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address and so on. This might be -current and/or SMP related. John Hay says it runs ok on his -current. I'll committ it anyay¸ because it runs on -STABLE and that counts. BTW: added an @unexec in PLIST ...
* Round II, add some mirror sites.andreas1998-04-031-2/+4
|
* Update to newest version 3.3.1 for -stable,andreas1998-04-033-51/+48
| | | | -current needs some fine tuning, later this evening or week ...
* Unmark this port broken, operator error (old header file).asami1997-11-241-2/+1
| | | | Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
* Mark this port broken, it does not build. If it builds for -current,asami1997-11-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | please add some sysctl -n kern.osreldate magic, Justin. NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmptrap.1 snmpstatus.1 MAN3= snmp_api.3 mib_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \ echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \ echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \ fi .include <bsd.port.mk>
* Add newline to end of filegpalmer1997-07-051-1/+1
| | | | Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
* Upgrade to ucd-snmp 3.2, and make it work on -current.fenner1997-07-033-38/+60
|
* Mark this broken for -current. (Even Peter can't get it to work.)asami1997-07-021-1/+6
|
* Install libsnmp.a into ${PREFIX}/libjfitz1997-06-271-0/+18
| | | | | | | Install SNMP headers into ${PREFIX}/include/snmp Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS Text Relocation errors. PR: ports/3880
* Make the port not IS_INTERACTIVE if PACKAGE_BUILDINGfenner1997-05-181-2/+5
|
* Remember to change the Required line :)gpalmer1997-03-071-2/+2
|
* Try to bring this port up to date. Upgrade to 3.1.3, and untangle thegpalmer1997-03-072-3/+3
| | | | | | patches a bit (author incorporated a fair number of them, and made even more cross-platfrm portability improvements). I'll deal with any packaging changes tomorrow.
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Now, string describing reason for defining these variables must be setmax1996-12-071-2/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
* Cleaned up post-install target.obrien1996-12-011-8/+9
|
* Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.asami1996-11-221-2/+2
| | | | Maybe I should go to sleep.
* Make this NO_PACKAGE, it asks too many questions.asami1996-11-221-1/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-9/+3
|
* It's net, not networking (which makes me wonder where I copied this from)gpalmer1996-07-101-2/+2
|
* The SNMP package from University of California at Davisgpalmer1996-07-065-0/+92
Ok'ed by: asami