Commit graph

165 commits

Author SHA1 Message Date
Mikael Urankar
c9879cdc9f net-mgmt/collectd5: Update to 5.12.0
Changelog:
  https://github.com/collectd/collectd/releases/tag/collectd-5.12.0

PR:		250236
Submitted by:	Krzysztof (ports@bsdserwis.com, maintainer)
2020-10-11 10:00:41 +00:00
Sunpoet Po-Chuan Hsieh
b94e8d8c27 Bump PORTREVISION for devel/protobuf shlib change 2020-08-30 20:19:41 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Hiroki Tagato
b6c6186208 Update to 5.11.0
PR:		245115
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/collectd/collectd/releases/tag/collectd-5.11.0
2020-05-12 00:09:32 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Kurt Jaeger
35b6cb86f9 net-mgmt/collectd5: upgrade 5.9.0 -> 5.10.0
PR:		242491
Submitted by:	Felix Hanley <felix@userspace.com.au>
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Relnotes:	https://github.com/collectd/collectd/releases/tag/5.10.0
2019-12-08 10:05:44 +00:00
Tobias Kortkamp
863110e9f9 Add USES={gl,gnome,mate,sdl,xorg} missed in the last round 2019-11-14 12:39:42 +00:00
Rene Ladan
9d985b493f net-mgmt/collectd5: drop optional dependency on expired net/librouteros 2019-10-16 13:45:49 +00:00
Tobias Kortkamp
5b8e294a68 net-mgmt/collectd5: Do not set DBI_CONFIGURE_ENABLE twice 2019-08-29 13:44:16 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Romain Tartière
bad8498d9f net-mgmt/collectd5: Various fixes
- 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>
2019-07-19 18:11:03 +00:00
Sunpoet Po-Chuan Hsieh
70ffc9c0fd Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		238808
Exp-run by:	antoine
2019-07-05 19:08:49 +00:00
Steve Wills
7f7579bf6d net-mgmt/collectd5: update to 5.9.0 [1]
While here, improve formatting

PR:		238745 [1]
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer) [1]
2019-06-30 20:55:53 +00:00
Sunpoet Po-Chuan Hsieh
73b1e3abe6 Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		236157
Exp-run by:	antoine
2019-03-31 13:41:02 +00:00
Tobias Kortkamp
6d506b9203 There is no *_CONFIGURE_DISABLE options helper 2019-02-05 15:42:54 +00:00
Rene Ladan
ab5f5506bc net-mgmt/collectd5: remove optional dependency on expired multimedia/xmms 2018-12-21 14:21:26 +00:00
Sunpoet Po-Chuan Hsieh
7cdcf9aed1 Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		231008
Exp-run by:	antoine
2018-12-03 19:41:32 +00:00
Steve Wills
16c0911377 net-mgmt/collectd5: Update to 5.8.1
PR:		233079
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2018-11-09 16:05:53 +00:00
Luca Pizzamiglio
1e448a34b7 net-mgmt/collectd5: Add write_prometheus support
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.
2018-04-20 15:41:33 +00:00
Luca Pizzamiglio
39b92c41ed net-mgmt/collectd5: Fix varnish plugin build
PR:		225316
Approved by:	maintainer
Sponsored by:	trivago N.V.
2018-01-22 09:44:42 +00:00
Dag-Erling Smørgrav
ea0f1337b8 Add a patch that sends a probe packet to the server when setting up the
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
2017-11-29 13:12:24 +00:00
Thomas Zander
5f2e7b4cc3 Allow collectd to use python3 if optional python support is activated
PR:		222742
Submitted by:	mi@ALDAN.algebra.com
Approved by:	ports@bsdserwis.com (maintainer)
MFH:		2017Q4 (ports-secteam fix blanket)
2017-11-25 14:10:44 +00:00
Steve Wills
fc3b56ba75 net-mgmt/collectd5: update to 5.8.0
PR:		223789
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-11-21 18:40:25 +00:00
Dag-Erling Smørgrav
5b9c91a08f Enable the DEBUG, GCRYPT and PING options by default.
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
2017-09-13 14:55:45 +00:00
Olivier Cochard
8725c0f61e Update to 5.7.2
PR:		220797
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-07-17 13:38:04 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Gleb Smirnoff
7982d4ecad Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
2017-03-21 08:26:58 +00:00
Joseph Mingrone
ff55205c69 net-mgmt/collectd5: Update to version 5.7.1.
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
2017-02-09 00:44:42 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Steve Wills
d3db7ef1b8 net-mgmt/collectd5: update to 5.7.0
PR:		215731
Submitted by:	swills (myself)
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-01-04 13:22:01 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Jan Beich
aed0e3005c net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR:		213124
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-10-01 23:58:57 +00:00
Joseph Mingrone
29a8954d58 net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+
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
2016-09-28 02:27:03 +00:00
Joseph Mingrone
abc9855fa2 Update net-mgmt/collectd5 to version 5.6.0
- 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
2016-09-26 14:51:59 +00:00
Brad Davis
b9302029ab Update net-mgmt/collectd5 to 5.5.2
PR:		211613
Submitted by:	brd
Approved by:	ports-secteam (feld)
Security:	6da45e38-5b55-11e6-8859-000c292ee6b8
2016-08-08 15:50:17 +00:00
Niclas Zeising
307a70b894 Update databases/rrdtool to 1.6.0
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
2016-05-02 16:08:56 +00:00
Li-Wen Hsu
20272f124b - Enable write_tsdb output plugin
PR:		208738
Submitted by:	Davide D'Amico <davide.damico@gmail.com>
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-04-22 08:38:28 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mark Felder
b0d14ea699 net-mgmt/collectd5: enable interface plugin by default
The interface plugin no longer requires libstatgrab.

PR:		207564
Approved by:	maintainer
2016-03-14 22:55:48 +00:00
Guido Falsi
a10f160bc4 Add back part of a patch removed by mistake.
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>
2016-02-09 10:31:16 +00:00
Guido Falsi
ddfa3862af Remove uneeded patch file added by mistake.
PR:		206660
Reported by:	danfe
2016-02-03 15:54:30 +00:00
Guido Falsi
812ce75b52 - Update to 5.5.1
- Mark MONGODB option as BROKEN

PR:		206660
Submitted by:	ports at bsdserwis.com (maintainer)
2016-02-02 23:08:46 +00:00
Jason Unovitch
0563d9264f net-mgmt/collectd5: finish option helpers conversion
- 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)
2015-12-29 18:48:03 +00:00
Jason Unovitch
27d162df96 net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatability
- Fix copy/paste typo in XML_LIB_DEPENDS [1]
- Add patch for building with varnish4-4.1 and drop VARNISH_BROKEN [2]
- Bump PORTREVISION for package change with XML_LIB_DEPENDS option

PR:		204608 [1]
PR:		204583 [2]
Reported by:	rhavenn@rhavenn.net [1]
Submitted by:	feld [2]
Obtained from:	https://github.com/mfournier/collectd [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-11-17 00:57:09 +00:00
Mathieu Arnold
1637579b2c Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===>   collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1

Sponsored by:	Absolight
2015-11-16 16:20:42 +00:00
Jason Unovitch
29a5416063 net-mgmt/collectd5: partially convert to option helpers [1]
- 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]
2015-11-16 03:50:24 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Jason Unovitch
609c5adcf1 net-mgmt/collectd5: add support for write_kafka plugin
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)
2015-09-11 03:32:13 +00:00
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Brad Davis
44b1b87fa8 Opps, forgot to actually add the patch file to actually give us the new disk support!
PR:		202327
Approved by:	bdrewery (mentor)
2015-08-16 08:21:20 +00:00