Bug 59855

Summary: [PATCH] ethereal-0.9.16 uses adns
Product: Ports & Packages Reporter: Roman Neuhauser <neuhauser>
Component: Individual Port(s)Assignee: bill fumerola <billf>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net-ethereal-0.9.16-WITH_ADNS.patch
none
net-ethereal-0.10.0a-WITH_ADNS.patch none

Description Roman Neuhauser 2003-11-30 19:10:11 UTC
    Ethereal has a --with-adns switch. ./configure tests for presence of the
    library even if --with-adns is not specified, and if it finds it, the build
    fails later on because /usr/local/lib is not in -L.

    This PR supercedes ports/58954.

How-To-Repeat: 	cd /usr/ports/dns/adns && make install
    cd /usr/ports/net/ethereal && make install
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-30 19:12:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->billf

Over to maintainer.
Comment 2 Roman Neuhauser 2003-12-23 17:12:59 UTC
Since the port has been updated to 0.10.0a, here's an updated patch.

-- 
FreeBSD 4.8-STABLE
6:10PM up 5 days, 11:30, 11 users, load averages: 0.11, 0.07, 0.07
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2004-01-10 11:35:48 UTC
State Changed
From-To: open->closed

Commited, thanks!