From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 3 22:50:19 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B62FA16A404 for ; Tue, 3 Apr 2007 22:50:19 +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 7AAB213C455 for ; Tue, 3 Apr 2007 22:50:19 +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 l33MoIIj042119; Tue, 3 Apr 2007 18:50:18 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Tue, 3 Apr 2007 18:50:13 -0400 User-Agent: KMail/1.6.2 References: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> In-Reply-To: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200704031850.15669.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/3007/Tue Apr 3 08:26:03 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: [RFC] Port for nspluginwrapper X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 22:50:19 -0000 On Tuesday 03 April 2007 05:58 am, Rong-en Fan wrote: > On 3/31/07, Dave Grochowski wrote: > > Hey all, > > > > I wrote a port for nspluginwrapper, which you can find at: > > > > http://elvis.rowan.edu/~grocho98/nspluginwrapper.tar.bz2 > > > > For those who do not know what it is, you can find the homepage > > at: > > > > http://gwenole.beauchesne.info/projects/nspluginwrapper/ > > I polished the port a little bit: > > http://people.freebsd.org/~rafan/nspluginwrapper.shar > > It includes 1) installing to LOCALBASE 2) correct pkg-plist on > amd64, and 3) correct dependency. > > Can someone please verify this port still works on i386? Thanks! > > BTW, anyone tried on amd64? I can not get it work. It seems that > it dlopen(3) the plugin .so then it fails... I'm wondering why it > works on i386. Here is a patch for amd64: http://people.freebsd.org/~jkim/patch-src-sysdeps.h I just briefly tested with Linux Flash plugin and it seems working correctly. Jung-uk Kim