Bug 44545

Summary: cyrus-imapd ports install using wrong version of perl
Product: Ports & Packages Reporter: Pat Lashley <patl+freebsd>
Component: Individual Port(s)Assignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pat Lashley 2002-10-27 20:10:01 UTC
	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/
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-11-07 17:04:49 UTC
Responsible Changed
From-To: freebsd-ports->ume

over to maintainer
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2003-04-28 20:03:36 UTC
State Changed
From-To: open->closed

Thanks!  Committed.