From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 3 14:57:31 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 5CE5F16A405 for ; Tue, 3 Apr 2007 14:57:31 +0000 (UTC) (envelope-from malus.x@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1084F13C455 for ; Tue, 3 Apr 2007 14:57:30 +0000 (UTC) (envelope-from malus.x@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1715518ana for ; Tue, 03 Apr 2007 07:57:30 -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:in-reply-to:mime-version:content-type:references; b=AXHDMT4/oObE8o3o9grD0hXdsKav+/inRVSWyjYuXCp7AWFJI04a/3SQXHbapU+Nwp54cFNjo/ETiPYDl8oivY+0lfn//ukpC8jUObcsG4zrPTBFksRB6xTDmzlZqiPwqScjWn2DQXoYrBYvvF7cu4R7EFeSoIF6jeTtMlSaHrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=C9u7kypQ2nOQCbGGTj1PG8E+DISzhgDsvfTrwpL2SvZ70rYXgWZG9/WU9x7nY4VQLvtAwWh2Jwb3EuVHbwwygFhnFiqt4sgZP7TENoajyW7AXN+8WOL7pJn4RW3LU2ykvhW5fO17eGmLJh1/nqiJVDxDtM2m20q1AnTdNuf3ufU= Received: by 10.100.144.11 with SMTP id r11mr4382488and.1175610708014; Tue, 03 Apr 2007 07:31:48 -0700 (PDT) Received: by 10.100.228.7 with HTTP; Tue, 3 Apr 2007 07:31:47 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 10:31:47 -0400 From: "David Grochowski" To: freebsd-emulation@freebsd.org In-Reply-To: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> MIME-Version: 1.0 References: <6eb82e0704030258h5671b9d7g4dd1c1a164d0ef98@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 14:57:31 -0000 Hey, On 4/3/07, 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. > > Regards, > Rong-En Fan > I can confirm that this port works on i386. Thanks for the fixes! Now I have a bit more insight as to how a port should be written. I'll have to try and get it working on amd64, but I'll need to setup an amd64 machine first. Sincerely, Dave Grochowski