pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd: PKG_SUGGESTED_OPTIONS=, not +=
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 16:53:56 2020 +0200
Changeset: 096f2faf8ba246e21773eea7398acffe84983426
Modified Files:
collectd/options.mk
Log Message:
collectd: PKG_SUGGESTED_OPTIONS=, not +=
Use =, not +=, for the first assignement to PKG_SUGGESTED_OPTIONS.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=096f2faf8ba246e21773eea7398acffe84983426
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/collectd/options.mk b/collectd/options.mk
index 3c6f21b90e..2782c398f2 100644
--- a/collectd/options.mk
+++ b/collectd/options.mk
@@ -2,7 +2,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.collectd
PKG_SUPPORTED_OPTIONS= cpu df interface load memory syslog uptime
-PKG_SUGGESTED_OPTIONS+= cpu df interface load memory syslog uptime
+PKG_SUGGESTED_OPTIONS= cpu df interface load memory syslog uptime
PKG_SUPPORTED_OPTIONS.NetBSD+= contextswitch disk entropy irq pf netstat_udp
PKG_SUPPORTED_OPTIONS.NetBSD+= swap tcpconns users processes
Home |
Main Index |
Thread Index |
Old Index