From glewis@misty.eyesbeyond.com  Thu Jan 30 03:14:15 2003
Return-Path: <glewis@misty.eyesbeyond.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 60B3737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 03:14:15 -0800 (PST)
Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD95543F93
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Jan 2003 03:14:14 -0800 (PST)
	(envelope-from glewis@misty.eyesbeyond.com)
Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1)
	id 18eCe6-0000FG-03
	for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Jan 2003 04:14:14 -0700
Received: from [207.135.128.145] (helo=misty.eyesbeyond.com)
	by mgr3.xmission.com with esmtp (Exim 3.35 #1)
	id 18eCe5-0000En-03
	for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Jan 2003 04:14:14 -0700
Received: (from glewis@localhost)
	by misty.eyesbeyond.com (8.11.6/8.11.6) id h0UBEBT21514;
	Thu, 30 Jan 2003 21:44:11 +1030 (CST)
	(envelope-from glewis)
Message-Id: <200301301114.h0UBEBT21514@misty.eyesbeyond.com>
Date: Thu, 30 Jan 2003 21:44:11 +1030 (CST)
From: Greg Lewis <glewis@eyesbeyond.com>
Reply-To: Greg Lewis <glewis@eyesbeyond.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: jdk13 doesn't respect LOCALBASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47668
>Category:       java
>Synopsis:       jdk13 doesn't respect LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 03:20:02 PST 2003
>Closed-Date:    Fri Feb 28 09:19:36 PST 2003
>Last-Modified:  Fri Feb 28 09:19:36 PST 2003
>Originator:     Greg Lewis
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
Eyesbeyond Information Technology
>Environment:
System: FreeBSD misty.eyesbeyond.com 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Tue Apr 2 15:20:57 CST 2002 root@:/usr/src/sys/compile/MISTY i386


>Description:
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.

>How-To-Repeat:

Build the jdk13 port on a system with LOCALBASE set to other than 
/usr/local/bin

>Fix:

We need to patch Defs-bsd.gmk during the build process and set
DEVTOOLS_PATH to the current setting of LOCALBASE.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-java->glewis 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Thu Jan 30 03:35:02 PST 2003 
Responsible-Changed-Why:  
My PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47668 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Fri Feb 28 09:19:19 PST 2003 
State-Changed-Why:  
Committed a fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47668 
>Unformatted:
