Bug 47668 - jdk13 doesn't respect LOCALBASE
Summary: jdk13 doesn't respect LOCALBASE
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 4.5-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-30 11:20 UTC by Greg Lewis
Modified: 2003-02-28 17:19 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 Greg Lewis 2003-01-30 11:20:02 UTC
Mail from Mike Meyer <mwm-dated-1044336154.329122@mired.org>:

	The file make/common/Defs-bsd.gmk sets DEVTOOLS_PATH to
	/usr/local/bin. This isn't correct on systems that have LOCALBASE
	pointed somewhere else, and causes the build to fail when it can't
	find gm4 on such systems.
              
	I don't have a generic fix for this; I just changed the patchfile to
	set it to the correct path for my system. Sorry.

Fix: 

We need to patch Defs-bsd.gmk during the build process and set
DEVTOOLS_PATH to the current setting of LOCALBASE.
How-To-Repeat: 
Build the jdk13 port on a system with LOCALBASE set to other than 
/usr/local/bin
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-01-30 11:35:02 UTC
Responsible Changed
From-To: freebsd-java->glewis

My PR
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2003-02-28 17:19:19 UTC
State Changed
From-To: open->closed

Committed a fix.