It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved
- 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]
- move USERS and GROUPS from munin-common/Makefile to munin.mk, otherwise they
cannot be used in the Makefiles of munin-master and munin-node where they are
required. This fixes permissions on certain directories. [1]
- VERSION.node file should be updated after the pkg-install script runs, because
it requires the version of the previously installed version not the currently
installed one. [2]
PR: ports/172260 [1]
Reported by: Haruo Shiba <shiba@logic-design.co.jp> [1]
tdb [2]
- Add support for ada disk devices to hddtemp_smartctl [2]
- Add a patch for upstream bug 1251 to prevent huge munin-graph.log files
PR: ports/171116 [1]
PR: ports/169287 [2]
Submitted by: mm [1], TAKEMON Takashi <takemon@bamboogate.co.jp> [2]
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.
- prevent leftovers from sed and patch otherwise these would be installed also
The problem is that munin-nodes runs in perl taint mode and after a SIGHUP
p5-Net-Server thinks that the path is tainted and unsets the complete path,
this causes all plugins which do not use an absolute path to utilities they
call to fail. The fix is to set a well known good path.
Obtained from: OpenBSD
PR: ports/155109
defined in the .conf files.
It would be best if munin would only include .conf files, but until that happens
use this as a workaroud.
PR: ports/147345
Submitted by: Rob B <rbyrnes@gmail.com>
- Move some files around and adjust the plists accordingly.
- Fix some directory creation / deletion in the plists.
- Fix some directory ownerships.
- Instead of patching the Makefile, specify installation directories
on the command line. Centralize the definition of MAKE_ARGS and some
other shared variables.
Feature safe: yes
the initial patches and getting me started with this.
Note that munin-main has been renamed to munin-master (see MOVED).
Approved by: portmgr (erwin)
Feature safe: yes
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.