From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 4 16:35:01 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 4CE9216A407 for ; Wed, 4 Apr 2007 16:35:01 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from bay0-omc1-s5.bay0.hotmail.com (bay0-omc1-s5.bay0.hotmail.com [65.54.246.77]) by mx1.freebsd.org (Postfix) with ESMTP id 3202213C455 for ; Wed, 4 Apr 2007 16:35:01 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from hotmail.com ([65.55.132.20]) by bay0-omc1-s5.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 4 Apr 2007 09:34:01 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 4 Apr 2007 09:34:01 -0700 Message-ID: Received: from 68.45.124.27 by BAY127-DAV10.phx.gbl with DAV; Wed, 04 Apr 2007 16:33:57 +0000 X-Originating-IP: [68.45.124.27] X-Originating-Email: [davegro@hotmail.com] X-Sender: davegro@hotmail.com Message-ID: <4613D371.4040908@gmail.com> Date: Wed, 04 Apr 2007 12:33:53 -0400 From: Dave Grochowski User-Agent: Thunderbird 1.5.0.7 (X11/20061110) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> <200704031850.15669.jkim@FreeBSD.org> <6eb82e0704040547r36a396b7q8817d53a38cdb116@mail.gmail.com> In-Reply-To: <6eb82e0704040547r36a396b7q8817d53a38cdb116@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Apr 2007 16:34:01.0531 (UTC) FILETIME=[0D3A28B0:01C776D7] 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: Wed, 04 Apr 2007 16:35:01 -0000 Hey, Rong-en Fan wrote: > On 4/4/07, Dave Grochowski wrote: >> Hey, >> >> Jung-uk Kim wrote: >> > 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 >> > >> > >> Actually, the configure script has some Linuxisms in it for the arch >> detection. Try the attached patch and see if that fixes the problem. > > It works! I updated the port at > > http://people.freebsd.org/~rafan/nspluginwrapper.shar > > I use REINPLACE_CMD instead of patch file there. I think this port > is in good shape. If there is no big problem, I will commit it in few > hours. > > Regards > Rong-En Fan > I think it looks pretty good. Does it do a biarch build by default now on amd64? If so, does performing a non-biarch build work just as well? Sincerely, Dave Grochowski