Date: Wed, 13 Sep 2017 14:55:45 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449798 - head/net-mgmt/collectd5 Message-ID: <201709131455.v8DEtjVq069144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Wed Sep 13 14:55:45 2017 New Revision: 449798 URL: https://svnweb.freebsd.org/changeset/ports/449798 Log: 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 Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Wed Sep 13 14:45:29 2017 (r449797) +++ head/net-mgmt/collectd5/Makefile Wed Sep 13 14:55:45 2017 (r449798) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.7.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://collectd.org/files/ \ http://collectd.org/files/ @@ -26,6 +27,8 @@ OPTIONS_GROUP_INPUT= CHRONY CURL CURL_JSON CURL_XML DB PERL PGSQL PINBA PING PYTHON RABBITMQ REDIS ROUTEROS \ SIGROK SNMP STATSD TOKYOTYRANT VARNISH XML \ XMMS ZOOKEEPER + +OPTIONS_DEFAULT= DEBUG GCRYPT PING CGI_DESC= Install collection.cgi (requires rrdtool) CHRONY_DESC= Enable chronyd plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709131455.v8DEtjVq069144>