From owner-freebsd-java Tue Jan 16 12:21: 2 2001 Delivered-To: freebsd-java@freebsd.org Received: from femail3.sdc1.sfba.home.com (femail3.sdc1.sfba.home.com [24.0.95.83]) by hub.freebsd.org (Postfix) with ESMTP id 2A5CA37B400 for ; Tue, 16 Jan 2001 12:20:45 -0800 (PST) Received: from home.com ([24.5.252.61]) by femail3.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010116201857.SGZR27299.femail3.sdc1.sfba.home.com@home.com>; Tue, 16 Jan 2001 12:18:57 -0800 Message-ID: <3A64AD18.B96A5BD4@home.com> Date: Tue, 16 Jan 2001 12:20:40 -0800 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.5.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: The Hermit Hacker Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk12-beta needs jfc as dependancy? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Hermit Hacker wrote: ---->[snip] /home/projects/ports-wrk/usr/ports/java/jdk12-beta/../../java/jfc/work/swing-1.1.1fcs/*.jar: No such file or directory I had to manually change this in the Makefile if swing has a different path, and had to edit a couple of lines of /usr/local/linux-jdk/bin/.java-wrapper file to make it compile. I had to change: if /usr/bin/expr "$link" : '/' > /dev/null; then to if /usr/bin/expr "$link" : '\/' > /dev/null; then ^^^^ and the green threads insted of native treads: DEFAULT_THREADS_FLAG=native to DEFAULT_THREADS_FLAG=green I have no finished yet, but have walk a long way since last saturday... Hope to finish today. raymundo Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message