diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-20 03:02:07 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-20 03:02:07 +0000 |
commit | 28f601c5bd2069a6913bdba0c0efec09db4d47e9 (patch) | |
tree | 25e5d02fad465cff667b32e6bc10a5fe9b93f1fe /net-mgmt/collectd5/files/patch-src__zfs_arc.c | |
parent | - Remove empty file, missed in previous big commit (diff) |
- Update to 5.3.0
- Switch to dependency based OPTIONS list
PR: ports/179663
Submitted by: Kimo <kimor79@yahoo.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=321346
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src__zfs_arc.c')
-rw-r--r-- | net-mgmt/collectd5/files/patch-src__zfs_arc.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mgmt/collectd5/files/patch-src__zfs_arc.c b/net-mgmt/collectd5/files/patch-src__zfs_arc.c index c8af7b8774e2..1559f94d3ab0 100644 --- a/net-mgmt/collectd5/files/patch-src__zfs_arc.c +++ b/net-mgmt/collectd5/files/patch-src__zfs_arc.c @@ -1,20 +1,3 @@ -diff --git configure.in configure.in -index 4660787..54fd9d8 100644 ---- configure.in -+++ configure.in -@@ -4843,6 +4843,12 @@ then - plugin_users="yes" - fi - -+# FreeBSD -+if test "x$have_struct_kinfo_proc_freebsd" = "xyes" -+then -+ plugin_zfs_arc="yes" -+fi -+ - m4_divert_once([HELP_ENABLE], [ - collectd plugins:]) - diff --git src/zfs_arc.c src/zfs_arc.c index aa90019..17e8513 100644 --- src/zfs_arc.c |