Bug 59855 - [PATCH] ethereal-0.9.16 uses adns
Summary: [PATCH] ethereal-0.9.16 uses adns
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: bill fumerola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 19:10 UTC by Roman Neuhauser
Modified: 2004-01-10 11:35 UTC (History)
0 users

See Also:


Attachments
net-ethereal-0.9.16-WITH_ADNS.patch (2.48 KB, patch)
2003-11-30 19:10 UTC, Roman Neuhauser
no flags Details | Diff
net-ethereal-0.10.0a-WITH_ADNS.patch (936 bytes, patch)
2003-12-23 17:12 UTC, Roman Neuhauser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!