From owner-freebsd-java@FreeBSD.ORG Thu Oct 9 00:36:57 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD32816A4BF for ; Thu, 9 Oct 2003 00:36:57 -0700 (PDT) Received: from mail.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEBD43FE1 for ; Thu, 9 Oct 2003 00:36:56 -0700 (PDT) (envelope-from aah@acm.org) Received: (qmail 8809 invoked from network); 9 Oct 2003 07:36:55 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Oct 2003 07:36:55 -0000 Message-ID: <3F851052.7050805@acm.org> Date: Thu, 09 Oct 2003 00:37:54 -0700 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030919 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <20031009005113.GA50130@misty.eyesbeyond.com> <3F84D58B.1010205@acm.org> In-Reply-To: <3F84D58B.1010205@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: jdk14 patches X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 07:36:58 -0000 Remind me to get a faster computer someday. The next problem is an old one; a split line in Inet4AddressImpl.c: ../../../src/solaris/native/java/net/Inet4AddressImpl.c:296:29: missing terminating " character ../../../src/solaris/native/java/net/Inet4AddressImpl.c:297:8: missing terminating " character coalescing line 296 && 297 fixes the problem. After that, the build completes fine for me. I've done limited testing so far; tried my IDE (IDEA), ran a simple webapp and connected to it over the network, played with the demos. So far so good. - a. p.s. I'm using a CURRENT world && kernel, cvsupped && built October 2nd.