From chrise@scardini.com  Mon Feb 18 07:48:37 2002
Return-Path: <chrise@scardini.com>
Received: from hronir.scardini.com (dsl-209-162-215-176.easystreet.com [209.162.215.176])
	by hub.freebsd.org (Postfix) with ESMTP id D9CFB37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2002 07:48:35 -0800 (PST)
Received: from uqbar.lan.scardini.com (uqbar.lan.scardini.com [192.168.2.100])
	by hronir.scardini.com (8.11.6/8.11.6) with ESMTP id g1IFjDK87717;
	Mon, 18 Feb 2002 07:45:13 -0800 (PST)
	(envelope-from chrise@scardini.com)
Received: (from chrise@localhost)
	by uqbar.lan.scardini.com (8.11.6/8.11.6) id g1IFjCf52117;
	Mon, 18 Feb 2002 07:45:12 -0800 (PST)
	(envelope-from chrise)
Message-Id: <200202181545.g1IFjCf52117@uqbar.lan.scardini.com>
Date: Mon, 18 Feb 2002 07:45:12 -0800 (PST)
From: Christopher Elkins <chrise@scardini.com>
Reply-To: Christopher Elkins <chrise@scardini.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: noway@nohow.demon.co.uk
Subject: Allow JDK version to be overridden in java/jaf port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35079
>Category:       ports
>Synopsis:       Allow JDK version to be overridden in java/jaf port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 07:50:00 PST 2002
>Closed-Date:    Tue May 07 15:15:14 PDT 2002
>Last-Modified:  Tue May 07 15:15:14 PDT 2002
>Originator:     Christopher Elkins
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD uqbar 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


	
>Description:
Use of JDK 1.1.8 is hard-coded in the Makefile. Short of editing the file,
there is no way to override it to use the actual installed JDK.
>How-To-Repeat:
	
>Fix:

diff -ruN jaf.orig/Makefile jaf/Makefile
--- jaf.orig/Makefile	Mon Feb 18 07:19:16 2002
+++ jaf/Makefile	Mon Feb 18 07:19:25 2002
@@ -18,7 +18,7 @@
 USE_ZIP=	YES
 
 WRKSRC=		${WRKDIR}/jaf-1.0.1
-JDK_VERSION=	1.1.8
+JDK_VERSION?=	1.1.8
 NO_BUILD=	yes
 NO_CDROM=	"See the license"
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: znerd 
State-Changed-When: Mon Mar 4 13:21:31 PST 2002 
State-Changed-Why:  
Asked originator to contact port maintainer. 


Responsible-Changed-From-To: freebsd-ports->znerd 
Responsible-Changed-By: znerd 
Responsible-Changed-When: Mon Mar 4 13:21:31 PST 2002 
Responsible-Changed-Why:  
I'll handle this. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35079 

From: Ernst de Haan <znerd@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, chrise@scardini.com
Cc:  
Subject: Re: ports/35079: Allow JDK version to be overridden in java/jaf port
Date: Mon, 4 Mar 2002 23:21:42 +0100

 Please pass this thru the maintainer of this port. If he decides it should 
 change, I'll be more than happy to commit the patch.
 
 Ernst
State-Changed-From-To: feedback->closed 
State-Changed-By: znerd 
State-Changed-When: Tue May 7 15:14:58 PDT 2002 
State-Changed-Why:  
Fix committed. 

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