Commit Graph

66 Commits

Author SHA1 Message Date
Mathieu Arnold
e853796bd1 Update to 2.0.49. 2019-05-13 09:40:56 +00:00
Mathieu Arnold
28bb814f74 Update to 2.0.47. 2019-03-04 12:17:39 +00:00
Mathieu Arnold
2abbacd93f Update to 2.0.45. 2019-02-07 11:20:46 +00:00
Mathieu Arnold
723f144a76 Fix munin-node when the hostname is mixed case.
PR:		235197
Submitted by:	John W. O'Brien
2019-01-29 20:45:23 +00:00
Mathieu Arnold
8509882191 Update to 2.0.44. 2018-12-24 12:49:40 +00:00
Mathieu Arnold
21a7ba306a Update to 2.0.43.
Remove a patch replacing seq by jot, seq was added in FreeBSD 9.  Also,
remove a patch fixing perl's hash randomization, it was addressed a bit
differently upstream.
2018-11-21 13:50:41 +00:00
Rene Ladan
b7499ae64d Followup on r483807.
jbeich commented on some ports in D17724 but I forgot to add them to the list.

Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:40:24 +00:00
Mathieu Arnold
4f3574c879 Update to 2.0.42. 2018-09-24 09:31:09 +00:00
Mathieu Arnold
ec7200a59b Update to 2.0.40. 2018-09-03 12:38:20 +00:00
Mathieu Arnold
e5aefe4e80 Update to 2.0.39.
Sponsored by:	Absolight
2018-08-06 12:20:47 +00:00
Mathieu Arnold
a2eafec30b Update to 2.0.38.
Sponsored by:	Absolight
2018-07-02 13:47:40 +00:00
Mathieu Arnold
08a174ad64 On FreeBSD 10, sh handles ${foo:-} differently, and creates an empty
argument, which ping does not like.

PR:		228149
Reported by:	Niels Bakker
Sponsored by:	Absolight
2018-05-15 07:37:48 +00:00
Mathieu Arnold
ed858eecb0 Update to 2.0.37.
Sponsored by:	Absolight
2018-04-03 12:47:16 +00:00
Mathieu Arnold
f1d6d6ea0a Update to 2.0.36.
Sponsored by:	Absolight
2018-03-26 13:40:01 +00:00
Mathieu Arnold
efa990e041 Update to 2.0.34.
Sponsored by:	Absolight
2017-10-27 12:19:09 +00:00
Mathieu Arnold
bfcb10fb2e Update to 2.0.33.
Add a PYTHON option to appease stage-qa.

Sponsored by:	Absolight
2017-04-12 12:39:56 +00:00
Mathieu Arnold
4d42649cf0 Update to 2.0.32.
Sponsored by:	Absolight
2017-03-02 09:55:24 +00:00
Mathieu Arnold
f7b5fefe05 Tell plugins they can use awk and do not need gawk.
While there, make ipmi_ plugins easier to use, and sort the plugins.conf
file.

Submitted by:	bcr
Sponsored by:	Absolight
2017-01-19 15:45:22 +00:00
Mathieu Arnold
ee0b8c9ff5 Update to 2.0.30.
Sponsored by:	Absolight
2017-01-19 13:34:51 +00:00
Mathieu Arnold
6a8746de45 Also, don't report autofs.
Sponsored by:	Absolight
2017-01-09 21:29:02 +00:00
Mathieu Arnold
7531dc48f3 Update to 2.0.28.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:30 +00:00
Mathieu Arnold
de284116aa Update to 2.0.27.
Sponsored by:	Absolight
2016-11-01 13:25:10 +00:00
Mathieu Arnold
84b9758ad8 Update to 2.0.26.
Sponsored by:	Absolight
2016-10-27 14:12:23 +00:00
Mathieu Arnold
b224fa620b Fix swap accounting if there are multiple devices [1]
Add a few zfs related plugins [2]

PR:		210494 [1]
Submitted by:	bcr [2]
Reported by:	Fabian Keil [1]
Sponsored by:	Absolight
2016-08-04 14:26:56 +00:00
Mathieu Arnold
bab904ad0e Fix ntp_states in certain cases.
PR:		210716
Submitted by:	takefu
Sponsored by:	Absolight
2016-07-19 14:01:23 +00:00
Mathieu Arnold
ed31947b52 Install munin-async and munin-asyncd with munin-node.
PR:		211159
Reported by:	axel axel re
Sponsored by:	Absolight
2016-07-19 13:29:03 +00:00
Mathieu Arnold
a8c0494876 Fails now and then with:
cannot create common/blib/lib/Munin/Common/Defaults.pm: Permission denied

Sponsored by:	Absolight
2016-04-28 07:28:10 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
2dd78cdf85 Try and fix the ownership of munin's home directory.
Sponsored by:	Absolight, The FreeBSD Foundation
2015-10-02 07:52:35 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Mathieu Arnold
55eabd5517 Fix the iostat plugin to report the correct unit. [1]
Fix common plugins PATH problems by adding LOCALBASE/{bin,sbin} to the default
PATH.  Fix a " that should not have been there.  Fix a few permissions
problems. [2]

PR:		196504 [1]
Submitted by:	Vlad "Blackflow" K.
PR:		196739 [2]
Submitted by:	darius dons net au
Sponsored by:	Absolight
2015-01-19 17:47:47 +00:00
Mathieu Arnold
2ff6de7ee9 Fix the bind9_rndc plugin wrt Perl 5.18+ hash randomzation.
While there, group all patches for the three ports in munin-common, and remove
an obsolete patch.

PR:		195689
Submitted by:	Vlad "Blackflow" K.
Sponsored by:	Absolight
2014-12-10 15:52:14 +00:00
Mathieu Arnold
eee58d187e 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
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
2014-11-26 13:08:24 +00:00
Mathieu Arnold
368b1f37cb Update to 2.0.25.
Sponsored by:	Absolight
2014-11-25 15:07:23 +00:00
Mathieu Arnold
d25c9df468 Update to 2.0.24.
Fixup the if_ and if_errcoll_ plugins, interface names can be longer than 5
chars.  Add an if_packets_ plugin.

Allow people to have a custom crontab that won't be touched when
installing/deinstalling.

Sponsored by:	Absolight
2014-10-27 14:43:47 +00:00
Mathieu Arnold
7b737f4606 Update munin to 2.0.23.
Sponsored by:	Absolight
2014-10-22 14:13:40 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Mathieu Arnold
7df3c36c2b Update to 2.0.21.
Sponsored by:	Absolight
2014-09-02 16:26:52 +00:00
Mathieu Arnold
1fef7a32be - Stage
- Move a few patches around to stay consistent
- add a JAVA option to munin-node.

Sponsored by:	Absolight
2014-09-02 16:13:40 +00:00
Mathieu Arnold
a3463cdef5 Take all three, staging follows.
Approved by:	portmgr (NO_STAGE)
Sponsored by:	Absolight
2014-09-02 14:33:48 +00:00
Baptiste Daroussin
b35454ed6b Reset mainainership on non staged ports
With hat:	portmgr
2014-08-25 09:46:57 +00:00
Niclas Zeising
0b93aa454f Grab
Approved by:	portmgr (antoine)
2014-04-05 11:18:12 +00:00
Florian Smeets
24136b5bd5 Release a few ports I don't use anymore. Unfortunately I don't have time to
maintain them properly currently.
2014-03-11 20:35:53 +00:00
Florian Smeets
613f7bfd03 Update to 2.0.17 2013-09-21 13:19:59 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
a6664fc48b - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 17:55:21 +00:00
Florian Smeets
449f05d2f6 Update to 2.0.16 2013-06-04 22:12:18 +00:00
Florian Smeets
773edde1d7 - update to 2.0.14
- make port non-interactive [1]
- add PORTSCOUT hints, 2.1.X is a development version

PR:		ports/178532 [1]
Submitted by:	Claudius Herder <claudius_herder@ambtec.de> [1]
2013-05-29 23:36:16 +00:00
Florian Smeets
a0a6065352 Update to 2.0.13 2013-04-27 20:34:49 +00:00
Florian Smeets
1d6d8d1dce Update to 2.0.12 2013-04-26 23:10:10 +00:00