- Fix build when the CURL_XML option is enabled;
- Fix activation/deactivation of a few plugins.
PR: 238959
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Reported by: Chip Cuccio <chip.cuccio@gmail.com>
The plugin write_promethues, already present in collectd5, is now
configuration via the option PROMETHEUS
PR: PR227634
Approved by: maintainer
Sponsored by: trivago N.V.
client socket. It helps in a few cases where the server has multiple
addresses, only some of them are reachable, and connect() succeeds even
though sendto() will fail.
Approved by: maintainer
DEBUG is required for any sort of troubleshooting, GCRYPT is required to
encrypt communication with the server, and PING is one of the most basic
sensors which everybody uses. My hope is that with these three options,
more people will be able to use collectd without having to recompile it.
Approved by: maintainer
Other Changes:
- Remove unnecessary global BUILD_DEPENDS, LIB_DEPENDS and RUN_DEPENDS.
- Redo patches to fix portlint warnings.
- Fix linked library errors reported by poudriere.
Remaining issue:
- When the XMMS option is selected, xmms.so is linked to libraries in
devel/glib12 and x11-toolkits/gtk12, but adding
XMMS_USE=GNOME=glib12,gtk12 causes a build error.
PR: 216670
Submitted by: ports@bsdserwis.com (maintainer)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9444
The file lib/collectd/disk.so was being commented out in pkg-plist for
all FreeBSD versions instead of just for versions less than 10.
Reported by: pierre@guinoiseau.eu (via ports-committers@)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8042
- new port options CHRONY and MQTT
- disable disk plugin on FreeBSD 9.x due to missing OS files
- various patch changes
PR: 212832
Submitted by: ports@bsdserwis.com (maintainer)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8028
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
Allows disk module to report all disk statistics again.
PR: 207049
Submitted by: me
Reported by: Pierre Guinoiseau <pierre at guinoiseau.eu>
Approved by: Krzysztof <ports at bsdserwis.com>
- Switch PERL and PYTHON options over and drop the bsd.port.options.mk
include following r404759's update to bsd.options.mk
PR: 204220
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
- Add explicit CURL_JSON and CURL_XML options. Previously these options
would be automatically enabled when CURL and JSON or CURL and XML were
selected together. Change them to an _IMPLIES variable as an explicit
option
- Convert all options except PERL and PYTHON, for the time being, to the
new framework. The option helper variant is not expanding ${PYTHON_CMD}
and is currently passing it as "--with-python= " which fails to build.
- No PORTREVISION change given no change to package
- While here, tag VARNISH as BROKEN, fails to compile with varnish4-4.1 [2]
PR: 204220 [1]
PR: 204583 [2]
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) [1]
While here, also sort OPTIONS_GROUP_OUTPUT and two DESC items
PR: 202487
Submitted by: xoan333@yahoo.com
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer), feld (mentor)