Bug 74431 - lang/perl5.8 assumes too many paths
Summary: lang/perl5.8 assumes too many paths
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: 2004-11-26 17:20 UTC by Frank J. Laszlo
Modified: 2005-02-02 09:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2004-11-26 17:20:23 UTC
	use.perl has paths to many things hardcoded into it. a few things being the location of make.conf,
	manpath.config, and the installed perl binary. It should at least respect __MAKE_CONF, and a fix should
	possible be written to not assume ANY paths. I have no patch for this at this time, I will however consider
	writing one if the maintainer likes. He has been CC'd on this PR.

How-To-Repeat: 	Set __MAKE_CONF to something other than /etc/make.conf and build lang/perl5.8, changes are not written to the
	proper make.conf
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2004-11-26 18:44:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Grab.
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2005-02-02 09:57:41 UTC
State Changed
From-To: open->closed

Both lang/perl5 and lang/perl5.8 now respect __MAKE_CONF.