Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 1999 16:22:12 +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:  <19991009162211.A87191@saturn.kn-bremen.de>
In-Reply-To: <199907102020.NAA60015@freefall.freebsd.org>
References:  <199907102020.NAA60015@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <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?19991009162211.A87191>