aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mrtg
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378258
* Remove sleeps from the configure script to save 7 seconds each run.Mark Felder2014-12-111-0/+22
| | | | | | | | After considering how much time was spent on this message since its addition in 2001, this seems reasonable. Notes: svn path=/head/; revision=374531
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Now let's *really* stage net-mgmt/mrtgJohn Marino2014-07-282-34/+46
| | | | | | | | | | | | | | | | | | | | | What a mess this port was. * None of the man pages were listed in pkg-plist * It shouldn't try to remove SITE_PERL directory * Comment started with indefinite article * RUN/LIB_DEPENDS were too low for portlint * MANPAGES had extra tab (and runs over 80-columns, unfixed) * <options> unnecessary if <opt>_RUN_DEPENDS used * install commands were all masked * several mkdir commands instead of one * install commands don't respect 80-columsn * cp (not even ${CP}) used instead of ${COPYTREE_SHARE} * Redundant post-install target still in place All of that was addressed and verified in poudriere testport. Approved by "just fix it" and staging blankets Notes: svn path=/head/; revision=363277
* net-mgmt/mrtg: fixed shebang, LIB_DEPENDSKurt Jaeger2014-06-071-2/+3
| | | | | | | Approved by: mentors (implicit), portmgr (blanket) Notes: svn path=/head/; revision=356920
* - Stage supportMartin Wilke2014-03-131-18/+13
| | | | Notes: svn path=/head/; revision=348030
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327296
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Fix several warnings;Chris Rees2012-10-312-1/+59
| | | | | | | | | | | | Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.2/Exporter.pm line 67. at /usr/local/lib/perl5/site_perl/5.14.2/SNMP_Session.pm line 149 PR: ports/166777 Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306753
* - Add GD_PORT knob to allow using localized GDGuido Falsi2012-10-301-19/+12
| | | | | | | | | | | | | - Remove ABI version number from LIB_DEPENDS - Trim Makefile headers - Convert to new options framework PR: ports/173124 Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306673
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - fix rateup's coredumpMichael Scheidell2012-05-112-0/+37
| | | | | | | | PR: ports/167771 Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer) Notes: svn path=/head/; revision=296446
* - Update to 2.17.4Michael Scheidell2012-04-103-18/+3
| | | | | | | | | | | - Reset PORTREVISION due to PORTVERSION change PR: ports/166776 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Notes: svn path=/head/; revision=294552
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add shutdown keyword to rc scriptMichael Scheidell2011-12-031-0/+1
| | | | | | | | | | PR: ports/162963 Submitted by: maintainer Approved by: maintainer,gabor(mentor) Feature safe: yes Notes: svn path=/head/; revision=286827
* - fix broken layout in mrtgOlli Hauer2011-11-132-0/+19
| | | | | | | | | PR: ports/162224 Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=285713
* - Update to 2.17.1Sylvio Cesar Teixeira2011-02-254-46/+3
| | | | | | | | PR: ports/155002 Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) Notes: svn path=/head/; revision=269707
* - update mrtg to version 2.17.0Olli Hauer2010-12-202-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update to 2.17.0 uncludes: * added rrdcached support - new keyword: RRDCached: which overrides anything set in the RRDCACHED_ADDRESS environment variable and sets MRTG to work in RRDCached mode. This verifies that you're using a unix-domain socket and the socket is writable. - Check for environment variable RRDCACHED_ADDRESS and use this if no explicit address was set in the cfg file, making the same config validity checks. - Make warning if using rrdcached to the effect that the threshold checks will no longer work. - If in rrdcached-mode, and using RRDTool 1.4, then force use of update rather than updatev (as rrdcached does not yet support updatev) and consequently bypass the threshold checks. - Changes to validity check error messages to also report the file containing the error (as well as the line). * Added support for glob patterns in include * Make daemon reload cfg automatically when it changes * added support for Arista to cfgmaker * fix cfgmaker to work in mixed v1/2/3 snmp environment * do not stringify arguments to conversion function let eval take care of this * untaint inlast and outlast to make perl taint mode happy PR: ports/153317 Submitted by: Alexey V. Panfilov <ports _at_ subnets.ru> (maintainer) Notes: svn path=/head/; revision=266662
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* o Update to 2.16.4Mario Sergio Fujikawa Ferreira2010-08-033-64/+15
| | | | | | | | | | o Use both PORT{DOCS,EXAMPLES} instead of PLIST variables. PR: ports/149016 Approved by: maintainer Notes: svn path=/head/; revision=258667
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* 1. remove /var/run/mrtg via pkg-deinstall instead of via plistPhilip M. Gollucci2010-02-116-34/+58
| | | | | | | | | | | | pkg-install is already listed in SUB_FILES, no need to invoke sed manually 2. Fix wrong choice strings for translation 3. Fix some words at russian translation PR: ports/143728, ports/143179 Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer) Notes: svn path=/head/; revision=249607
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-3/+2
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459
* - Fix build with SNMP option.Wesley Shields2010-01-102-59/+59
| | | | | | | | | | | | - Also install mrtg-traffic-sum again. - Update maintainer address. PR: ports/142084 Submitted by: Karl Denninger <karl@FS.denninger.net> Approved by: Alexey V. Panfilov <mrtg@subnets.ru> (maintainer) Notes: svn path=/head/; revision=247537
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Forced commit to fix maintainer address.Felippe de Meirelles Motta2008-06-061-1/+1
| | | | Notes: svn path=/head/; revision=214420
* - Update to 2.16.2. [1]Felippe de Meirelles Motta2008-06-063-12/+11
| | | | | | | | | | | | - Pass maintainership to submitter. [1] - Try to fix environment issue described on ports/116934. [2] PR: ports/124104, ports/124116 Submitted by: "Alexey V. Panfilov" <mrtg@subnets.ru> [1], Alexander Logvinov <ports@logvinov.com> [2] Approved by: gabor (mentor) Notes: svn path=/head/; revision=214418
* - Unbreak startup script.Felippe de Meirelles Motta2008-05-291-2/+3
| | | | | | | | | | - bump PORTREVISION. Submitted by: Alexander Logvinov <ports@logvinov.com> (private mail) Approved by: gabor (mentor) Notes: svn path=/head/; revision=213893
* Drop maintainership.Dmitry Sivachenko2008-05-261-1/+1
| | | | Notes: svn path=/head/; revision=213684
* [UPDATE] net-mgmt/mrtg to 2.16.0Edwin Groothuis2008-05-247-160/+160
| | | | | | | | | | | | - Updated to 2.16.0; - Makefile cleanup PR: ports/120590 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=213574
* Update to 2.15.2.Dmitry Sivachenko2007-05-304-11/+10
| | | | | | | | PR: 112994 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=192389
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 2.15.1.Dmitry Sivachenko2007-02-053-6/+6
| | | | | | | | PR: 108712 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=184260
* Update to 2.15.0.Dmitry Sivachenko2006-12-313-9/+7
| | | | | | | | PR: 107259 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=181123
* Update to 2.14.7;Dmitry Sivachenko2006-10-312-5/+4
| | | | | | | | | | Update MASTER_SITES. PR: 104847 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=175888
* Update to 2.14.5.Dmitry Sivachenko2006-08-184-14/+11
| | | | Notes: svn path=/head/; revision=170930
* fix file to patchOliver Lehmann2006-04-251-2/+2
| | | | | | | Noted by: olgeni Notes: svn path=/head/; revision=160458
* The start script assumes that group name == user name. This goes wrongOliver Lehmann2006-04-232-1/+24
| | | | | | | | | | | | when mrtg needs to be started as root (for example). When mrtg is started as root, both getgrnam() gndetpwnam() are returning 0 because Without changing the code this ends mrtg (false error). PR: ports/95253 Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=160236
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Remove mrtg lock and pid files before starting daemon.Dmitry Sivachenko2006-02-151-0/+7
| | | | | | | Submitted by: Jan Srzednicki <w@expro.pl> Notes: svn path=/head/; revision=156131
* Update to 2.13.2.Dmitry Sivachenko2006-02-083-23/+6
| | | | Notes: svn path=/head/; revision=155505
* Add bsnmpd and snmpd to REQUIRE section so mrtg daemon starts afterDmitry Sivachenko2006-02-081-1/+1
| | | | | | | | | local snmpd. Submitted by: Jan Srzednicki <w@expro.pl> Notes: svn path=/head/; revision=155504
* Install rcNG script to run mrtg in daemon mode.Dmitry Sivachenko2006-02-064-0/+91
| | | | | | | Submitted by: Jan Srzednicki <w@expro.pl> Notes: svn path=/head/; revision=155321