Bug 33212 - perl5 port fails to register dependency on iconv
Summary: perl5 port fails to register dependency on iconv
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: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-26 21:30 UTC by Vivek Khera
Modified: 2002-06-02 22:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek Khera 2001-12-26 21:30:02 UTC
	

i built perl5 and packaged it on one system which had iconv-2.0_1 port
installed.  the package installed fine on another machine, but perl
failed to run since it required the libiconv.so.2 library.  installing
the package for iconv-2.0_1 let perl run again.

Fix: 

add iconv to the list of run-time depends for perl5, if it is detected during 
build.
How-To-Repeat: 	

as above.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-26 21:56:10 UTC
Responsible Changed
From-To: freebsd-ports->tobez

Over to maintainer
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2002-06-02 22:22:48 UTC
State Changed
From-To: open->closed

Committed a different fix.