aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp4
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 7.0: Does not compileKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172741
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* Add support for 6-STABLE and 7-CURRENT.Maxim Sobolev2006-07-262-1/+18
| | | | Notes: svn path=/head/; revision=168777
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Conversion to a single libtool environment.Ade Lovett2006-02-234-52/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Remove obsolete mastersites.Mark Linimon2005-10-061-4/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=144370
* - Make portlint happy.Sergey Matveychuk2005-05-142-13/+14
| | | | | | | - Utilize EXAMPLESDIR macro. Notes: svn path=/head/; revision=135263
* Fix build on 6.XJean-Yves Lefort2005-04-261-1/+1
| | | | | | | | PR: ports/80374 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=134226
* BROKEN on 6.x: Does not buildKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131993
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-2/+2
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Fix build on -CURRENT, and drop maintainership. -CURRENT fix was adaptedJoe Marcus Clarke2004-06-242-7/+19
| | | | | | | from net-mgmt/net-snmp. Notes: svn path=/head/; revision=112172
* SIZEifyJoe Marcus Clarke2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104591
* 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
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | 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
* - Fix build on AMD64Kirill Ponomarev2004-02-091-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=100518
* net-snmp4 conflicts with net-snmp-5.x.Joe Marcus Clarke2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90837
* Move USE_* above bsd.port.pre.mk.Joe Marcus Clarke2003-10-021-6/+6
| | | | | | | PR: 57502 Notes: svn path=/head/; revision=90045
* Looks like I accidentally correupted the patch in the previous commit.Joe Marcus Clarke2003-09-022-184/+77
| | | | | | | Fix that and bump PORTREVISION yet again. Notes: svn path=/head/; revision=88369
* Return the correct value for tcp.tcpCurrEstab.0.Joe Marcus Clarke2003-08-172-1/+204
| | | | | | | | PR: 54551 Submitted by: Mário Freitas <sub_0@netcabo.pt> Notes: svn path=/head/; revision=87144
* libtool uber-patchAde Lovett2003-06-262-6/+8
| | | | | | | | | | | | | | * 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
* Fix build on recent -CURRENT.Joe Marcus Clarke2003-03-283-3/+89
| | | | | | | Reported by: Roar Pettersen <edprp@it.uib.no> Notes: svn path=/head/; revision=77637
* WITH_PORTSSL is not needed anymore.Joe Marcus Clarke2003-03-041-4/+0
| | | | | | | Reported by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=76881
* * Fix build once and for all. Tested with -STABLE, 5.0-RELEASE-p3, andJoe Marcus Clarke2003-03-041-12/+4
| | | | | | | | | | | | | -CURRENT * Take maintainership as I need this version for one of my applications PR: 48932 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Thanks to: ade, marcus Reported by: Will Mitayai Keeso Rowe <mit@dreamlabs.com> Notes: svn path=/head/; revision=76878
* Complete previous patch.Joe Marcus Clarke2003-02-221-3/+2
| | | | Notes: svn path=/head/; revision=76183
* Correct logic when building on 5.x.Joe Marcus Clarke2003-02-221-1/+2
| | | | | | | | Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Pointy hat to: me Notes: svn path=/head/; revision=76182
* Fix build on -STABLE with OpenSSL 0.9.7.Joe Marcus Clarke2003-02-221-1/+1
| | | | Notes: svn path=/head/; revision=76074
* - update to 4.2.6Yen-Ming Lee2003-02-212-4/+28
| | | | | | | | | | - fix build on FreeBSD 5 systems PR: 48504 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=76058
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Mark IGNORE with $OSVERSION >= 500100.Jun Kuriyama2003-02-181-1/+4
| | | | | | | | | | | Backporting 4.x for latest OpenSSL suite will take some timeslots, but I'll not work for it. Release maintainership to ports@ until now. If there is no maintainer appeared, I'll remove this port some time after. Notes: svn path=/head/; revision=75797
* net/net-snmp4 requires perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-171-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70307
* Unbreak on -current.Jun Kuriyama2002-11-162-1/+28
| | | | | | | Submitted by: Olivier Houchard <cognet@ci0.org> Notes: svn path=/head/; revision=70252
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodeJun Kuriyama2002-08-292-1/+33
| | | | | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net> Notes: svn path=/head/; revision=65210
* Unbreak on -current.Jun Kuriyama2002-08-291-4/+22
| | | | Notes: svn path=/head/; revision=65207
* Fix incorrect chmod for directory.Jun Kuriyama2002-07-261-2/+3
| | | | | | | | PR: ports/35192 Submitted by: Helge Oldach <ports-net-snmp@oldach.net> Notes: svn path=/head/; revision=63584
* 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