Re-wrote collectd references from sysutils to wip

Re-wrote all file references in collectd .include statements and "use by"-comments that pointed to sysutils to now point to wip.
This commit is contained in:
Edgar Fuß 2020-07-17 14:35:45 +02:00
parent 75cfdca358
commit f3de9c55e3
19 changed files with 37 additions and 37 deletions

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= amqp
COMMENT= Statistics collection daemon - amqp plugin
PKGREVISION= 3
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-librabbitmq=${BUILDLINK_PREFIX.rabbitmq-c}

View File

@ -6,7 +6,7 @@ COLLECTD_PLUGINS= curl curl_json curl_xml apache bind nginx write_http
COMMENT= Statistics collection daemon - curl-based plugins
PKGREVISION= 15
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libcurl=${BUILDLINK_PREFIX.curl}
CONFIGURE_ARGS+= --with-libyajl=${BUILDLINK_PREFIX.yajl}

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= dbi
COMMENT= Statistics collection daemon - dbi plugin
PKGREVISION= 2
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libdbi=${BUILDLINK_PREFIX.libdbi}

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= dns
COMMENT= Statistics collection daemon - dns plugin
PKGREVISION= 3
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}

View File

@ -6,7 +6,7 @@ COLLECTD_PLUGINS= lua
COMMENT= Statistics collection daemon - lua plugin
PKGREVISION= 2
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --enable-lua

View File

@ -6,7 +6,7 @@ COLLECTD_PLUGINS= memcachec memcached
COMMENT= Statistics collection daemon - memcached plugins
PKGREVISION= 2
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libmemcached=${BUILDLINK_PREFIX.libmemcached}

View File

@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${MYSQL_VERSION}/}
PKGREVISION= 2
COMMENT= Statistics collection daemon - mysql plugin
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libmysql=${BUILDLINK_PREFIX.mysql-client}

View File

@ -4,7 +4,7 @@ COLLECTD_PACKAGE= network
COMMENT= Statistics collection daemon - network plugin
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libgcrypt=${BUILDLINK_PREFIX.libgcrypt}/bin/libgcrypt-config

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= notify-email
COMMENT= Statistics collection daemon - notify_email plugin
PKGREVISION= 3
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libesmtp=${BUILDLINK_PREFIX.libesmtp}

View File

@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${PGSQL_VERSION}/}
PKGREVISION= 2
COMMENT= Statistics collection daemon - postgresql plugin
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libpq=${PGSQL_PREFIX}

View File

@ -9,7 +9,7 @@ MAKE_ENV+= DESTDIR=${DESTDIR}
COMMENT= Statistics collection daemon - redis plugins
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libhires=${BUILDLINK_PREFIX.hiredis}

View File

@ -6,7 +6,7 @@ COLLECTD_PLUGINS= write_riemann
COMMENT= Statistics collection daemon - riemann plugin
PKGREVISION= 7
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
.include "../../devel/protobuf-c/buildlink3.mk"
.include "../../sysutils/riemann-client/buildlink3.mk"

View File

@ -6,7 +6,7 @@ COLLECTD_PLUGINS= rrdtool rrdcached
COMMENT= Statistics collection daemon - rrdtool plugins
PKGREVISION= 9
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-librrd=${BUILDLINK_PREFIX.rrdtool}

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= snmp
COMMENT= Statistics collection daemon - snmp plugin
PKGREVISION= 3
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libnetsnmp=${BUILDLINK_PREFIX.net-snmp}/bin/net-snmp-config

View File

@ -5,7 +5,7 @@ COLLECTD_PACKAGE= write_prometheus
COMMENT= Statistics collection daemon - write_prometheus plugin
PKGREVISION= 7
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
.include "../../devel/protobuf-c/buildlink3.mk"
.include "../../www/libmicrohttpd/buildlink3.mk"

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.26 2020/07/05 13:57:32 he Exp $
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
PKGREVISION= 4

View File

@ -1,21 +1,21 @@
# $NetBSD: Makefile.common,v 1.24 2020/06/02 11:12:05 nia Exp $
#
# used by sysutils/collectd/Makefile
# used by sysutils/collectd-amqp/Makefile
# used by sysutils/collectd-curl/Makefile
# used by sysutils/collectd-dbi/Makefile
# used by sysutils/collectd-dns/Makefile
# used by sysutils/collectd-memcached/Makefile
# used by sysutils/collectd-mysql/Makefile
# used by sysutils/collectd-network/Makefile
# used by sysutils/collectd-notify-email/Makefile
# used by sysutils/collectd-postgresql/Makefile
# used by sysutils/collectd-riemann/Makefile
# used by sysutils/collectd-rrdtool/Makefile
# used by sysutils/collectd-snmp/Makefile
# used by sysutils/collectd-write_prometheus/Makefile
# used by sysutils/p5-collectd/Makefile
# used by sysutils/py-collectd/Makefile
# used by wip/collectd/Makefile
# used by wip/collectd-amqp/Makefile
# used by wip/collectd-curl/Makefile
# used by wip/collectd-dbi/Makefile
# used by wip/collectd-dns/Makefile
# used by wip/collectd-memcached/Makefile
# used by wip/collectd-mysql/Makefile
# used by wip/collectd-network/Makefile
# used by wip/collectd-notify-email/Makefile
# used by wip/collectd-postgresql/Makefile
# used by wip/collectd-riemann/Makefile
# used by wip/collectd-rrdtool/Makefile
# used by wip/collectd-snmp/Makefile
# used by wip/collectd-write_prometheus/Makefile
# used by wip/p5-collectd/Makefile
# used by wip/py-collectd/Makefile
DISTNAME= collectd-5.8.0
MASTER_SITES= http://collectd.org/files/
@ -32,13 +32,13 @@ USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config
USE_LANGUAGES= c c99 c++
DISTINFO_FILE= ${.CURDIR}/../../sysutils/collectd/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/collectd/patches
DISTINFO_FILE= ${.CURDIR}/../../wip/collectd/distinfo
PATCHDIR= ${.CURDIR}/../../wip/collectd/patches
.if !empty(COLLECTD_PACKAGE)
PKGNAME?= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}/}
DEPENDS+= collectd>=${PKGVERSION_NOREV}:../../sysutils/collectd
DEPENDS+= collectd>=${PKGVERSION_NOREV}:../../wip/collectd
COLLECTD_PLUGINS?= ${COLLECTD_PACKAGE:S/-/_/}

View File

@ -6,7 +6,7 @@ COLLECTD_PACKAGE= perl
COMMENT= Statistics collection daemon - perl plugin
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
USE_TOOLS+= perl

View File

@ -6,7 +6,7 @@ COLLECTD_PACKAGE= python
COMMENT= Statistics collection daemon - python plugin
.include "../../sysutils/collectd/Makefile.common"
.include "../../wip/collectd/Makefile.common"
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ENV+= PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config