The BIND plugin for net-mgmt/collectd only uses libcurl and libxml2 to parse BIND XML statistics over HTTP. This is documented upstream: http://www.collectd.org/wiki/index.php/Plugin:BIND#Dependencies At some point, the net-mgmt/collectd began checking for the presence of BIND, which is invalid. Additionally, it no longer registers dependencies against libcurl and libxml2. The change should be reverted back to the former port behavior. Fix: Apply the attached patch. Patch attached with submission follows:
Maintainer of net-mgmt/collectd, Please note that PR ports/157130 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157130 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hello, On Tue, May 17, 2011 at 10:30:21PM +0000, Edwin Groothuis wrote: > Maintainer of net-mgmt/collectd, > > Please note that PR ports/157130 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157130 > Yes, I approve this patch. It was discussed between me and Mr. Benjamin :) Greetings, -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is.
State Changed From-To: feedback->open Maintainer approved.
miwi 2011-06-26 05:03:09 UTC FreeBSD ports repository Modified files: net-mgmt/collectd Makefile Log: - Reenable BIND support PR: ports/157130 Submitted by: Benjamin Lee <ben@b1c1l1.com> Approved by: maintainer Revision Changes Path 1.27 +3 -12 ports/net-mgmt/collectd/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!