diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-13 22:18:07 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-13 22:18:07 +0000 |
commit | ae655e5d4af7e69d3921ce2ea5ee85460e18191f (patch) | |
tree | 1771dac0febe4c4e3c87b87bc9722067f1c8ab0f /net-mgmt/collectd5/files/patch-configure.in | |
parent | - Allow not selecting INPUT/OUTPUT so RRDTOOL is not required (diff) |
- Add additional plugins - ipmi, table, notify_email, varnish [1]
- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required [2]
PR: ports/174953 [1]
PR: ports/174903 [2]
Submitted by: Eric Freeman <freebsdports@chillibear.com> [1]
Submitted by: bdrewery [2]
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=310343
Diffstat (limited to 'net-mgmt/collectd5/files/patch-configure.in')
-rw-r--r-- | net-mgmt/collectd5/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/files/patch-configure.in b/net-mgmt/collectd5/files/patch-configure.in index f34d0762fed9..5b5252dcf09b 100644 --- a/net-mgmt/collectd5/files/patch-configure.in +++ b/net-mgmt/collectd5/files/patch-configure.in @@ -64,6 +64,17 @@ AC_CHECK_FUNC(PyObject_CallFunction, [with_python="yes"], +--- configure.in.orig 2013-01-03 17:07:22.000000000 +0000 ++++ configure.in 2013-01-03 17:07:58.000000000 +0000 +@@ -4057,7 +4057,7 @@ + then + AC_MSG_NOTICE([Not checking for libvarnish: Manually configured]) + with_libvarnish_cflags="-I$withval/include" +- with_libvarnish_libs="-L$withval/lib -lvarnish -lvarnishcompat -lvarnishapi" ++ with_libvarnish_libs="-L$withval/lib/varnish -lvarnish -lvarnishcompat -lvarnishapi" + with_libvarnish="yes" + fi; fi; fi + ], @@ -4580,6 +4583,12 @@ plugin_zfs_arc="yes" fi |