From owner-freebsd-java@FreeBSD.ORG Tue Aug 16 20:39:37 2005 Return-Path: X-Original-To: freebsd-java@FreeBSD.org 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 BD12916A447 for ; Tue, 16 Aug 2005 20:39:37 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 534DF43D46 for ; Tue, 16 Aug 2005 20:39:37 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j7GKgxU5013369; Tue, 16 Aug 2005 16:42:59 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@FreeBSD.org Date: Tue, 16 Aug 2005 16:38:59 -0400 User-Agent: KMail/1.6.2 References: <20050815204817.GA8153@misty.eyesbeyond.com> In-Reply-To: <20050815204817.GA8153@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200508161639.04139.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1024/Tue Aug 16 15:06:14 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: Please test the current 1.5 experimental patchset X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:39:37 -0000 On Monday 15 August 2005 04:48 pm, Greg Lewis wrote: > All, > > We're close to the second 1.5 patchset, so I'd like to get it some > wider testing. If you're able to test out the current experimental > patchset then that would be appreciated. Simply go to > > http://www.eyesbeyond.com/freebsddom/java/JDK15SCSLConfirm.html > > and choose the Experimental patchset. I don't currently have a > patch for the jdk15 port unfortunately, so you'll need to build it > by hand. Here is the environment configuration I'm using: > > unsetenv LANG > unsetenv JAVA_HOME > unsetenv CLASSPATH > unsetenv LD_LIBRARY_PATH > setenv ALT_MOTIF_DIR /usr/X11R6 > setenv SKIP_COMPARE_IMAGES YES > setenv ALT_BOOTDIR /usr/local/jdk1.5.0 > setenv ALT_MOZILLA_HEADERS_PATH /usr/X11R6/include > > I've tested it on FreeBSD 4.11/i385 and 5.4/amd64, so I'd most like > to hear reports on 5.4/i386, 6.0/i386 and 6.0/amd64. I made an experimental port. ;-) http://people.freebsd.org/~jkim/jdk15p2-port.tgz I briefly tested on 7-CURRENT/amd64 and everything looked good. Thanks, Jung-uk Kim > Its also been tested on OpenBSD 3.7/i386. If you can test on > NetBSD 2.0.2/i386 that would also be appreciated. If you're very > keen you might want to try the amd64 ports for OpenBSD and/or > NetBSD but you are likely to have to jump through some > bootstrapping hoops to do so... > > Thanks!