Bug 94672 - [MAINTAINER]: Add libxml2 dependency to net/ntop
Summary: [MAINTAINER]: Add libxml2 dependency to net/ntop
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 02:50 UTC by Wesley Shields
Modified: 2006-03-22 19:26 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2006-03-19 02:50 UTC, Wesley Shields
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wesley Shields 2006-03-19 02:50:14 UTC
As was pointed out to me by Andy Wettstein (ajw at physics.umn.edu)
building the ntop package on a machine that has libxml2 already
installed, and then installing that package on a machine without libxml2
causes ntop to not start with the following message:

/libexec/ld-elf.so.1: Shared object "libxml2.so.5" not found, required by
"ntop"

To solve this I've added a dependency on textproc/libxml2.  This does
not unbreak the XMLDUMP option, however.

The patch is attached, and thanks to Andy for pointing this out.

How-To-Repeat: N/A
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-22 15:22:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-22 19:26:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!