Date: Fri, 7 Sep 2001 00:40:21 -0700 From: Bill Huey <billh@gnuppy.monkey.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: Greg Lewis <glewis@eyesbeyond.com>, java@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/java Makefile ports/java/forte Makefile distinfo (fwd) Message-ID: <20010907004021.A2985@gnuppy> In-Reply-To: <200109070721.f877LqZ19014@vega.vega.com> References: <20010907084911.A65793@misty.eyesbeyond.com> <200109070721.f877LqZ19014@vega.vega.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 07, 2001 at 10:21:12AM +0300, Maxim Sobolev wrote: > I donno where that `fork1' came from - the system in question is fairly > recent 5-CURRENT box, last updated on 17 August. Nuke that out of the source tree. Replace that with a normal fork(), vfork() should work out just as well since Solaris's fork1() only copies the current executing thread and expect you to do a execv() of some sort. Let me do more investigation, this bring back some memories.. > There are also another serious problem with it - it doesn't accept uppercase > letters, i.e. when I'm trying to type uppercase letter it gets lowercase > instead, which makes it pretty useless, as Java is case-sensitive. At the > same time Linux JDK doesn't have such problem, so it is unlikely that this > is a local misconfiguration. Don't know about that. bill 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?20010907004021.A2985>