From owner-cvs-all@FreeBSD.ORG Tue Jul 27 20:51:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F2616A4CE; Tue, 27 Jul 2004 20:51:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274E843D45; Tue, 27 Jul 2004 20:51:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6RKp3VM056517; Tue, 27 Jul 2004 20:51:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6RKp3pu056516; Tue, 27 Jul 2004 20:51:03 GMT (envelope-from marcus) Message-Id: <200407272051.i6RKp3pu056516@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 Jul 2004 20:51:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox Makefile ports/www/firefox/files patch-toolkit_mozapps_extensions_src_nsExtensionManager.js.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 20:51:03 -0000 marcus 2004-07-27 20:51:03 UTC FreeBSD ports repository Modified files: www/firefox Makefile Added files: www/firefox/files patch-toolkit_mozapps_extensions_src_nsExtensionManager.js.in Log: Fix global extension and theme installation by making sure the path to the XPI file does no contain a leading "file://" when passed to the extension manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details. Reported by: ale Revision Changes Path 1.90 +1 -0 ports/www/firefox/Makefile 1.1 +17 -0 ports/www/firefox/files/patch-toolkit_mozapps_extensions_src_nsExtensionManager.js.in (new)