[150756] trunk/dports/sysutils/collectd

ryandesign at macports.org ryandesign at macports.org
Wed Jul 27 18:39:04 PDT 2016


Revision: 150756
          https://trac.macports.org/changeset/150756
Author:   ryandesign at macports.org
Date:     2016-07-27 18:39:04 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
collectd: disable silent rules (#48118)

Modified Paths:
--------------
    trunk/dports/sysutils/collectd/Portfile
    trunk/dports/sysutils/collectd/files/dep-gen.sh

Modified: trunk/dports/sysutils/collectd/Portfile
===================================================================
--- trunk/dports/sysutils/collectd/Portfile	2016-07-28 01:17:16 UTC (rev 150755)
+++ trunk/dports/sysutils/collectd/Portfile	2016-07-28 01:39:04 UTC (rev 150756)
@@ -39,13 +39,16 @@
 use_autoreconf yes
 autoreconf.args --install --verbose --force
 
+configure.args \
+    --disable-silent-rules
+
 #######################################################
 # WARNING: This list is generated by files/dep-gen.sh #
 #          Take care when editing manually!           #
 #######################################################
 
 # enable all matches and targets, disable all other plugins
-configure.args \
+configure.args-append \
     --enable-match_empty_counter \
     --enable-match_hashed \
     --enable-match_regex \

Modified: trunk/dports/sysutils/collectd/files/dep-gen.sh
===================================================================
--- trunk/dports/sysutils/collectd/files/dep-gen.sh	2016-07-28 01:17:16 UTC (rev 150755)
+++ trunk/dports/sysutils/collectd/files/dep-gen.sh	2016-07-28 01:39:04 UTC (rev 150756)
@@ -163,7 +163,7 @@
 	[xmms]="port:xmms"
 )
 
-# list of useless modules on OS X
+# list of useless modules on macOS
 declare -A OSX_BLACKLIST
 OSX_BLACKLIST=(
 	[aquaero]=1		# requires libaquaero5, which is not available
@@ -188,7 +188,7 @@
 	[oracle]=1		# requires libclntsh, which is not available
 	[perfstat]=1	# AIX only
 	[ping]=1		# requires liboping, which is not available
-	[processes]=1	# No OS X support
+	[processes]=1	# No macOS support
 	[protocols]=1	# Linux only
 	[redis]=1		# requires libcredis, which is not available
 	[routeros]=1	# requires librouteros, which is not available
@@ -205,7 +205,7 @@
 	[zfs_arc]=1		# Solaris only
 )
 
-# list of standard modules on OS X
+# list of standard modules on macOS
 declare -a OSX_STANDARD
 OSX_STANDARD=(
 	aggregation
@@ -286,7 +286,7 @@
 echo
 
 echo "# enable all matches and targets, disable all other plugins"
-echo "configure.args \\"
+echo "configure.args-append \\"
 for option in ${OPTIONS_ENABLE[@]}; do
 	echo "    --enable-$option \\"
 done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/5d300a31/attachment.html>


More information about the macports-changes mailing list