Bug 157130 - net-mgmt/collectd BIND plugin dependency check is invalid
Summary: net-mgmt/collectd BIND plugin dependency check is invalid
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 23:30 UTC by ben
Modified: 2011-06-26 06:10 UTC (History)
0 users

See Also:


Attachments
file.diff (808 bytes, patch)
2011-05-17 23:30 UTC, ben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ben 2011-05-17 23:30:12 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-17 23:30:21 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-17 23:30:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Krzysztof 2011-05-18 08:47:29 UTC
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.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-05-19 12:18:26 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-06-26 06:03:18 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2011-06-26 06:03:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!