Bug 47668

Summary: jdk13 doesn't respect LOCALBASE
Product: Base System Reporter: Greg Lewis <glewis>
Component: javaAssignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.5-RELEASE   
Hardware: Any   
OS: Any   

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.