Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2016 23:58:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423097 - in head/net-mgmt/collectd5: . files
Message-ID:  <201610012358.u91NwveU074922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct  1 23:58:57 2016
New Revision: 423097
URL: https://svnweb.freebsd.org/changeset/ports/423097

Log:
  net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
  
  PR:		213124
  Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)

Added:
  head/net-mgmt/collectd5/files/patch-src_zfs__arc.c   (contents, props changed)
Modified:
  head/net-mgmt/collectd5/Makefile   (contents, props changed)

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Sat Oct  1 23:34:12 2016	(r423096)
+++ head/net-mgmt/collectd5/Makefile	Sat Oct  1 23:58:57 2016	(r423097)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://collectd.org/files/ \
 		http://collectd.org/files/
@@ -62,7 +62,7 @@ PING_DESC=		Enable ping plugin
 PYTHON_DESC=		Enable python-based plugins
 RABBITMQ_DESC=		Enable rabbitmq-based plugins
 REDIS_DESC=		Enable redis-based plugins
-RIEMANN_DESC=		Enable write_riemann plugin (via protobuf-c)
+RIEMANN_DESC=		Enable write_riemann plugin (via riemann-c-client)
 ROUTEROS_DESC=		Enable routeros plugin
 RRDTOOL_DESC=		Enable rrdtool plugin (also rrdcached plugin)
 SIGROK_DESC=		Enable sigrok plugin
@@ -224,7 +224,7 @@ REDIS_LIB_DEPENDS=		libhiredis.so:databa
 REDIS_CONFIGURE_ENABLE=		redis write_redis
 REDIS_CONFIGURE_WITH=		libhiredis=${LOCALBASE}
 
-RIEMANN_LIB_DEPENDS=		libprotobuf-c.so:devel/protobuf-c
+RIEMANN_LIB_DEPENDS=		libriemann-client.so:net-mgmt/riemann-c-client
 RIEMANN_CONFIGURE_ENABLE=	write_riemann
 
 ROUTEROS_LIB_DEPENDS=		librouteros.so:net/librouteros

Added: head/net-mgmt/collectd5/files/patch-src_zfs__arc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/collectd5/files/patch-src_zfs__arc.c	Sat Oct  1 23:58:57 2016	(r423097)
@@ -0,0 +1,10 @@
+--- src/zfs_arc.c.orig	2016-09-11 08:10:25 UTC
++++ src/zfs_arc.c
+@@ -314,7 +314,6 @@ static int za_read (void)
+ 	za_read_derive (ksp, "demand_data_misses",       "cache_result", "demand_data-miss");
+ 	za_read_derive (ksp, "demand_metadata_misses",   "cache_result", "demand_metadata-miss");
+ 	za_read_derive (ksp, "prefetch_data_misses",     "cache_result", "prefetch_data-miss");
+-	za_read_derive (ksp, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss");
+ 	za_read_derive (ksp, "mfu_hits",                 "cache_result", "mfu-hit");
+ 	za_read_derive (ksp, "mfu_ghost_hits",           "cache_result", "mfu_ghost-hit");
+ 	za_read_derive (ksp, "mru_hits",                 "cache_result", "mru-hit");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610012358.u91NwveU074922>