From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 20 14:04:59 2011 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB7DF106566B; Thu, 20 Oct 2011 14:04:59 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 331298FC16; Thu, 20 Oct 2011 14:04:58 +0000 (UTC) Received: from [192.168.1.38] (18-200.1-85.cust.bluewin.ch [85.1.200.18]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9KE4fdp068768 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 20 Oct 2011 14:04:53 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=windows-1252 From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: <4EA00B85.6080009@FreeBSD.org> Date: Thu, 20 Oct 2011 16:04:34 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4E9FC75E.6030407@FreeBSD.org> <4203DF0F-0BFA-4F00-91A0-15D546B0F7E8@FreeBSD.org> <4EA00B85.6080009@FreeBSD.org> To: Andriy Gapon X-Mailer: Apple Mail (2.1251.1) Cc: gecko@FreeBSD.org, FreeBSD Ports Subject: Re: www/firefox: latest commit broken argument passing X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 14:04:59 -0000 On Oct 20, 2011, at 1:52 PM, Andriy Gapon wrote: > on 20/10/2011 10:55 Beat G=E4tzi said the following: >> On Oct 20, 2011, at 9:01 AM, Andriy Gapon wrote: >>>=20 >>> With the latest version of firefox port the installed >>> ${PREFIX}/lib/firefox/firefox script doesn't pass along its command = line parameters. >>> Please fix. >>=20 >> Fixed! Somewhat=85 >>=20 >> We are still looking for a proper fix to get all plugins working = again. So >> if you have an idea how this could be done in a proper way feel free = to get >> in contact with us. >=20 > I am not sure how to fix these things in a really proper way, but I = think that > adding "$@" to command line in ${PREFIX}/lib/firefox/firefox would = have sufficed > as a fix for the problem that I've reported. Sure, I also had a patch with "$@" but as I received some other problem = reports which were caused by this change I decided to revert the change entirely. Beat >=20 > --=20 > Andriy Gapon