View | Details | Raw Unified | Return to bug 202487 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/collectd5.new/Makefile 2015-08-28 23:00:46.651393000 +0200 (-3 / +12 lines)
Lines 3-9 Link Here
3
PORTNAME=      collectd
3
PORTNAME=      collectd
4
PORTVERSION=   5.5.0
4
PORTVERSION=   5.5.0
5
PORTREVISION=  1
5
PORTREVISION=  2
6
CATEGORIES=    net-mgmt
6
CATEGORIES=    net-mgmt
7
MASTER_SITES=  https://collectd.org/files/ \
7
MASTER_SITES=  https://collectd.org/files/ \
8
               http://collectd.org/files/
8
               http://collectd.org/files/
Lines 24-30 Link Here
24
OPTIONS_DEFINE=                CGI DEBUG GCRYPT LOGSTASH VIRT
24
OPTIONS_DEFINE=                CGI DEBUG GCRYPT LOGSTASH VIRT
25
OPTIONS_GROUP=         INPUT OUTPUT
25
OPTIONS_GROUP=         INPUT OUTPUT
26
OPTIONS_GROUP_OUTPUT=  RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP RIEMANN
26
OPTIONS_GROUP_OUTPUT=  RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP KAFKA RIEMANN
27
OPTIONS_GROUP_INPUT=   CURL DBI IPMI JSON MEMCACHEC MODBUS MONGODB MYSQL \
27
OPTIONS_GROUP_INPUT=   CURL DBI IPMI JSON MEMCACHEC MODBUS MONGODB MYSQL \
28
                       NUTUPS OLSRD ONEWIRE OPENLDAP PERL PGSQL PINBA PING \
28
                       NUTUPS OLSRD ONEWIRE OPENLDAP PERL PGSQL PINBA PING \
29
                       PYTHON RABBITMQ REDIS ROUTEROS SIGROK SNMP STATGRAB \
29
                       PYTHON RABBITMQ REDIS ROUTEROS SIGROK SNMP STATGRAB \
Lines 37-42 Link Here
37
GCRYPT_DESC=           Build with libgcrypt
37
GCRYPT_DESC=           Build with libgcrypt
38
IPMI_DESC=             Enable OpenIPMI plugin
38
IPMI_DESC=             Enable OpenIPMI plugin
39
JSON_DESC=             Enable JSON plugins
39
JSON_DESC=             Enable JSON plugins
40
KAFKA_DESC=            Enable write_kafka plugin
40
LOGSTASH_DESC=         Enable log_logstash plugin (requires json)
41
LOGSTASH_DESC=         Enable log_logstash plugin (requires json)
41
MEMCACHEC_DESC=                Enable memcachec plugin
42
MEMCACHEC_DESC=                Enable memcachec plugin
42
MODBUS_DESC=           Enable modbus plugin
43
MODBUS_DESC=           Enable modbus plugin
Lines 99-105 Link Here
99
               --without-libnetapp \
100
               --without-libnetapp \
100
               --without-libowcapi \
101
               --without-libowcapi \
101
               --without-libperfstat \
102
               --without-libperfstat \
102
               --without-librdkafka \
103
               --without-libsensors \
103
               --without-libsensors \
104
               --without-libvarnish \
104
               --without-libvarnish \
105
               --without-lvm \
105
               --without-lvm \
Lines 556-561 Link Here
556
PLIST_SUB+=    ZOOKEEPER="@comment "
556
PLIST_SUB+=    ZOOKEEPER="@comment "
557
.endif
557
.endif
558
.if ${PORT_OPTIONS:MKAFKA}
559
LIB_DEPENDS+=  librdkafka.so:${PORTSDIR}/net/librdkafka
560
CONFIGURE_ARGS+=--enable-write_kafka
561
PLIST_SUB+=    KAFKA=""
562
.else
563
CONFIGURE_ARGS+=--disable-write_kafka
564
PLIST_SUB+=    KAFKA="@comment "
565
.endif
566
558
INSTALL_TARGET=install-strip
567
INSTALL_TARGET=install-strip
559
SHEBANG_FILES= contrib/collection.cgi
568
SHEBANG_FILES= contrib/collection.cgi
(-)net-mgmt/collectd5.new/pkg-plist 2015-08-28 23:00:19.500394000 +0200 (+1 lines)
Lines 97-102 Link Here
97
lib/collectd/write_graphite.so
97
lib/collectd/write_graphite.so
98
%%CURL%%lib/collectd/write_http.so
98
%%CURL%%lib/collectd/write_http.so
99
lib/collectd/write_log.so
99
lib/collectd/write_log.so
100
%%KAFKA%%lib/collectd/write_kafka.so
100
%%MONGODB%%lib/collectd/write_mongodb.so
101
%%MONGODB%%lib/collectd/write_mongodb.so
101
%%REDIS%%lib/collectd/write_redis.so
102
%%REDIS%%lib/collectd/write_redis.so
102
%%RIEMANN%%lib/collectd/write_riemann.so
103
%%RIEMANN%%lib/collectd/write_riemann.so

Return to bug 202487