pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd-redis: also build write_redis, cleanup
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 17:27:35 2020 +0200
Changeset: 0183fc57a84d32f8fc53a465c5a57a4004769dac
Modified Files:
collectd-redis/DESCR
collectd-redis/Makefile
Log Message:
collectd-redis: also build write_redis, cleanup
Also build the write_redis plugin in collectd-redis.
Also, don't need USE_TOOLS+=gmake, USE_LIBTOOL=yes and MAKE_ENV+=DESTDIR=${DESTDIR} here.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0183fc57a84d32f8fc53a465c5a57a4004769dac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd-redis/DESCR | 2 +-
collectd-redis/Makefile | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diffs:
diff --git a/collectd-redis/DESCR b/collectd-redis/DESCR
index dc978118e9..d42edee436 100644
--- a/collectd-redis/DESCR
+++ b/collectd-redis/DESCR
@@ -1 +1 @@
-redis plugin for collectd
+redis plugins (redis, write_redis) for collectd
diff --git a/collectd-redis/Makefile b/collectd-redis/Makefile
index 9701373de6..cbbcfccd86 100644
--- a/collectd-redis/Makefile
+++ b/collectd-redis/Makefile
@@ -1,11 +1,7 @@
# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
COLLECTD_PACKAGE= redis
-COLLECTD_PLUGINS= redis
-
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-MAKE_ENV+= DESTDIR=${DESTDIR}
+COLLECTD_PLUGINS= redis write_redis
COMMENT= Statistics collection daemon - redis plugins
Home |
Main Index |
Thread Index |
Old Index