From owner-freebsd-java@FreeBSD.ORG Fri Aug 10 23:05:15 2007 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2814E16A418 for ; Fri, 10 Aug 2007 23:05:15 +0000 (UTC) (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 C945A13C461 for ; Fri, 10 Aug 2007 23:05:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l7AN5D3x054461 for ; Fri, 10 Aug 2007 19:05:14 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@FreeBSD.org Date: Fri, 10 Aug 2007 19:05:08 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200708101905.11308.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/3911/Fri Aug 10 16:44:41 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: [PATCH] JDK 1.6 plugin for amd64 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: Fri, 10 Aug 2007 23:05:15 -0000 I have updated my Java plugin patchsets for amd64 to JDK 1.6 Update 1. (Well, actually it is back-ported from my patchsets for JDK 1.6 Update 2.) You can download the patch for ports tree here: http://people.freebsd.org/~jkim/ports-jdk16-plugin-amd64.diff As I did for jdk15, it is turned off by default. So, you have to run 'make config' and select 'WEB' to enable it. Enjoy, Jung-uk Kim