Date: Sun, 23 Sep 2001 15:36:54 +0400 From: Maxim Sobolev <sobomax@mail.ru> 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 Subject: Re: OpenJIT-1.1.16 released. (Re: Using OpenJIT with jdk1.3.1p4) Message-ID: <E15l7Z3-0005Gh-00@mx7.port.ru> In-Reply-To: <20010923125411.A84957@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15l7Z3-0005Gh-00>