diff options
author | brd <brd@FreeBSD.org> | 2015-08-15 03:30:11 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2015-08-15 03:30:11 +0800 |
commit | 8c86f1488e58dc6a638001a5b9745f5bd673ded1 (patch) | |
tree | 7346bd24be77b167c688344e4d0e3fe6626a24c2 /net-mgmt/collectd5/Makefile | |
parent | 508778a90e0b67a7ed4ead9e933a48575b88293d (diff) | |
download | freebsd-ports-gnome-8c86f1488e58dc6a638001a5b9745f5bd673ded1.tar.gz freebsd-ports-gnome-8c86f1488e58dc6a638001a5b9745f5bd673ded1.tar.zst freebsd-ports-gnome-8c86f1488e58dc6a638001a5b9745f5bd673ded1.zip |
Add native disk metrics thanks to delphij, Ruben Kerkhof
<ruben@rubenkerkhof.com>, and myself. [1]
Fix Python option when building with debug enabled python [2]
PR: 202327 [1]
PR: 201773 [2]
Submitted by: brd [1]
Submitted by: Suraj Ravichandran <suraj@ixsystems.com> [2]
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer), bdrewery (mentor)
Diffstat (limited to 'net-mgmt/collectd5/Makefile')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index ca108cb51b0f..83c7e185da86 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.5.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://collectd.org/files/ \ http://collectd.org/files/ @@ -59,7 +60,7 @@ ROUTEROS_DESC= Enable routeros plugin RRDTOOL_DESC= Enable rrdtool plugin (also rrdcached plugin) SIGROK_DESC= Enable sigrok plugin SNMP_DESC= Enable SNMP plugin -STATGRAB_DESC= Enable statgrab-based plugins (disk, interface, etc) +STATGRAB_DESC= Enable statgrab-based plugins (interface, etc) STATSD_DESC= Enable statsd plugin TOKYOTYRANT_DESC= Enable tokyotyrant plugin VARNISH_DESC= Enable varnish 4.x cache statistics @@ -114,6 +115,7 @@ CONFIGURE_ARGS+= \ --enable-cpu \ --enable-csv \ --enable-df \ + --enable-disk \ --enable-dns \ --enable-email \ --enable-exec \ @@ -455,7 +457,6 @@ PLIST_SUB+= RRDTOOL="@comment " LIB_DEPENDS+= libstatgrab.so:${PORTSDIR}/devel/libstatgrab LIBS+= `pkg-config --libs libstatgrab` CONFIGURE_ARGS+=--with-libstatgrab=${LOCALBASE} \ - --enable-disk \ --enable-interface PLIST_SUB+= STATGRAB="" .else |