On a system which has both the bundled perl and a port installed, and the port chosen as the default, the cyrus-imapd and cyrus-imapd2 ports will install their perl modules into the version-specific directory for the bundled perl instead of the port. Fix: Add '--with-perl=$(PERL)' to the CONFIGURE_ARGS in the ports' MAKEFILEs. How-To-Repeat: On a system which has the bundled perl installed: Install the perl 5.8.0 port use.perl port Install either the cyrus-imapd or the cyrus-imapd2 port Note from the installation logs, or by examining the directory trees that the Cyrus::* modules under /usr/local/lib/perl5/site_perl/5.005/i386-freebsd instead of /usr/local/lib/perl5/site_perl/5.8.0/mach/
Responsible Changed From-To: freebsd-ports->ume over to maintainer
State Changed From-To: open->closed Thanks! Committed.