Bug 86132

Summary: Dependancy fixes for security/firewalk
Product: Ports & Packages Reporter: Jonathan <afarsec>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: scheidell
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
firewalk.diff none

Description Jonathan 2005-09-14 18:20:15 UTC
Michael Scheidell found and fixed two issues with libnet dependancies:
1. Firewalk port really depends on net/libnet-devel, but the check can be satisfied by net/libnet.
2. BIOCIMMEDIATE is undefined in some cases.

The first problem is fixed by depending on an include file that is present only in net/libnet-devel.
I couldn't reproduce the second problem, but the fix seems harmless so I'm including it.

Comitter, don't forget to add Michael Scheidell scheidell<at>secnap.com to the "Additional FreeBSD Contributors" of the "FreeBSD Contributors" article.

Thanks, Michael.

How-To-Repeat: Install net/libnet.
Install security/firewalk
Observe.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-09-15 12:15:03 UTC
State Changed
From-To: open->closed

Committed, thanks!