Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.17.10_3,1 18 Oct 2024 14:24:47 |
Dirk Meyer (dinoex) |
net-mgmt/mrtg: fix regression with gcc14 / clang16
- fix shebangfix
- use textproc/p5-Pod-Parser
Obtained from: NetBSD
- add ubiquiti to cfgmaker
- fix HC detection in cfgmaker |
2.17.10_2,1 18 Oct 2024 14:22:38 |
Dirk Meyer (dinoex) |
net-mgmt/mrtg: Refresh MASTER_SITES
PR: 282085 |
2.17.10_2,1 11 Jan 2024 16:37:03 |
Dirk Meyer (dinoex) |
net-mgmt/mrtg: use ${PREFIX}/share/man |
2.17.10_1,1 26 May 2023 18:12:01 |
Dirk Meyer (dinoex) |
net-mgmt/mrtg: fix support for GD_PORT
take maintainership |
2.17.10,1 22 May 2023 06:47:09 |
Fernando Apesteguía (fernape) Author: Terry Kennedy |
net-mgmt/mrtg: update to 2.17.10 and make portlint happy
* Add missing LIB_DEPENDS
* Reset maintainer.
Has been inactive for a long time and has missed all of the latest releases.
PR: 271398
Reported by: terry-freebsd@glaver.org
Approved by: ports@subnets.ru (maintainer timeout) |
2.17.4_8,1 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
2.17.4_8,1 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
2.17.4_8,1 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
2.17.4_8,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.17.4_8,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.17.4_8,1 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
2.17.4_7,1 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
2.17.4_7,1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.17.4_7,1 05 Aug 2018 09:37:57 |
amdmi3 |
- Update WWW
- Remove reference to dead site
Approved by: portmgr blanket |
2.17.4_7,1 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
2.17.4_6,1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.17.4_6,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.17.4_6,1 01 Feb 2015 18:03:44 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.17.4_6,1 11 Dec 2014 13:55:47 |
feld |
Remove sleeps from the configure script to save 7 seconds each run.
After considering how much time was spent on this message since its
addition in 2001, this seems reasonable. |
2.17.4_6,1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.17.4_5,1 28 Jul 2014 23:46:40 |
marino |
Now let's *really* stage net-mgmt/mrtg
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 |
2.17.4_4,1 07 Jun 2014 16:06:11 |
pi |
net-mgmt/mrtg: fixed shebang, LIB_DEPENDS
Approved by: mentors (implicit), portmgr (blanket) |
2.17.4_4,1 13 Mar 2014 05:08:43 |
miwi |
- Stage support |
2.17.4_4,1 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
14 Sep 2013 15:39:55
|
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.17.4_4 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
2.17.4_3,1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
2.17.4_3,1 31 Oct 2012 17:46:53 |
crees |
Fix several warnings;
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 |
2.17.4_2,1 30 Oct 2012 13:07:11 |
madpilot |
- Add GD_PORT knob to allow using localized GD
- 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 |
2.17.4_2,1 30 Jun 2012 12:42:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.17.4_2,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.17.4_1,1 11 May 2012 19:22:54 |
scheidell |
- fix rateup's coredump
PR: ports/167771
Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer) |
2.17.4,1 10 Apr 2012 18:30:44 |
scheidell |
- Update to 2.17.4
- 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) |
2.17.1_1,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
2.17.1_1,1 03 Dec 2011 23:06:47 |
scheidell |
- Add shutdown keyword to rc script
PR: ports/162963
Submitted by: maintainer
Approved by: maintainer,gabor(mentor)
Feature safe: yes |
2.17.1_1,1 13 Nov 2011 18:41:50 |
ohauer |
- fix broken layout in mrtg
PR: ports/162224
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes |
2.17.1,1 25 Feb 2011 14:10:49 |
sylvio |
- Update to 2.17.1
PR: ports/155002
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer) |
2.17.0,1 20 Dec 2010 19:50:45 |
ohauer |
- update mrtg to version 2.17.0
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 (Only the first 15 lines of the commit message are shown above ) |
2.16.4,1 09 Aug 2010 08:54:36 |
nemoliu |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
2.16.4,1 03 Aug 2010 01:52:18 |
lioux |
o Update to 2.16.4
o Use both PORT{DOCS,EXAMPLES} instead of PLIST variables.
PR: ports/149016
Approved by: maintainer |
2.16.2_6,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.16.2_6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.16.2_5,1 11 Feb 2010 19:42:33 |
pgollucci |
1. remove /var/run/mrtg via pkg-deinstall instead of via plist
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) |
2.16.2_4,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.16.2_3,1 24 Jan 2010 06:18:08 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu) |
2.16.2_2,1 10 Jan 2010 15:09:14 |
wxs |
- Fix build with SNMP option.
- 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) |
2.16.2_1,1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.16.2,1 06 Jun 2008 03:06:22 |
lippe |
- Forced commit to fix maintainer address. |
2.16.2,1 06 Jun 2008 02:57:04 |
lippe |
- Update to 2.16.2. [1]
- 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) |
2.16.0_1,1 29 May 2008 21:06:35 |
lippe |
- Unbreak startup script.
- bump PORTREVISION.
Submitted by: Alexander Logvinov <ports@logvinov.com> (private mail)
Approved by: gabor (mentor) |
2.16.0,1 26 May 2008 09:17:46 |
demon |
Drop maintainership. |
2.16.0,1 24 May 2008 02:31:24 |
edwin |
[UPDATE] net-mgmt/mrtg to 2.16.0
- Updated to 2.16.0;
- Makefile cleanup
PR: ports/120590
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout |
2.15.2,1 30 May 2007 09:26:18 |
demon |
Update to 2.15.2.
PR: 112994
Submitted by: Alexander Logvinov <ports@logvinov.com> |
2.15.1_1,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.15.1,1 05 Feb 2007 11:45:39 |
demon |
Update to 2.15.1.
PR: 108712
Submitted by: Alexander Logvinov <ports@logvinov.com> |
2.15.0,1 31 Dec 2006 08:31:29 |
demon |
Update to 2.15.0.
PR: 107259
Submitted by: Alexander Logvinov <ports@logvinov.com> |
2.14.7,1 31 Oct 2006 17:56:04 |
demon |
Update to 2.14.7;
Update MASTER_SITES.
PR: 104847
Submitted by: Alexander Logvinov <ports@logvinov.com> |
2.14.5,1 18 Aug 2006 09:10:33 |
demon |
Update to 2.14.5. |
2.13.2,1 25 Apr 2006 18:33:38 |
oliver |
fix file to patch
Noted by: olgeni |
2.13.2,1 23 Apr 2006 17:39:52 |
oliver |
The start script assumes that group name == user name. This goes wrong
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) |
2.13.2,1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
2.13.2,1 15 Feb 2006 18:16:02 |
demon |
Remove mrtg lock and pid files before starting daemon.
Submitted by: Jan Srzednicki <w@expro.pl> |
2.13.2,1 08 Feb 2006 12:21:47 |
demon |
Update to 2.13.2. |
2.12.2,1 08 Feb 2006 12:12:54 |
demon |
Add bsnmpd and snmpd to REQUIRE section so mrtg daemon starts after
local snmpd.
Submitted by: Jan Srzednicki <w@expro.pl> |
2.12.2,1 06 Feb 2006 12:24:19 |
demon |
Install rcNG script to run mrtg in daemon mode.
Submitted by: Jan Srzednicki <w@expro.pl> |
2.12.2,1 01 Feb 2006 01:08:07 |
edwin |
SHA256ify
Approved by: krion@ |
2.12.2,1 06 Sep 2005 12:35:45 |
demon |
Utilize DOCSDIR and DATADIR macros. |
2.12.2,1 06 Sep 2005 12:31:17 |
demon |
Utilize OPTIONS. |
2.12.2,1 05 Sep 2005 11:11:48 |
demon |
Allow one to avoid p5-IO-INET6 dependency via WITHOUT_IPV6.
PR: 84211
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> |
2.12.2,1 20 Jun 2005 05:39:21 |
demon |
Upgrade to version 2.12.2. |
2.12.1_1,1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
2.12.1,1 17 May 2005 06:48:12 |
demon |
Update to version 2.12.1. |
2.12.0,1 17 May 2005 06:31:26 |
demon |
Fix a problem when all graphs are being drawn as if "Unscaled" was set.
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
PR: 81117 |
2.12.0,1 16 May 2005 14:49:32 |
demon |
Upgrade to version 2.12.0. |
2.11.1,1 11 Feb 2005 07:29:09 |
demon |
Update to version 2.11.1. |
2.11.0,1 09 Dec 2004 06:53:10 |
demon |
Upgrade to version 2.11.0. |
2.10.15,1 08 Aug 2004 14:09:44 |
demon |
Update to version 2.0.15. |
2.10.14,1 15 Jul 2004 05:18:05 |
demon |
graphics/gd1 port has gone. |
2.10.14,1 02 Jul 2004 10:15:27 |
demon |
Back out last change. PodParser in ports has newer version than that in
perl distribution.
Requested by: tobez |
2.10.14,1 02 Jul 2004 08:46:38 |
demon |
Depend on textproc/PodParser only if PERL_LEVEL < 500800.
Submitted by: ale |
2.10.14,1 16 Jun 2004 07:43:27 |
demon |
Update to version 2.10.14.
PR: 67988
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com> |
2.10.13,1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.10.13,1 15 Mar 2004 13:14:19 |
demon |
Correct MASTER_SITE_SUBDIR.
PR: 64294
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> |
2.10.13,1 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |