Bug 170835 - net/ifstated fails to build because of incorrect lib dependency
Summary: net/ifstated fails to build because of incorrect lib dependency
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: 2012-08-21 21:30 UTC by yehorov
Modified: 2012-10-30 16:55 UTC (History)
0 users

See Also:


Attachments
file.diff (503 bytes, patch)
2012-08-21 21:30 UTC, yehorov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yehorov 2012-08-21 21:30:09 UTC
Port net/ifstated depends on libevent library.
If devel/libevent2 is installed and devel/libevent is not installed make program assumes that required library is found but compiler can't find for header files.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-21 21:30:51 UTC
Maintainer of net/ifstated,

Please note that PR ports/170835 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/170835

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-21 21:30:54 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jim Riggs 2012-08-22 13:44:08 UTC
Approved.

Does this require a revision bump? The dependency isn't changing...just =
the way we are finding it.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-08-22 18:33:10 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2012-10-30 16:55:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!