View | Details | Raw Unified | Return to bug 213124
Collapse All | Expand All

(-)net-mgmt/collectd5.new/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	collectd
4
PORTNAME=	collectd
5
PORTVERSION=	5.6.0
5
PORTVERSION=	5.6.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	https://collectd.org/files/ \
8
MASTER_SITES=	https://collectd.org/files/ \
9
		http://collectd.org/files/
9
		http://collectd.org/files/
Lines 224-230 Link Here
224
REDIS_CONFIGURE_ENABLE=		redis write_redis
224
REDIS_CONFIGURE_ENABLE=		redis write_redis
225
REDIS_CONFIGURE_WITH=		libhiredis=${LOCALBASE}
225
REDIS_CONFIGURE_WITH=		libhiredis=${LOCALBASE}
226
226
227
RIEMANN_LIB_DEPENDS=		libprotobuf-c.so:devel/protobuf-c
227
RIEMANN_LIB_DEPENDS=		libriemann-client.so:devel/riemann-c-client
228
RIEMANN_CONFIGURE_ENABLE=	write_riemann
228
RIEMANN_CONFIGURE_ENABLE=	write_riemann
229
229
230
ROUTEROS_LIB_DEPENDS=		librouteros.so:net/librouteros
230
ROUTEROS_LIB_DEPENDS=		librouteros.so:net/librouteros
(-)net-mgmt/collectd5.new/files/patch-src_zfs__arc.c (+10 lines)
Line 0 Link Here
1
--- src/zfs_arc.c.orig	2016-09-11 08:10:25 UTC
2
+++ src/zfs_arc.c
3
@@ -314,7 +314,6 @@ static int za_read (void)
4
 	za_read_derive (ksp, "demand_data_misses",       "cache_result", "demand_data-miss");
5
 	za_read_derive (ksp, "demand_metadata_misses",   "cache_result", "demand_metadata-miss");
6
 	za_read_derive (ksp, "prefetch_data_misses",     "cache_result", "prefetch_data-miss");
7
-	za_read_derive (ksp, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss");
8
 	za_read_derive (ksp, "mfu_hits",                 "cache_result", "mfu-hit");
9
 	za_read_derive (ksp, "mfu_ghost_hits",           "cache_result", "mfu_ghost-hit");
10
 	za_read_derive (ksp, "mru_hits",                 "cache_result", "mru-hit");

Return to bug 213124