From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 3 10:27:15 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 3B23616A403 for ; Tue, 3 Apr 2007 10:27:15 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id BFEDD13C45E for ; Tue, 3 Apr 2007 10:27:14 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so1787051muf for ; Tue, 03 Apr 2007 03:27:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=evnY+PU5PeuA48wY0HY+lF6EH4WfLmp/yK5qwV+j8LUuZbCszpMj2xO6RUJIrDJ078nHTNJmR13XyAC+3/JcG+jmty3e5eZt3aIqSxJNfL5CY6WOBAAq9RxjbtJ/pDSEwM1wB/zWlpaQ1y3Za62uV6TodD3H8vgVc1HUA+OJLg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GkeTixkswJO27Q/GVEv9/Ndm2l6YV0uOsTjgbCqHWwzU5YXnOg6n/7HhNxq/5riw0J4nIQaoYF66sOQ2C9GkZJjw63bkFtLJRXCl5kfL5j8vdauvUKorG2A7M62QLaJkhmtlYUtw7FbZtBdQlXnlI0GyPYDp1GfThuWMppb4LTM= Received: by 10.82.186.5 with SMTP id j5mr9286228buf.1175594334232; Tue, 03 Apr 2007 02:58:54 -0700 (PDT) Received: by 10.82.106.12 with HTTP; Tue, 3 Apr 2007 02:58:54 -0700 (PDT) Message-ID: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> Date: Tue, 3 Apr 2007 17:58:54 +0800 From: "Rong-en Fan" To: "Dave Grochowski" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-emulation@freebsd.org 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 10:27:15 -0000 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. Regards, Rong-En Fan