Date: Sat, 9 Oct 1999 20:29:18 +0200 From: Juergen Lock <nox@jelal.kn-bremen.de> To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12590: java/tya doesn't find jdk1.1.8 Message-ID: <19991009202917.A96281@saturn.kn-bremen.de> In-Reply-To: <19991009162211.A87191@saturn.kn-bremen.de> References: <199907102020.NAA60015@freefall.freebsd.org> <19991009162211.A87191@saturn.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 09, 1999 at 04:22:12PM +0200, Juergen Lock wrote: > On Sat, Jul 10, 1999 at 01:20:14PM -0700, cpiazza@FreeBSD.org wrote: > > Synopsis: java/tya doesn't find jdk1.1.8 > > > > State-Changed-From-To: open->closed > > State-Changed-By: cpiazza > > State-Changed-When: Sat Jul 10 13:20:05 PDT 1999 > > State-Changed-Why: > > Fixed, thanks! And while i'm at it: seems java/shujit needs a similar patch now, without it it didn't find its includes... Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/java/shujit/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 1999/09/27 02:41:49 1.9 +++ Makefile 1999/10/09 16:30:49 @@ -32,6 +32,7 @@ JAVALIBDIR= ${JAVADIR}/lib/i386/green_threads JAVABINDIR= ${JAVADIR}/bin/i386/green_threads JAVAOBJFORMAT= `file ${JAVABINDIR}/java | ${AWK} '{print $$2}'` +CONFIGURE_ARGS+= --with-jdk=${JAVADIR} pre-build: @( if [ ${JAVAOBJFORMAT} != ELF ]; then \ > Btw this version appears to run hotjava now! at least it hasn't > dumped core yet. (it did get a few exceptions but it keeps going...) And seems like shujit now runs hotjava too. what a pleasant surprise :) Regards, -- Juergen Lock <nox.foo@jelal.kn-bremen.de> (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991009202917.A96281>