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.
Responsible Changed From-To: freebsd-ports->tobez Over to maintainer
State Changed From-To: open->closed Committed a different fix.