From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 3 13:56:08 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 069F916A4E2 for ; Thu, 3 Aug 2006 13:56:08 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3291143D46 for ; Thu, 3 Aug 2006 13:56:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so419323nzn for ; Thu, 03 Aug 2006 06:56:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wvkvm8nkV8p2aBuaASoTNzk7QfNpLT7PXO+C2JGZyZiIer7P6HWq+cnBqgQ0aNCccWnwXjLvHKNPf37xYkYdvsFIyT8KhHbVKuUhb5B/t+aY9rXHIQkeW7ZIyD7sQHTTWlcCqYdWEeI3Z5Pxr3KrXCcErejgvTZm1lMlNBwXbNw= Received: by 10.35.107.20 with SMTP id j20mr3398865pym; Thu, 03 Aug 2006 06:56:05 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 3 Aug 2006 06:56:05 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 17:56:05 +0400 From: "Andrew Pantyukhin" To: "Jeremy Messenger" 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: gnome@freebsd.org, Arjan van Leeuwen , Jeremy Messenger Subject: Re: NPAPI/XPI support in native gecko apps and other ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 13:56:08 -0000 On 8/1/06, Jeremy Messenger wrote: > Can you remove create any symlink in share/linux-opera/plugins please? It > is causing linux-opera to display two plugins if I add > lib/npapi/symlinks/linux-opera support in linux-opera (going to commit it > soon). I personal rather to have linux-opera to find any plugins in > lib/npapi/symlinks/linux-opera than have stuff in > share/linux-opera/plugins. It is painless that way. Thanks! Done. I won't bump portrevisions right now, if it's okay with you. > While I am here, as for the other browsers that will have a several > symlinks in plugins directory by NPAPI and XPI stuff, you will need to add > @dirrmtry path/browsers/{extensions,plugins} and @dirrmtry path/browsers > for plist in Makefile.npapi and browsers' plist. For example: > > 1) install linux-flashplugins7 or other stuff > 2) deinstall one of browser > 3) uninstall linux-flashplugins7 or other stuff > 4) path/browsers/{extensions,plugins} will be ending up leftover. What we're working at is to add XPI/NPAPI support into apps, by adding lines to their plists or other hacks (like the one you requested), so that after step "2)" there will be no leftovers at all. I hope our effort will be complete and successful quite soon and no additional dirrmtry's will be necessary.