From owner-freebsd-java Wed Aug 7 13:25:44 2002 Delivered-To: freebsd-java@freebsd.org 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) Date: Wed, 7 Aug 2002 22:25:33 +0200 (CEST) Message-Id: <200208072025.g77KPXi04699@localhost.jollem.com> To: FreeBSD-gnats-submit@freebsd.org Subject: Java SDK (JDK) installation directories should be unified From: Ernst de Haan Reply-To: Ernst de Haan Cc: java@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Ernst de Haan >Organization: FreeBSD >Confidential: no >Synopsis: Java SDK (JDK) installation directories should be unified >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.5-RELEASE i386 >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: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message