Bug 44545 - cyrus-imapd ports install using wrong version of perl
Summary: cyrus-imapd ports install using wrong version of perl
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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-27 20:10 UTC by Pat Lashley
Modified: 2003-04-28 20:04 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 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.