From owner-freebsd-ports Sat Oct 9 7:32:53 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 A1A2414C12; Sat, 9 Oct 1999 07:32:48 -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 QAA21268; Sat, 9 Oct 1999 16:26:40 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id QAA87445; Sat, 9 Oct 1999 16:22:13 +0200 (MET DST) From: Juergen Lock Date: Sat, 9 Oct 1999 16:22:12 +0200 To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12590: java/tya doesn't find jdk1.1.8 Message-ID: <19991009162211.A87191@saturn.kn-bremen.de> References: <199907102020.NAA60015@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199907102020.NAA60015@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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! Mmmh you sure it went in? If i cvs diff now (i did update... :) i still get: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/java/tya/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 1999/09/30 23:56:22 1.10 +++ Makefile 1999/10/09 02:02:24 @@ -25,6 +25,7 @@ JAVADIR= jdk1.1.8 JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/ +CONFIGURE_ARGS+= --with-jdk=${PREFIX}/${JAVADIR} PLIST_SUB= JAVADIR=${JAVADIR} 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...) Or does the new version not need that configure flag anymore, that i haven't tried. 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