From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 9 18:59:50 2007 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0616A417 for ; Tue, 9 Oct 2007 18:59:50 +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 99ACA13C4A5 for ; Tue, 9 Oct 2007 18:59:49 +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 l99IOqBn066784; Tue, 9 Oct 2007 14:24:52 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-gnome@FreeBSD.org Date: Tue, 9 Oct 2007 14:24:34 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_xd8CHnmQ1nU5C08" Message-Id: <200710091424.49603.jkim@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Greg Lewis , Kurt Miller Subject: [PATCH] OJI fix for 64-bit platforms X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 18:59:50 -0000 --Boundary-00=_xd8CHnmQ1nU5C08 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Java porting team is working on Java plugin support for amd64 and we found the attached patch is necessary for 64-bit platforms to support LiveConnect properly with the current Gecko browsers. The patch is obtained from Mozilla trunk: http://bonsai.mozilla.org/cvsview2.cgi?command=DIFF&subdir=mozilla%2Fjs%2Fsrc%2Fliveconnect&file=nsISecureLiveconnect.h&rev1=1.7&rev2=1.8&whitespace_mode=show&diff_mode=context All Mozilla browsers in ports collection (i.e., firefox, firefox15, seamonkey, xulrunner, etc.) need it AFAIT. Thanks, Jung-uk Kim --Boundary-00=_xd8CHnmQ1nU5C08--