From owner-freebsd-java Mon Dec 10 2:43:19 2001 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 C7F6F37B417 for ; Mon, 10 Dec 2001 02:43:13 -0800 (PST) Received: from localhost (hquiroz@localhost) by puget.esil.univ-mrs.fr (8.11.6/8.11.6) with ESMTP id fBAAngl99983 for ; Mon, 10 Dec 2001 11:49:50 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: puget.esil.univ-mrs.fr: hquiroz owned process doing -bs Date: Mon, 10 Dec 2001 11:49:41 +0100 (CET) From: Herve Quiroz X-X-Sender: hquiroz@puget.esil.univ-mrs.fr To: java@freebsd.org Subject: Proposal for bsd.java.mk Message-ID: <20011210113932.L99945-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 A few questions... Does the USE_JAVA variable stand for "requires a JDK/JRE to build" or "requires a JDK/JRE to run" ? Do you plan do make any difference ? Also I don't understand the meaning of the JAVA_LIB variable. Is this really needed by any port so far ? It would be needed if using any third party compiler such as jikes but in that case the user would have (hopefully) set the JIKESPATH. Anyway I think there should be an unified way to deal with JAVA_LIB/JIKESPATH etc so maybe the port being installed should handle this additional CLASSPATH. This way, installing any lib would also mean its jar would be added in the classpath automatically. Herve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message