ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
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.
for Nagios. You can extract perfdata and pluginoutput with preg to define
datasources and display it with all RRD options. NG is Template based to
graph thousands of similar charts with one configuration.
WWW: https://www.nagiosforge.org/gf/project/nagiosgrapher/
PR: ports/139318
Submitted by: Cristiano Rolim <cristianorolim at hotmail.com>