From 5b9c91a08f94fc56d0b025cac333f9679ad701cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 13 Sep 2017 14:55:45 +0000 Subject: [PATCH] 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 --- net-mgmt/collectd5/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 7fe5bcaab72d..ed2ee4ed887c 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -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/ @@ -27,6 +28,8 @@ OPTIONS_GROUP_INPUT= CHRONY CURL CURL_JSON CURL_XML DBI IPMI JSON \ 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 CURL_DESC= Enable curl-based plugins (apache, nginx, etc)