From ernst@localhost.jollem.com  Wed Aug  7 13:25:42 2002
Return-Path: <ernst@localhost.jollem.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1685637B400; Wed,  7 Aug 2002 13:25:42 -0700 (PDT)
Received: from localhost.jollem.com (uds94-45.dial.hccnet.nl [62.251.45.94])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5142F43E7B; Wed,  7 Aug 2002 13:25:40 -0700 (PDT)
	(envelope-from ernst@localhost.jollem.com)
Received: (from ernst@localhost)
	by localhost.jollem.com (8.11.6/8.11.6) id g77KPXi04699;
	Wed, 7 Aug 2002 22:25:33 +0200 (CEST)
	(envelope-from ernst)
Message-Id: <200208072025.g77KPXi04699@localhost.jollem.com>
Date: Wed, 7 Aug 2002 22:25:33 +0200 (CEST)
From: Ernst de Haan <znerd@freebsd.org>
Reply-To: Ernst de Haan <znerd@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: java@freebsd.org
Subject: Java SDK (JDK) installation directories should be unified
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41424
>Category:       ports
>Synopsis:       Java SDK (JDK) installation directories should be unified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 07 13:30:04 PDT 2002
>Closed-Date:    Sat Aug 10 03:54:37 PDT 2002
>Last-Modified:  Sat Aug 10 03:54:37 PDT 2002
>Originator:     Ernst de Haan
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
FreeBSD
>Environment:
System: FreeBSD heinz 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Sat Mar 2 13:27:29 CET 2002 root@heinz:/usr/src/sys/compile/HEINZ i386
>Description:
Currently, the JDK port directories have been unified, but the JDK
installation directories have not:

$ grep ^_JAVA_HOME_ /usr/ports/Mk/bsd.java.mk
_JAVA_HOME_FREEBSD_1_1=         ${LOCALBASE}/jdk1.1.8
_JAVA_HOME_FREEBSD_1_2=         ${LOCALBASE}/jdk1.2.2
_JAVA_HOME_FREEBSD_1_3=         ${LOCALBASE}/jdk1.3.1
_JAVA_HOME_BLACKDOWN_LINUX_1_2= ${LOCALBASE}/linux-jdk1.2.2
_JAVA_HOME_SUN_LINUX_1_2=       ${LOCALBASE}/linux-sun-jdk1.2.2.012
_JAVA_HOME_BLACKDOWN_LINUX_1_3= ${LOCALBASE}/linux-blackdown-jdk1.3.1
_JAVA_HOME_IBM_LINUX_1_3=       ${LOCALBASE}/linux-ibm-jdk1.3.1
_JAVA_HOME_SUN_LINUX_1_3=       ${LOCALBASE}/linux-jdk1.3.1
_JAVA_HOME_SUN_LINUX_1_4=       ${LOCALBASE}/linux-jdk1.4.0
$

Suggested change:

Blackdown (Linux) 1.2 ==> linux-blackdown-jdk1.2.2
Sun (Linux) 1.3       ==> linux-sun-jdk1.3.1
Sun (Linux) 1.4       ==> linux-sun-jdk1.4.0

Also, it seems a bit odd that the Sun (Linux) JDK 1.2 installation directory
includes '.012' at the end. That should be removed from the installation
directory. So additionally:

Sun (Linux) 1.2       ==> linux-sun-jdk1.2.2

I will make these changes if noone objects against them.

I'm putting this in GNATS for several reasons:
* My plan is clear to the outside world, if people object or are in favor,
  then I will probably hear so (at least in the first case :> )
* It helps me manage my FreeBSD time :)
* Now we have a history
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->znerd 
Responsible-Changed-By: znerd 
Responsible-Changed-When: Wed Aug 7 13:37:01 PDT 2002 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41424 

From: Ernst de Haan <znerd@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, znerd@freebsd.org
Cc:  
Subject: Re: ports/41424: Java SDK (JDK) installation directories should be unified
Date: Wed, 7 Aug 2002 22:38:10 +0200

 The Sun (Linux) JDK 1.2.2 installation was already changed, but bsd.java.mk 
 was still assuming the old installation directory. Just fixed this.
 
 Ernst
State-Changed-From-To: open->closed 
State-Changed-By: znerd 
State-Changed-When: Sat Aug 10 03:54:26 PDT 2002 
State-Changed-Why:  
Committed. 

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