Date: Sat, 10 Jul 1999 17:15:16 +0200 (MET DST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12590: java/tya doesn't find jdk1.1.8 Message-ID: <199907101515.RAA89454@saturn.kn-bremen.de>
next in thread | raw e-mail | index | archive | help
>Number: 12590 >Category: ports >Synopsis: java/tya doesn't find jdk1.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 10 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386, jdk1.1.8 >Description: java/tya doesn't find jdk1.1.8, resulting in missing includes >How-To-Repeat: cd /usr/ports/java/tya; make >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/java/tya/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1999/06/29 23:14:36 1.4 +++ Makefile 1999/07/10 14:42:51 @@ -24,6 +24,7 @@ JAVADIR= jdk1.1.8 JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/ +CONFIGURE_ARGS+= --with-jdk=${PREFIX}/${JAVADIR} PLIST_SUB= JAVADIR=${JAVADIR} (it still doesn't run hotjava tho.) >Release-Note: >Audit-Trail: >Unformatted: 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?199907101515.RAA89454>