Bug 84211 - net-mgmt/mrtg mistakingly deems IPv6 perl modules mandatory
Summary: net-mgmt/mrtg mistakingly deems IPv6 perl modules mandatory
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 09:00 UTC by Jeremy Chadwick
Modified: 2005-09-05 12:12 UTC (History)
0 users

See Also:


Attachments
file.diff (1.08 KB, patch)
2005-07-28 09:00 UTC, Jeremy Chadwick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2005-07-28 09:00:32 UTC
	The port mistakingly deems net/p5-IO-INET6 as a mandatory dependancy for
	mrtg.  This isn't the case; I took a look at the mrtg code, and support
	for IPv6 is optional, with proper perl code to detect if IPv6 modules
	are installed or not.

	Therefore, we should be honouring WITHOUT_IPV6 for this port.

Fix: Apply below patch.

How-To-Repeat: 	Should be obvious.
Comment 1 Lars Thegler freebsd_committer freebsd_triage 2005-07-28 16:07:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2005-09-05 12:12:01 UTC
State Changed
From-To: open->closed

Patch committed. Thanks!