pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

collectd: added more DISABLED_LIBS



Module Name:	pkgsrc-wip
Committed By:	Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By:	ef
Date:		Fri Jul 17 16:26:26 2020 +0200
Changeset:	8acba4a9481bfa8342861f3317a03ca17c605ed7

Modified Files:
	collectd/Makefile.common

Log Message:
collectd: added more DISABLED_LIBS

Added atasmart dpdk gps iptc jevents ldap microhttpd mosquitto netapp netsnmpagent pqos protobuf protobuf-c rdkafka udev xenctrl to DISABLED_LIBS.
Didn't sort them yet.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8acba4a9481bfa8342861f3317a03ca17c605ed7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 collectd/Makefile.common | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/collectd/Makefile.common b/collectd/Makefile.common
index 77559d2ada..023faa7b42 100644
--- a/collectd/Makefile.common
+++ b/collectd/Makefile.common
@@ -60,6 +60,7 @@ DISABLED_LIBS=		aquaero5 hiredis curl dbi esmtp ganglia gcrypt	\
 			netsnmp oping owcapi pcap perl pq python	\
 			rabbitmq routeros rrd sensors statgrab	\
 			tokyotyrant upsclient varnish xmms yajl
+DISABLED_LIBS+=		atasmart dpdk gps iptc jevents ldap microhttpd mosquitto netapp netsnmpagent pqos protobuf protobuf-c rdkafka udev xenctrl
 CONFIGURE_ARGS+=	--with-java=no --with-mic=no --with-oracle=no	\
 			--with-perl-bindings=no 			\
 			--disable-all-plugins


Home | Main Index | Thread Index | Old Index