From owner-freebsd-java Tue Feb 12 7: 8:37 2002 Delivered-To: freebsd-java@freebsd.org Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by hub.freebsd.org (Postfix) with ESMTP id 640B537B428 for ; Tue, 12 Feb 2002 07:08:30 -0800 (PST) Received: from localhost (hquiroz@localhost) by puget.esil.univ-mrs.fr (8.11.6/8.11.6) with ESMTP id g1CFBP768383 for ; Tue, 12 Feb 2002 16:11:29 +0100 (CET) (envelope-from hquiroz@esil.univ-mrs.fr) X-Authentication-Warning: puget.esil.univ-mrs.fr: hquiroz owned process doing -bs Date: Tue, 12 Feb 2002 16:11:24 +0100 (CET) From: Herve Quiroz To: java@freebsd.org Subject: Re: Proposal for bsd.port.mk In-Reply-To: <200112071329.fB7DTpR63093@zaphod.euronet.nl> Message-ID: <20020212155653.H68351-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 How are things going for bsd.port.mk ? I saw there has been an update on Ernst's page (2001-01-15 I think)... Recently I took a look upon NetBSD pkgsrc java system. Looks like the latest bsd.port.mk proposal more or less... I am not sure we came to some final decision about the location of libs and the CLASSPATH management. For CLASSPATH I remember we decided not to have it set automatically after installing a new java lib (because of some RMI aps and so). But in such a case there should be a unified location for all the java libs. Maybe /usr/local/lib or /usr/local/lib/java. Or maybe it could be easier to have all java-related in /usr/local/java. So /usr/local/java being the $PREFIX for all java-related ports. This way, there would be : /usr/local/java/lib (with GNU Trove, JSX...) /usr/local/java/linux-ibm-jdk13 /usr/local/java/jdk-1.1.8 /usr/local/java/doc/jdk-1.1.8 /usr/local/java/doc/jakarta-ant But then, where to put the java tools that are not java executables (e.g. jikes) which should be in $PATH (usually $PREFIX/bin) ? Also, maybe there should be something in the proposal to normalize the location of ports. I mean a java tool (like ant or mmake) should go in devel, lang, or java ? Same for java libs. Herve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message