From owner-freebsd-java@FreeBSD.ORG Mon Oct 3 02:31:00 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 1645F16A41F for ; Mon, 3 Oct 2005 02:31:00 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A4B43D45 for ; Mon, 3 Oct 2005 02:30:59 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j932UwO1005426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 2 Oct 2005 22:30:58 -0400 (EDT) (envelope-from mi@blue.virtual-estates.net) Received: (from mi@localhost) by blue.virtual-estates.net (8.13.4/8.13.4/Submit) id j932Uwbo005425 for java@FreeBSD.org; Sun, 2 Oct 2005 22:30:58 -0400 (EDT) (envelope-from mi) From: "Mikhail T." Message-Id: <200510030230.j932Uwbo005425@blue.virtual-estates.net> To: java@FreeBSD.org Date: Sun, 2 Oct 2005 22:30:58 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 02:31:00 -0000 Hello! I have the following issues with the current bsd.java.mk and thereabouts: 1) JAVA_HOME -- `make -V JAVA_HOME' prints the expected value, but trying to, say, add JAVA_HOME="${JAVA_HOME}" to MAKE_ENV results in an empty string being added... 2) JAVALIBDIR and JAVAJARDIR seem to be the same -- which one should be used to look for other ports' JARs and which to install my own? 3) Is "USE_JAVA=version" legitimate, or is one supposed to use the redundant "USE_JAVA=yes" and "JAVA_VERSION=version"? 4) How to pass javac options to ant (when relying on USE_ANT=yes)? 5) On amd64 (and others, I guess), the only native JDK is 1.5. So, when a port declares something like 1.3+ or 1.4+, bsd.java.mk should build 1.5 on the platform, should not it? Any comments, patches? Thanks! -mi