From owner-freebsd-java Sun Sep 23 4:37:13 2001 Delivered-To: freebsd-java@freebsd.org Received: from mx7.port.ru (mx7.port.ru [194.67.57.17]) by hub.freebsd.org (Postfix) with ESMTP id 87C8937B41C for ; Sun, 23 Sep 2001 04:37:09 -0700 (PDT) Received: from [213.133.160.239] (helo=notebook.vega.com) by mx7.port.ru with esmtp (Exim 3.14 #1) id 15l7Z3-0005Gh-00; Sun, 23 Sep 2001 15:36:54 +0400 To: glewis@eyesbeyond.com, ernst@jollem.com Cc: ejc@bazzle.com, fuyuhik8@is.titech.ac.jp, jknoll@indy.rr.com, freebsd-java@FreeBSD.ORG, dob@bazzle.com, caa@bazzle.com From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org Subject: Re: OpenJIT-1.1.16 released. (Re: Using OpenJIT with jdk1.3.1p4) X-Mailer: Pygmy (v0.5.11) In-Reply-To: <20010923125411.A84957@misty.eyesbeyond.com> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Message-Id: Date: Sun, 23 Sep 2001 15:36:54 +0400 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 On Sun, 23 Sep 2001 12:54:12 +0930, Greg Lewis wrote: > On Sat, Sep 22, 2001 at 11:28:11PM +0200, Ernst de Haan wrote: > > Would not it be a good idea to split openjit in three separate ports: > > = > > openjit-jdk11 > > openjit-jdk12 > > openjit-jdk13 > > = > > The difference is obvious IMO. > = > Without looking at the port, might it be easier to simply have a command > line switch for make? E.g. > = > make JDK_VERSION=3D1[123] > = > We're building the same port, just for different JDKs :). Actually shujit and tya ports already implement something like that. Assuming that your particular JDK is installed in /usr/local/jdkX.Y.Z you can do `make JAVADIR=3D/usr/local/jdkX.Y.Z' to build JIT for this version. Perhaps the better way would be to split each port of JIT into one master and several slave ports (one for each version of native JDK), just like Ernst suggests, but unfortunately I do not have a time to do it right now. However, if somebody else is ready to do a work, please feel free and submit resulting patches to me. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message