aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch that sends a probe packet to the server when setting up theDag-Erling Smørgrav2017-11-293-0/+33
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=455109
* Allow collectd to use python3 if optional python support is activatedThomas Zander2017-11-251-1/+2
| | | | | | | | | | PR: 222742 Submitted by: mi@ALDAN.algebra.com Approved by: ports@bsdserwis.com (maintainer) MFH: 2017Q4 (ports-secteam fix blanket) Notes: svn path=/head/; revision=454882
* net-mgmt/collectd5: update to 5.8.0Steve Wills2017-11-2117-358/+279
| | | | | | | | PR: 223789 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=454647
* Enable the DEBUG, GCRYPT and PING options by default.Dag-Erling Smørgrav2017-09-131-0/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=449798
* Update to 5.7.2Olivier Cochard2017-07-172-5/+4
| | | | | | | | PR: 220797 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Notes: svn path=/head/; revision=446072
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereGleb Smirnoff2017-03-212-0/+19
| | | | | | | stopped being exported. Notes: svn path=/head/; revision=436572
* net-mgmt/collectd5: Update to version 5.7.1.Joseph Mingrone2017-02-097-39/+41
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433704
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-112-11/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* net-mgmt/collectd5: update to 5.7.0Steve Wills2017-01-047-47/+47
| | | | | | | | | PR: 215731 Submitted by: swills (myself) Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=430555
* Do not redefine DEBUG_DESC when its meaning more or less matches the defaultAlexey Dokuchaev2016-10-281-1/+0
| | | | | | | | option description. Those ports where it meant something more specific were left untouched. Notes: svn path=/head/; revision=424875
* net-mgmt/collectd5: update write_riemann and fix zfs_arc pluginsJan Beich2016-10-012-3/+13
| | | | | | | | PR: 213124 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=423097
* net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+Joseph Mingrone2016-09-281-1/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=422845
* Update net-mgmt/collectd5 to version 5.6.0Joseph Mingrone2016-09-2615-292/+86
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422778
* Update net-mgmt/collectd5 to 5.5.2Brad Davis2016-08-084-14/+13
| | | | | | | | | | PR: 211613 Submitted by: brd Approved by: ports-secteam (feld) Security: 6da45e38-5b55-11e6-8859-000c292ee6b8 Notes: svn path=/head/; revision=419862
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=414458
* - Enable write_tsdb output pluginLi-Wen Hsu2016-04-222-2/+7
| | | | | | | | | PR: 208738 Submitted by: Davide D'Amico <davide.damico@gmail.com> Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=413766
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-35/+35
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net-mgmt/collectd5: enable interface plugin by defaultMark Felder2016-03-142-9/+4
| | | | | | | | | | The interface plugin no longer requires libstatgrab. PR: 207564 Approved by: maintainer Notes: svn path=/head/; revision=411129
* Add back part of a patch removed by mistake.Guido Falsi2016-02-092-0/+116
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=408548
* Remove uneeded patch file added by mistake.Guido Falsi2016-02-031-1041/+0
| | | | | | | | PR: 206660 Reported by: danfe Notes: svn path=/head/; revision=407956
* - Update to 5.5.1Guido Falsi2016-02-0217-1207/+1175
| | | | | | | | | | - Mark MONGODB option as BROKEN PR: 206660 Submitted by: ports at bsdserwis.com (maintainer) Notes: svn path=/head/; revision=407901
* net-mgmt/collectd5: finish option helpers conversionJason Unovitch2015-12-291-20/+8
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=404774
* net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatabilityJason Unovitch2015-11-172-3/+808
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=401796
* Fix building WITH=MONGODBMathieu Arnold2015-11-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=401776
* net-mgmt/collectd5: partially convert to option helpers [1]Jason Unovitch2015-11-161-392/+167
| | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=401750
* Drop 8 support.Mathieu Arnold2015-10-152-11/+2
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* net-mgmt/collectd5: add support for write_kafka pluginJason Unovitch2015-09-112-5/+15
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=396645
* - Bump PORTREVISION after libzip updateMax Brazhnikov2015-08-281-1/+1
| | | | Notes: svn path=/head/; revision=395464
* Opps, forgot to actually add the patch file to actually give us the new disk ↵Brad Davis2015-08-161-0/+385
| | | | | | | | | | support! PR: 202327 Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=394392
* Add native disk metrics thanks to delphij, Ruben KerkhofBrad Davis2015-08-144-12/+93
| | | | | | | | | | | | | | | <ruben@rubenkerkhof.com>, and myself. [1] Fix Python option when building with debug enabled python [2] PR: 202327 [1] PR: 201773 [2] Submitted by: brd [1] Submitted by: Suraj Ravichandran <suraj@ixsystems.com> [2] Approved by: Krzysztof <ports@bsdserwis.com> (maintainer), bdrewery (mentor) Notes: svn path=/head/; revision=394253
* net-mgmt/collectd5: update 5.4.2 -> 5.5.0Jason Unovitch2015-08-1117-152/+228
| | | | | | | | | | PR: 201514 Submitted by: ports@bsdserwis.com (maintainer) Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D3245 Notes: svn path=/head/; revision=393930
* Add shebangfix to update collection.cgi with the Perl path.Brad Davis2015-06-081-2/+3
| | | | | | | | PR: 200651 Approved by: ports@bsdserwis.com (maintainer), bdrewery (mentor) Notes: svn path=/head/; revision=388844
* Switch the perl CGI dependency from p5-CGI.pm to p5-CGI.Adam Weinberger2015-04-251-2/+2
| | | | Notes: svn path=/head/; revision=384741
* Fix broken curl_xml plugin.Dmitry Sivachenko2015-03-281-0/+11
| | | | | | | | | Obtained from upstream (https://github.com/collectd/collectd/issues/931) Approved by: maintainer Notes: svn path=/head/; revision=382553
* Add new OPTION for Varnish plugin support;Dmitry Sivachenko2015-03-282-2/+16
| | | | | | | | | | Fix plist entries for several plugins; PR: 198659 Submitted by: maintainer Notes: svn path=/head/; revision=382551
* Update net-mgmt/collectd5 to 5.4.2Brad Davis2015-03-034-31/+19
| | | | | | | | | PR: 198205 Submitted by: brd Approved by: zi (mentor) Notes: svn path=/head/; revision=380381
* Require python version 2, because it dumps core with python3:Dmitry Sivachenko2015-01-121-1/+1
| | | | | | | | | | | | # collectd -f Fatal Python error: no mem for sys.argv ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff] Abort (core dumped) Approved by: maintainer Notes: svn path=/head/; revision=376888
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* databases/libmemcached: Update to 1.0.18 and much moreKubilay Kocak2014-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) Notes: svn path=/head/; revision=374511
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* - update libvirt to 1.2.10Jason Helfman2014-11-041-1/+1
| | | | | | | - chase shared library bump Notes: svn path=/head/; revision=372162
* Fix packagingAntoine Brodin2014-11-011-1/+1
| | | | Notes: svn path=/head/; revision=372043
* Simplify plistBaptiste Daroussin2014-10-311-20/+5
| | | | Notes: svn path=/head/; revision=371967
* - update libvirt,py-libvirt,libvirt-glib to 0.1.9Jason Helfman2014-10-291-1/+1
| | | | | | | | | | | - shift var from ${PREFIX} to /var - bump shared libs of dep. port PR: 192441 (based on) Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=371717
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* - Replace USE_AUTOTOOLS with USES=autoreconfTijl Coosemans2014-10-031-5/+3
| | | | | | | - Move BUILD_DEPENDS up Notes: svn path=/head/; revision=369935
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+3
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* - Fix build with GCRYPT option by taking out -WerrorTijl Coosemans2014-09-022-17/+3
| | | | | | | | | - Remove patches to Makefile.in and aclocal.m4 because they are regenerated Reported by: xjflyttp@gmail.com Notes: svn path=/head/; revision=366979