Date: Wed, 17 Apr 2002 09:18:44 +1000 From: Joshua Goodall <joshua@roughtrade.net> To: Ernst de Haan <znerd@FreeBSD.org> Cc: zach@neurosoft.org, lioux@FreeBSD.org, java@FreeBSD.org Subject: Re: Using NEED_JAVAC in ports Message-ID: <20020416231843.GB60589@roughtrade.net> In-Reply-To: <200204161951.VAA29489@smtp.hccnet.nl> References: <200204161951.VAA29489@smtp.hccnet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 16, 2002 at 09:50:58PM +0200, Ernst de Haan wrote:
> Is it okay if I make a small change to the Makefile of these ports? I would
> like to add NEED_JAVAC=YES below the USE_JAVA=YES line. This should not
> affect the working of the port.
Go ahead; the extra knob needs well indicated. I'll test after the
fact.
I have no issues with preferring either of Jikes or the selected-JDK's
javac; net/spread was tested with both.
spread does not need a java compiler at runtime; it's just a
build-dependency. If this is mainly to set a runtime dependency,
then net/spread won't need it.
n.b. There is already a workaround required to support Jikes; that
is, to find rt.jar, I have to use CLASSPATH=${JAVA_CLASSES} ${JAVAC}
as the invocation, unless you've fixed this :)
Cheers
Joshua
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?20020416231843.GB60589>
