From owner-freebsd-ports Sat Oct 9 11:32:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 8E0F215404; Sat, 9 Oct 1999 11:32:21 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id UAA24836; Sat, 9 Oct 1999 20:26:13 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id UAA96533; Sat, 9 Oct 1999 20:29:19 +0200 (MET DST) From: Juergen Lock Date: Sat, 9 Oct 1999 20:29:18 +0200 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> References: <199907102020.NAA60015@freefall.freebsd.org> <19991009162211.A87191@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <19991009162211.A87191@saturn.kn-bremen.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 (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