From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 21 09:20:06 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FDBA106566B for ; Sun, 21 Mar 2010 09:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 247088FC0A for ; Sun, 21 Mar 2010 09:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2L9K6DW043572 for ; Sun, 21 Mar 2010 09:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2L9K6KL043571; Sun, 21 Mar 2010 09:20:06 GMT (envelope-from gnats) Date: Sun, 21 Mar 2010 09:20:06 GMT Message-Id: <201003210920.o2L9K6KL043571@freefall.freebsd.org> To: gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/144078: www/firefox: firefox-3.6, 1 https connections stall X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 09:20:06 -0000 The following reply was made to PR ports/144078; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, marka@isc.org Cc: Subject: Re: ports/144078: www/firefox: firefox-3.6,1 https connections stall Date: Sun, 21 Mar 2010 10:21:43 +0100 This is a multi-part message in MIME format. --------------010804080606040202090808 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, As I'm still not able to reproduce this problem on all of my workstations could you please test if this problem still occur with the latest build candidate of Firefox 3.6.2. Thanks, Beat --------------010804080606040202090808 Content-Type: text/plain; name="firefox-3.6.2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="firefox-3.6.2.patch" Index: distinfo =================================================================== --- distinfo (Revision 290) +++ distinfo (Arbeitskopie) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 Index: files/patch-security-coreconf-FreeBSD.mk =================================================================== --- files/patch-security-coreconf-FreeBSD.mk (Revision 290) +++ files/patch-security-coreconf-FreeBSD.mk (Arbeitskopie) @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ Index: Makefile =================================================================== --- Makefile (Revision 290) +++ Makefile (Arbeitskopie) @@ -6,11 +6,11 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITE_SUBDIR= ${PORTNAME}/nightly/${DISTVERSION}-candidates/build3/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org --------------010804080606040202090808-- From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 21 09:30:08 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3A2106564A for ; Sun, 21 Mar 2010 09:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9F98FC12 for ; Sun, 21 Mar 2010 09:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2L9U82D051645 for ; Sun, 21 Mar 2010 09:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2L9U8uO051642; Sun, 21 Mar 2010 09:30:08 GMT (envelope-from gnats) Date: Sun, 21 Mar 2010 09:30:08 GMT Message-Id: <201003210930.o2L9U8uO051642@freefall.freebsd.org> To: gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 09:30:08 -0000 The following reply was made to PR ports/144145; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, nkoch@gmx.de Cc: Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection Date: Sun, 21 Mar 2010 10:23:28 +0100 This is a multi-part message in MIME format. --------------040708020401010502010208 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, As I'm still not able to reproduce this problem on all of my workstations could you please test if this problem still occur with the latest build candidate of Firefox 3.6.2. Thanks, Beat --------------040708020401010502010208 Content-Type: text/plain; name="firefox-3.6.2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="firefox-3.6.2.patch" Index: distinfo =================================================================== --- distinfo (Revision 290) +++ distinfo (Arbeitskopie) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 Index: files/patch-security-coreconf-FreeBSD.mk =================================================================== --- files/patch-security-coreconf-FreeBSD.mk (Revision 290) +++ files/patch-security-coreconf-FreeBSD.mk (Arbeitskopie) @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ Index: Makefile =================================================================== --- Makefile (Revision 290) +++ Makefile (Arbeitskopie) @@ -6,11 +6,11 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITE_SUBDIR= ${PORTNAME}/nightly/${DISTVERSION}-candidates/build3/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org --------------040708020401010502010208-- From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 21 09:30:10 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B91E6106566C for ; Sun, 21 Mar 2010 09:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC388FC0A for ; Sun, 21 Mar 2010 09:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2L9UAqn051781 for ; Sun, 21 Mar 2010 09:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2L9UAUC051778; Sun, 21 Mar 2010 09:30:10 GMT (envelope-from gnats) Date: Sun, 21 Mar 2010 09:30:10 GMT Message-Id: <201003210930.o2L9UAUC051778@freefall.freebsd.org> To: gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 09:30:10 -0000 The following reply was made to PR ports/144734; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, hardy.schumacher@gmx.de Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close Date: Sun, 21 Mar 2010 10:25:53 +0100 Hi, Could you please start Firefox with --safe-mode option and check if this problem still occur. Thanks, Beat From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 21 09:40:04 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3886310656A6 for ; Sun, 21 Mar 2010 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCC58FC1A for ; Sun, 21 Mar 2010 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2L9e3vo060836 for ; Sun, 21 Mar 2010 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2L9e3sw060835; Sun, 21 Mar 2010 09:40:03 GMT (envelope-from gnats) Date: Sun, 21 Mar 2010 09:40:03 GMT Message-Id: <201003210940.o2L9e3sw060835@freefall.freebsd.org> To: gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/144044: [PATCH] www/firefox: Makefile.webplugins target order bug X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 09:40:04 -0000 The following reply was made to PR ports/144044; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, amdmi3@amdmi3.ru Cc: Subject: Re: ports/144044: [PATCH] www/firefox: Makefile.webplugins target order bug Date: Sun, 21 Mar 2010 10:35:42 +0100 Hi, Thanks for tracking down this issue. I've previously never seen such a problem with a webplugin. IIRC post-install target is designed to run after any installation task. So I think running webplugins-post-install on post-install is correct. Or in which target do you think is the right place to call webplugins-post-install? Thanks, Beat From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 22 11:07:02 2010 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C80AE1065679 for ; Mon, 22 Mar 2010 11:07:02 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 556C78FC30 for ; Mon, 22 Mar 2010 11:07:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2MB72Nt015028 for ; Mon, 22 Mar 2010 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2MB71IE015026 for freebsd-gecko@FreeBSD.org; Mon, 22 Mar 2010 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Mar 2010 11:07:01 GMT Message-Id: <201003221107.o2MB71IE015026@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-gecko@FreeBSD.org 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: Mon, 22 Mar 2010 11:07:03 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134121 gecko www/firefox3-devel packaging errors o ports/103529 gecko www/seamonkey: enable SVG and Pango font rendering sup 2 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 22 11:07:21 2010 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 49B8610656B8 for ; Mon, 22 Mar 2010 11:07:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39C668FC14 for ; Mon, 22 Mar 2010 11:07:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2MB7L17015280 for ; Mon, 22 Mar 2010 11:07:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2MB7KKX015278 for gecko@FreeBSD.org; Mon, 22 Mar 2010 11:07:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Mar 2010 11:07:20 GMT Message-Id: <201003221107.o2MB7KKX015278@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org 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: Mon, 22 Mar 2010 11:07:21 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/144734 gecko www/firefox: Firefox-3.6 doesn't terminate it's proces o ports/144145 gecko www/firefox: Firefox 3.6 does not allow any https-conn o ports/144078 gecko www/firefox: firefox-3.6,1 https connections stall o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order f ports/143288 gecko www/mplayer-plugin does not build with libxul o ports/142807 gecko www/firefox35-i18n does not depend on www/firefox35 o ports/142736 gecko [PATCH]www/firefox3*: unbreak with recent versions of 7 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 22 14:09:53 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 714A6106567E for ; Mon, 22 Mar 2010 14:09:53 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id C0E588FC1B for ; Mon, 22 Mar 2010 14:09:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o2ME9pB7054554 for ; Mon, 22 Mar 2010 14:09:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o2ME9kTU054386 for freebsd-gecko@freebsd.org; Mon, 22 Mar 2010 14:09:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 22 Mar 2010 14:09:46 GMT Message-Id: <201003221409.o2ME9kTU054386@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r291 - in branches/experimental/www/firefox3-devel: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 14:09:53 -0000 Author: beat Date: Mon Mar 22 14:09:45 2010 New Revision: 291 Log: - Update patch releng6_pulseaudio to reflect recent source changes - Temporarily mark broken on FreeBSD 6.x - Add experimental knob WITH_OOPP_IPC to enable Out-Of-Process-Plugins feature. This needs additional work, cleanup, testing and review. Current status: - It builds :) - Flash plugin seem not to work: For application/x-shockwave-flash found plugin npwrapper.libflashplayer.so LoadPlugin() /usr/home/beat/.mozilla/plugins/npwrapper.libflashplayer.so returned 2b6ff7a0 ###!!! [Parent][RPCChannel] Error: Channel error: cannot send/recv WARNING: Plugin host deleted the module without shutting down.: file PluginModuleParent.cpp, line 118 ###!!! [Parent][RPCChannel] Error: Channel error: cannot send/recv WARNING: [PluginModuleParent::ActorDestroy] abnormal shutdown without minidump!: file PluginModuleParent.cpp, line 270 ++DOMWINDOW == 19 (0x2f4c4c30) [serial = 20] [outer = 0x2e1bde00] WARNING: nsPluginTag not found in nsPluginHost::PluginCrashed: file nsPluginHost.cpp, line 5028 - When disabling OOPP with dom.ipc.plugins.enabled=false Firefox coredumps on startup. ==> Feel free to contact me if you like to work on this. Added: branches/experimental/www/firefox3-devel/files/extrapatch-ipc-chromium Modified: branches/experimental/www/firefox3-devel/Makefile branches/experimental/www/firefox3-devel/files/releng6_pulseaudio Modified: branches/experimental/www/firefox3-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Fri Mar 19 09:55:10 2010 (r290) +++ branches/experimental/www/firefox3-devel/Makefile Mon Mar 22 14:09:45 2010 (r291) @@ -50,8 +50,7 @@ --enable-svg --enable-svg-renderer=cairo \ --enable-application=browser \ --enable-official-branding --disable-updater \ - --enable-canvas --enable-libxul --disable-necko-wifi \ - --disable-ipc + --enable-canvas --enable-libxul --disable-necko-wifi SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js @@ -64,10 +63,18 @@ .if ${OSVERSION} < 700000 LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio EXTRA_PATCHES= ${FILESDIR}/releng6_pulseaudio +BROKEN= Does not build .else EXTRA_PATCHES= ${FILESDIR}/libsydney_oss .endif +.if defined(WITH_OOPP_IPC) +LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ipc-chromium +.else +MOZ_OPTIONS+= --disable-ipc +.endif + WRKSRC:= ${WRKSRC}-central GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} @@ -86,6 +93,11 @@ notify.1:${PORTSDIR}/devel/libnotify .endif +pre-patch: +.if defined(WITH_OOPP_IPC) + @${MKDIR} ${WRKSRC}/ipc/chromium/src/third_party/libevent/freebsd +.endif + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ Added: branches/experimental/www/firefox3-devel/files/extrapatch-ipc-chromium ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-devel/files/extrapatch-ipc-chromium Mon Mar 22 14:09:45 2010 (r291) @@ -0,0 +1,1031 @@ +--- ipc/chromium/Makefile.in.orig 2010-03-15 14:55:38.000000000 +0100 ++++ ipc/chromium/Makefile.in 2010-03-21 21:21:32.000000000 +0100 +@@ -269,6 +269,20 @@ + + endif # } OS_LINUX + ++ifdef OS_FREEBSD # { ++ ++CPPSRCS += \ ++ atomicops_internals_x86_gcc.cc \ ++ base_paths_linux.cc \ ++ data_pack.cc \ ++ file_util_linux.cc \ ++ idle_timer_none.cc \ ++ process_util_linux.cc \ ++ time_posix.cc \ ++ $(NULL) ++ ++endif # } OS_FREEBSD ++ + # libevent + + ifdef OS_POSIX # { +@@ -305,6 +319,11 @@ + $(NULL) + endif # } + ++ifdef OS_FREEBSD # { ++LOCAL_INCLUDES += -I$(srcdir)/src/third_party/libevent/freebsd ++CSRCS += kqueue.c ++endif # } ++ + endif # } + + include $(topsrcdir)/config/rules.mk +--- ipc/chromium/chromium-config.mk.orig 2010-03-01 00:29:43.000000000 +0100 ++++ ipc/chromium/chromium-config.mk 2010-03-12 13:54:37.000000000 +0100 +@@ -70,6 +70,17 @@ + $(NULL) + + else # } { ++ifeq ($(OS_ARCH),FreeBSD) # { ++ ++OS_FREEBSD = 1 ++OS_POSIX = 1 ++ ++DEFINES += \ ++ -DOS_FREEBSD=1 \ ++ -DOS_POSIX=1 \ ++ $(NULL) ++ ++else # } { + ifeq ($(OS_ARCH),WINNT) # { + OS_LIBS += $(call EXPAND_LIBNAME,psapi shell32 dbghelp) + +@@ -111,5 +122,6 @@ + + endif # } + endif # } ++endif # } + +-endif # } +\ No newline at end of file ++endif # } +--- ipc/chromium/src/base/base_paths.h.orig 2010-03-16 17:59:50.000000000 +0100 ++++ ipc/chromium/src/base/base_paths.h 2010-03-16 18:00:10.000000000 +0100 +@@ -13,7 +13,7 @@ + #include "base/base_paths_win.h" + #elif defined(OS_MACOSX) + #include "base/base_paths_mac.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + #include "base/base_paths_linux.h" + #endif + #include "base/path_service.h" +--- ipc/chromium/src/base/debug_util_posix.cc.orig 2010-03-15 13:55:39.000000000 +0000 ++++ ipc/chromium/src/base/debug_util_posix.cc 2010-03-22 07:50:19.000000000 +0000 +@@ -69,7 +69,7 @@ + return being_debugged; + } + +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + + // We can look in /proc/self/status for TracerPid. We are likely used in crash + // handling, so we are careful not to use the heap or have side effects. +@@ -77,7 +77,11 @@ + // can't detach without forking(), and that's not so great. + // static + bool DebugUtil::BeingDebugged() { ++#ifdef OS_FREEBSD ++ int status_fd = open("/usr/compat/linux/proc/self/status", O_RDONLY); ++#else + int status_fd = open("/proc/self/status", O_RDONLY); ++#endif + if (status_fd == -1) + return false; + +--- ipc/chromium/src/base/file_util.h.orig 2010-03-16 18:43:57.000000000 +0100 ++++ ipc/chromium/src/base/file_util.h 2010-03-16 18:50:58.000000000 +0100 +@@ -13,6 +13,9 @@ + #if defined(OS_WIN) + #include + #elif defined(OS_POSIX) ++#if defined(OS_FREEBSD) ++#include ++#endif + #include + #include + #endif +--- ipc/chromium/src/base/file_util_posix.cc.orig 2010-03-16 19:12:55.000000000 +0100 ++++ ipc/chromium/src/base/file_util_posix.cc 2010-03-16 19:19:24.000000000 +0100 +@@ -69,10 +69,10 @@ + (strcmp(ent->d_name, "..") == 0)) + continue; + +- struct stat64 st; +- int test = stat64(path.Append(ent->d_name).value().c_str(), &st); ++ struct stat st; ++ int test = stat(path.Append(ent->d_name).value().c_str(), &st); + if (test != 0) { +- LOG(ERROR) << "stat64 failed: " << strerror(errno); ++ LOG(ERROR) << "stat failed: " << strerror(errno); + continue; + } + // Here, we use Time::TimeT(), which discards microseconds. This +@@ -104,8 +104,8 @@ + // here. + bool Delete(const FilePath& path, bool recursive) { + const char* path_str = path.value().c_str(); +- struct stat64 file_info; +- int test = stat64(path_str, &file_info); ++ struct stat file_info; ++ int test = stat(path_str, &file_info); + if (test != 0) { + // The Windows version defines this condition as success. + bool ret = (errno == ENOENT || errno == ENOTDIR); +@@ -274,19 +274,19 @@ + } + + bool PathExists(const FilePath& path) { +- struct stat64 file_info; +- return (stat64(path.value().c_str(), &file_info) == 0); ++ struct stat file_info; ++ return (stat(path.value().c_str(), &file_info) == 0); + } + + bool PathIsWritable(const FilePath& path) { + FilePath test_path(path); +- struct stat64 file_info; +- if (stat64(test_path.value().c_str(), &file_info) != 0) { ++ struct stat file_info; ++ if (stat(test_path.value().c_str(), &file_info) != 0) { + // If the path doesn't exist, test the parent dir. + test_path = test_path.DirName(); + // If the parent dir doesn't exist, then return false (the path is not + // directly writable). +- if (stat64(test_path.value().c_str(), &file_info) != 0) ++ if (stat(test_path.value().c_str(), &file_info) != 0) + return false; + } + if (S_IWOTH & file_info.st_mode) +@@ -299,8 +299,8 @@ + } + + bool DirectoryExists(const FilePath& path) { +- struct stat64 file_info; +- if (stat64(path.value().c_str(), &file_info) == 0) ++ struct stat file_info; ++ if (stat(path.value().c_str(), &file_info) == 0) + return S_ISDIR(file_info.st_mode); + return false; + } +@@ -433,8 +433,8 @@ + } + + bool GetFileInfo(const FilePath& file_path, FileInfo* results) { +- struct stat64 file_info; +- if (stat64(file_path.value().c_str(), &file_info) != 0) ++ struct stat file_info; ++ if (stat(file_path.value().c_str(), &file_info) != 0) + return false; + results->is_directory = S_ISDIR(file_info.st_mode); + results->size = file_info.st_size; +--- ipc/chromium/src/base/platform_file_posix.cc.orig 2010-03-16 19:01:11.000000000 +0100 ++++ ipc/chromium/src/base/platform_file_posix.cc 2010-03-16 19:01:58.000000000 +0100 +@@ -7,6 +7,8 @@ + #include + #include + ++#include ++ + #include "base/logging.h" + #include "base/string_util.h" + +--- ipc/chromium/src/base/platform_thread.h.orig 2010-03-16 17:30:10.000000000 +0100 ++++ ipc/chromium/src/base/platform_thread.h 2010-03-16 17:33:59.000000000 +0100 +@@ -22,7 +22,7 @@ + #elif defined(OS_POSIX) + #include + typedef pthread_t PlatformThreadHandle; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + #include + typedef pid_t PlatformThreadId; + #elif defined(OS_MACOSX) +--- ipc/chromium/src/base/process_util.h.orig 2010-03-21 21:46:28.000000000 +0100 ++++ ipc/chromium/src/base/process_util.h 2010-03-21 21:53:45.000000000 +0100 +@@ -13,7 +13,7 @@ + #if defined(OS_WIN) + #include + #include +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + #include + #include + #include +@@ -263,7 +263,7 @@ + #if defined(OS_WIN) + HANDLE snapshot_; + bool started_iteration_; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + DIR *procfs_dir_; + #elif defined(OS_MACOSX) + std::vector kinfo_procs_; +--- ipc/chromium/src/base/process_util_posix.cc.orig 2010-03-16 19:04:36.000000000 +0100 ++++ ipc/chromium/src/base/process_util_posix.cc 2010-03-16 19:08:26.000000000 +0100 +@@ -101,6 +101,9 @@ + #if defined(OS_LINUX) + static const rlim_t kSystemDefaultMaxFds = 8192; + static const char fd_dir[] = "/proc/self/fd"; ++#elif defined(OS_FREEBSD) ++ static const rlim_t kSystemDefaultMaxFds = 8192; ++ static const char fd_dir[] = "/dev/fd"; + #elif defined(OS_MACOSX) + static const rlim_t kSystemDefaultMaxFds = 256; + static const char fd_dir[] = "/dev/fd"; +@@ -177,7 +180,7 @@ + void SetAllFDsToCloseOnExec() { + #if defined(OS_LINUX) + const char fd_dir[] = "/proc/self/fd"; +-#elif defined(OS_MACOSX) ++#elif defined(OS_MACOSX) || defined(OS_FREEBSD) + const char fd_dir[] = "/dev/fd"; + #endif + ScopedDIR dir_closer(opendir(fd_dir)); +--- ipc/chromium/src/base/third_party/nspr/prcpucfg.h.orig 2010-03-16 17:44:58.000000000 +0100 ++++ ipc/chromium/src/base/third_party/nspr/prcpucfg.h 2010-03-16 17:46:06.000000000 +0100 +@@ -36,6 +36,8 @@ + #include "base/third_party/nspr/prcpucfg_mac.h" + #elif defined(__linux__) + #include "base/third_party/nspr/prcpucfg_linux.h" ++#elif defined(__FreeBSD__) ++#include "base/third_party/nspr/prcpucfg_freebsd.h" + #else + #error Provide a prcpucfg.h appropriate for your platform + #endif +--- /dev/null 2010-03-16 17:44:00.000000000 +0100 ++++ ipc/chromium/src/base/third_party/nspr/prcpucfg_freebsd.h 2010-03-16 17:43:05.000000000 +0100 +@@ -0,0 +1,382 @@ ++/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ ++/* ***** BEGIN LICENSE BLOCK ***** ++ * Version: MPL 1.1/GPL 2.0/LGPL 2.1 ++ * ++ * The contents of this file are subject to the Mozilla Public License Version ++ * 1.1 (the "License"); you may not use this file except in compliance with ++ * the License. You may obtain a copy of the License at ++ * http://www.mozilla.org/MPL/ ++ * ++ * Software distributed under the License is distributed on an "AS IS" basis, ++ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License ++ * for the specific language governing rights and limitations under the ++ * License. ++ * ++ * The Original Code is the Netscape Portable Runtime (NSPR). ++ * ++ * The Initial Developer of the Original Code is ++ * Netscape Communications Corporation. ++ * Portions created by the Initial Developer are Copyright (C) 1998-2000 ++ * the Initial Developer. All Rights Reserved. ++ * ++ * Contributor(s): ++ * ++ * Alternatively, the contents of this file may be used under the terms of ++ * either the GNU General Public License Version 2 or later (the "GPL"), or ++ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), ++ * in which case the provisions of the GPL or the LGPL are applicable instead ++ * of those above. If you wish to allow use of your version of this file only ++ * under the terms of either the GPL or the LGPL, and not to allow others to ++ * use your version of this file under the terms of the MPL, indicate your ++ * decision by deleting the provisions above and replace them with the notice ++ * and other provisions required by the GPL or the LGPL. If you do not delete ++ * the provisions above, a recipient may use your version of this file under ++ * the terms of any one of the MPL, the GPL or the LGPL. ++ * ++ * ***** END LICENSE BLOCK ***** */ ++ ++#ifndef nspr_cpucfg___ ++#define nspr_cpucfg___ ++ ++#ifndef XP_UNIX ++#define XP_UNIX ++#endif ++ ++#ifndef FREEBSD ++#define FREEBSD ++#endif ++ ++#define PR_AF_INET6 28 /* same as AF_INET6 */ ++ ++#ifndef HAVE_LONG_LONG ++#define HAVE_LONG_LONG ++#endif ++ ++#if defined(__i386__) ++ ++#define IS_LITTLE_ENDIAN 1 ++#undef IS_BIG_ENDIAN ++#undef HAVE_ALIGNED_DOUBLES ++#undef HAVE_ALIGNED_LONGLONGS ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 4 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 4 ++#define PR_BYTES_PER_DWORD 8 ++#define PR_BYTES_PER_WORD_LOG2 2 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 32 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 32 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 5 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 5 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 4 ++#define PR_ALIGN_OF_INT64 4 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 4 ++#define PR_ALIGN_OF_POINTER 4 ++ ++#elif defined(__alpha__) ++ ++#define IS_LITTLE_ENDIAN 1 ++#undef IS_BIG_ENDIAN ++#define HAVE_ALIGNED_DOUBLES ++#define HAVE_ALIGNED_LONGLONGS ++#define IS_64 ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 8 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 8 ++#define PR_BYTES_PER_DWORD 8 ++#define PR_BYTES_PER_WORD_LOG2 3 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 64 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 64 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 6 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 6 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 8 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 8 ++ ++#elif defined(__sparc__) ++ ++#undef IS_LITTLE_ENDIAN ++#define IS_BIG_ENDIAN 1 ++#define HAVE_ALIGNED_DOUBLES ++#define HAVE_ALIGNED_LONGLONGS ++#define IS_64 ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 8 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 8 ++#define PR_BYTES_PER_DWORD 8 ++#define PR_BYTES_PER_WORD_LOG2 3 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 64 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 64 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 6 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 6 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 8 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 8 ++ ++#elif defined(__ia64__) ++ ++#define IS_LITTLE_ENDIAN 1 ++#undef IS_BIG_ENDIAN ++#define HAVE_ALIGNED_DOUBLES ++#define HAVE_ALIGNED_LONGLONGS ++#define IS_64 ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 8 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 8 ++#define PR_BYTES_PER_DWORD 8 ++#define PR_BYTES_PER_WORD_LOG2 3 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 64 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 64 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 6 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 6 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 8 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 8 ++#define PR_ALIGN_OF_WORD 8 ++ ++#elif defined(__amd64__) ++ ++#define IS_LITTLE_ENDIAN 1 ++#undef IS_BIG_ENDIAN ++#define HAVE_ALIGNED_DOUBLES ++#define HAVE_ALIGNED_LONGLONGS ++#define IS_64 ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 8 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 8 ++#define PR_BYTES_PER_DWORD 8 ++#define PR_BYTES_PER_WORD_LOG2 3 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 64 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 64 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 6 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 6 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 8 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 8 ++#define PR_ALIGN_OF_WORD 8 ++ ++#elif defined(__powerpc__) ++ ++#undef IS_LITTLE_ENDIAN ++#define IS_BIG_ENDIAN 1 ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 4 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 4 ++#define PR_BYTES_PER_DWORD 8 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 32 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 32 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 5 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 5 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 4 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 4 ++#define PR_ALIGN_OF_WORD 4 ++ ++#define PR_BYTES_PER_WORD_LOG2 2 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ ++#else ++ ++#error "Unknown CPU architecture" ++ ++#endif ++ ++#ifndef NO_NSPR_10_SUPPORT ++ ++#define BYTES_PER_BYTE PR_BYTES_PER_BYTE ++#define BYTES_PER_SHORT PR_BYTES_PER_SHORT ++#define BYTES_PER_INT PR_BYTES_PER_INT ++#define BYTES_PER_INT64 PR_BYTES_PER_INT64 ++#define BYTES_PER_LONG PR_BYTES_PER_LONG ++#define BYTES_PER_FLOAT PR_BYTES_PER_FLOAT ++#define BYTES_PER_DOUBLE PR_BYTES_PER_DOUBLE ++#define BYTES_PER_WORD PR_BYTES_PER_WORD ++#define BYTES_PER_DWORD PR_BYTES_PER_DWORD ++ ++#define BITS_PER_BYTE PR_BITS_PER_BYTE ++#define BITS_PER_SHORT PR_BITS_PER_SHORT ++#define BITS_PER_INT PR_BITS_PER_INT ++#define BITS_PER_INT64 PR_BITS_PER_INT64 ++#define BITS_PER_LONG PR_BITS_PER_LONG ++#define BITS_PER_FLOAT PR_BITS_PER_FLOAT ++#define BITS_PER_DOUBLE PR_BITS_PER_DOUBLE ++#define BITS_PER_WORD PR_BITS_PER_WORD ++ ++#define BITS_PER_BYTE_LOG2 PR_BITS_PER_BYTE_LOG2 ++#define BITS_PER_SHORT_LOG2 PR_BITS_PER_SHORT_LOG2 ++#define BITS_PER_INT_LOG2 PR_BITS_PER_INT_LOG2 ++#define BITS_PER_INT64_LOG2 PR_BITS_PER_INT64_LOG2 ++#define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2 ++#define BITS_PER_FLOAT_LOG2 PR_BITS_PER_FLOAT_LOG2 ++#define BITS_PER_DOUBLE_LOG2 PR_BITS_PER_DOUBLE_LOG2 ++#define BITS_PER_WORD_LOG2 PR_BITS_PER_WORD_LOG2 ++ ++#define ALIGN_OF_SHORT PR_ALIGN_OF_SHORT ++#define ALIGN_OF_INT PR_ALIGN_OF_INT ++#define ALIGN_OF_LONG PR_ALIGN_OF_LONG ++#define ALIGN_OF_INT64 PR_ALIGN_OF_INT64 ++#define ALIGN_OF_FLOAT PR_ALIGN_OF_FLOAT ++#define ALIGN_OF_DOUBLE PR_ALIGN_OF_DOUBLE ++#define ALIGN_OF_POINTER PR_ALIGN_OF_POINTER ++#define ALIGN_OF_WORD PR_ALIGN_OF_WORD ++ ++#define BYTES_PER_WORD_LOG2 PR_BYTES_PER_WORD_LOG2 ++#define BYTES_PER_DWORD_LOG2 PR_BYTES_PER_DWORD_LOG2 ++#define WORDS_PER_DWORD_LOG2 PR_WORDS_PER_DWORD_LOG2 ++ ++#endif /* NO_NSPR_10_SUPPORT */ ++ ++#endif /* nspr_cpucfg___ */ +--- ipc/chromium/src/base/third_party/nspr/prtime.cc.orig 2010-03-16 17:49:59.000000000 +0100 ++++ ipc/chromium/src/base/third_party/nspr/prtime.cc 2010-03-16 17:50:20.000000000 +0100 +@@ -149,7 +149,7 @@ + result *= kSecondsToMicroseconds; + result += exploded->tm_usec; + return result; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + struct tm exp_tm = {0}; + exp_tm.tm_sec = exploded->tm_sec; + exp_tm.tm_min = exploded->tm_min; +--- ipc/chromium/src/build/build_config.h.orig 2010-03-15 14:55:39.000000000 +0100 ++++ ipc/chromium/src/build/build_config.h 2010-03-21 14:54:06.000000000 +0100 +@@ -4,7 +4,7 @@ + + // This file adds defines about the platform we're currently building on. + // Operating System: +-// OS_WIN / OS_MACOSX / OS_LINUX / OS_POSIX (MACOSX or LINUX) ++// OS_WIN / OS_MACOSX / OS_LINUX / OS_FREEBSD / OS_POSIX (MACOSX, FREEBSD or LINUX) + // Compiler: + // COMPILER_MSVC / COMPILER_GCC + // Processor: +@@ -19,6 +19,8 @@ + #define OS_MACOSX 1 + #elif defined(__linux__) + #define OS_LINUX 1 ++#elif defined(__FreeBSD__) ++#define OS_FREEBSD 1 + #elif defined(_WIN32) + #define OS_WIN 1 + #else +@@ -27,7 +29,7 @@ + + // For access to standard POSIX features, use OS_POSIX instead of a more + // specific macro. +-#if defined(OS_MACOSX) || defined(OS_LINUX) ++#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) + #define OS_POSIX 1 + #endif + +--- ipc/chromium/src/chrome/common/ipc_message_utils.h.orig 2010-03-22 08:58:26.000000000 +0000 ++++ ipc/chromium/src/chrome/common/ipc_message_utils.h 2010-03-22 09:04:57.000000000 +0000 +@@ -219,7 +219,7 @@ + } + }; + +-#if !(defined(OS_MACOSX) || (defined(CHROMIUM_MOZILLA_BUILD) && (defined(OS_LINUX) || defined(OS_WIN)) && defined(ARCH_CPU_64_BITS))) ++#if !(defined(OS_MACOSX) || (defined(CHROMIUM_MOZILLA_BUILD) && (defined(OS_LINUX) || defined(OS_WIN) || defined(OS_FREEBSD)) && defined(ARCH_CPU_64_BITS))) + // There size_t is a synonym for |unsigned long| ... + template <> + struct ParamTraits { +@@ -235,7 +235,7 @@ + } + }; + +-#elif !defined(OS_MACOSX) ++#elif !defined(OS_MACOSX) || !defined(OS_FREEBSD) + // ... so we need to define traits for |unsigned int|. + // XXX duplicating OS_MACOSX version below so as not to conflict + template <> +@@ -272,7 +272,7 @@ + }; + #endif // defined(OS_MACOSX) + +-#if !(defined(CHROMIUM_MOZILLA_BUILD) && defined(OS_LINUX) && defined(ARCH_CPU_64_BITS)) ++#if !(defined(CHROMIUM_MOZILLA_BUILD) && (defined(OS_LINUX) || defined(OS_FREEBSD)) && defined(ARCH_CPU_64_BITS)) + // int64 is |long int| on 64-bit systems, uint64 is |unsigned long| + template <> + struct ParamTraits { +--- ipc/chromium/src/chrome/common/transport_dib.h.orig 2010-03-16 18:53:00.000000000 +0100 ++++ ipc/chromium/src/chrome/common/transport_dib.h 2010-03-16 18:53:49.000000000 +0100 +@@ -13,7 +13,7 @@ + + #if defined(OS_WIN) + #include +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + #include "chrome/common/x11_util.h" + #endif + +@@ -70,7 +70,7 @@ + typedef base::SharedMemoryHandle Handle; + // On Mac, the inode number of the backing file is used as an id. + typedef base::SharedMemoryId Id; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_FREEBSD) + typedef int Handle; // These two ints are SysV IPC shared memory keys + typedef int Id; + #endif +--- /dev/null 2010-03-12 13:07:40.000000000 +0100 ++++ ipc/chromium/src/third_party/libevent/freebsd/config.h 2010-03-12 13:07:40.000000000 +0100 +@@ -0,0 +1,254 @@ ++/* config.h. Generated from config.h.in by configure. */ ++/* config.h.in. Generated from configure.in by autoheader. */ ++ ++/* Define if clock_gettime is available in libc */ ++#define DNS_USE_CPU_CLOCK_FOR_ID 1 ++ ++/* Define is no secure id variant is available */ ++/* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */ ++ ++/* Define to 1 if you have the `clock_gettime' function. */ ++#define HAVE_CLOCK_GETTIME 1 ++ ++/* Define if /dev/poll is available */ ++/* #undef HAVE_DEVPOLL */ ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_DLFCN_H 1 ++ ++/* Define if your system supports the epoll system calls */ ++/* #undef HAVE_EPOLL */ ++ ++/* Define to 1 if you have the `epoll_ctl' function. */ ++/* #undef HAVE_EPOLL_CTL */ ++ ++/* Define if your system supports event ports */ ++/* #undef HAVE_EVENT_PORTS */ ++ ++/* Define to 1 if you have the `fcntl' function. */ ++#define HAVE_FCNTL 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_FCNTL_H 1 ++ ++/* Define to 1 if you have the `getaddrinfo' function. */ ++#define HAVE_GETADDRINFO 1 ++ ++/* Define to 1 if you have the `getnameinfo' function. */ ++#define HAVE_GETNAMEINFO 1 ++ ++/* Define to 1 if you have the `gettimeofday' function. */ ++#define HAVE_GETTIMEOFDAY 1 ++ ++/* Define to 1 if you have the `inet_ntop' function. */ ++#define HAVE_INET_NTOP 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_INTTYPES_H 1 ++ ++/* Define to 1 if you have the `kqueue' function. */ ++#define HAVE_KQUEUE 1 ++ ++/* Define to 1 if you have the `nsl' library (-lnsl). */ ++/* #undef HAVE_LIBNSL */ ++ ++/* Define to 1 if you have the `resolv' library (-lresolv). */ ++/* #undef HAVE_LIBRESOLV */ ++ ++/* Define to 1 if you have the `rt' library (-lrt). */ ++#define HAVE_LIBRT 1 ++ ++/* Define to 1 if you have the `socket' library (-lsocket). */ ++/* #undef HAVE_LIBSOCKET */ ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_MEMORY_H 1 ++ ++/* Define to 1 if you have the header file. */ ++/* #undef HAVE_NETINET_IN6_H */ ++ ++/* Define to 1 if you have the `poll' function. */ ++#define HAVE_POLL 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_POLL_H 1 ++ ++/* Define to 1 if you have the `port_create' function. */ ++/* #undef HAVE_PORT_CREATE */ ++ ++/* Define to 1 if you have the header file. */ ++/* #undef HAVE_PORT_H */ ++ ++/* Define to 1 if you have the `select' function. */ ++#define HAVE_SELECT 1 ++ ++/* Define if F_SETFD is defined in */ ++#define HAVE_SETFD 1 ++ ++/* Define to 1 if you have the `sigaction' function. */ ++#define HAVE_SIGACTION 1 ++ ++/* Define to 1 if you have the `signal' function. */ ++#define HAVE_SIGNAL 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SIGNAL_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_STDARG_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_STDINT_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_STDLIB_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_STRINGS_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_STRING_H 1 ++ ++/* Define to 1 if you have the `strlcpy' function. */ ++#define HAVE_STRLCPY 1 ++ ++/* Define to 1 if you have the `strsep' function. */ ++#define HAVE_STRSEP 1 ++ ++/* Define to 1 if you have the `strtok_r' function. */ ++#define HAVE_STRTOK_R 1 ++ ++/* Define to 1 if you have the `strtoll' function. */ ++#define HAVE_STRTOLL 1 ++ ++/* Define to 1 if the system has the type `struct in6_addr'. */ ++#define HAVE_STRUCT_IN6_ADDR 1 ++ ++/* Define to 1 if you have the header file. */ ++/* #undef HAVE_SYS_DEVPOLL_H */ ++ ++/* Define to 1 if you have the header file. */ ++/* #undef HAVE_SYS_EPOLL_H */ ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_EVENT_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_IOCTL_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_PARAM_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_QUEUE_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_SELECT_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_SOCKET_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_STAT_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_TIME_H 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_SYS_TYPES_H 1 ++ ++/* Define if TAILQ_FOREACH is defined in */ ++#define HAVE_TAILQFOREACH 1 ++ ++/* Define if timeradd is defined in */ ++#define HAVE_TIMERADD 1 ++ ++/* Define if timerclear is defined in */ ++#define HAVE_TIMERCLEAR 1 ++ ++/* Define if timercmp is defined in */ ++#define HAVE_TIMERCMP 1 ++ ++/* Define if timerisset is defined in */ ++#define HAVE_TIMERISSET 1 ++ ++/* Define to 1 if the system has the type `uint16_t'. */ ++#define HAVE_UINT16_T 1 ++ ++/* Define to 1 if the system has the type `uint32_t'. */ ++#define HAVE_UINT32_T 1 ++ ++/* Define to 1 if the system has the type `uint64_t'. */ ++#define HAVE_UINT64_T 1 ++ ++/* Define to 1 if the system has the type `uint8_t'. */ ++#define HAVE_UINT8_T 1 ++ ++/* Define to 1 if you have the header file. */ ++#define HAVE_UNISTD_H 1 ++ ++/* Define to 1 if you have the `vasprintf' function. */ ++#define HAVE_VASPRINTF 1 ++ ++/* Define if kqueue works correctly with pipes */ ++#define HAVE_WORKING_KQUEUE 1 ++ ++/* Name of package */ ++#define PACKAGE "libevent" ++ ++/* Define to the address where bug reports for this package should be sent. */ ++#define PACKAGE_BUGREPORT "" ++ ++/* Define to the full name of this package. */ ++#define PACKAGE_NAME "" ++ ++/* Define to the full name and version of this package. */ ++#define PACKAGE_STRING "" ++ ++/* Define to the one symbol short name of this package. */ ++#define PACKAGE_TARNAME "" ++ ++/* Define to the version of this package. */ ++#define PACKAGE_VERSION "" ++ ++/* The size of `int', as computed by sizeof. */ ++#define SIZEOF_INT 4 ++ ++/* The size of `long', as computed by sizeof. */ ++#define SIZEOF_LONG 4 ++ ++/* The size of `long long', as computed by sizeof. */ ++#define SIZEOF_LONG_LONG 8 ++ ++/* The size of `short', as computed by sizeof. */ ++#define SIZEOF_SHORT 2 ++ ++/* Define to 1 if you have the ANSI C header files. */ ++#define STDC_HEADERS 1 ++ ++/* Define to 1 if you can safely include both and . */ ++#define TIME_WITH_SYS_TIME 1 ++ ++/* Version number of package */ ++#define VERSION "1.4.7-stable" ++ ++/* Define to appropriate substitue if compiler doesnt have __func__ */ ++/* #undef __func__ */ ++ ++/* Define to empty if `const' does not conform to ANSI C. */ ++/* #undef const */ ++ ++/* Define to `__inline__' or `__inline' if that's what the C compiler ++ calls it, or to nothing if 'inline' is not supported under any name. */ ++#ifndef __cplusplus ++/* #undef inline */ ++#endif ++ ++/* Define to `int' if does not define. */ ++/* #undef pid_t */ ++ ++/* Define to `unsigned int' if does not define. */ ++/* #undef size_t */ ++ ++/* Define to unsigned int if you dont have it */ ++/* #undef socklen_t */ +--- ipc/glue/Makefile.in.orig 2010-03-17 00:49:47.000000000 +0100 ++++ ipc/glue/Makefile.in 2010-03-17 00:50:15.000000000 +0100 +@@ -45,7 +45,7 @@ + + MODULE = ipc + LIBRARY_NAME = mozipc_s +-FORCE_STATIC_LIB = 1 ++#FORCE_STATIC_LIB = 1 + LIBXUL_LIBRARY = 1 + EXPORT_LIBRARY = 1 + +--- toolkit/library/Makefile.in.orig 2010-03-21 22:12:05.000000000 +0100 ++++ toolkit/library/Makefile.in 2010-03-21 22:12:38.000000000 +0100 +@@ -162,7 +162,7 @@ + SDK_LIBRARY = $(SHARED_LIBRARY) + endif + +-EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) ++EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lexecinfo + + ifndef MOZ_ENABLE_LIBXUL + EXTRA_DSO_LDOPTS += \ +--- dom/plugins/PluginModuleChild.cpp.orig 2010-03-16 19:55:39.000000000 +0100 ++++ dom/plugins/PluginModuleChild.cpp 2010-03-16 19:56:45.000000000 +0100 +@@ -159,7 +159,7 @@ + + // TODO: use PluginPRLibrary here + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + mShutdownFunc = + (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown"); + +@@ -1497,7 +1497,7 @@ + PLUGIN_LOG_DEBUG_METHOD; + AssertPluginThread(); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + *_retval = mInitializeFunc(&sBrowserFuncs, &mFunctions); + return true; + Modified: branches/experimental/www/firefox3-devel/files/releng6_pulseaudio ============================================================================== --- branches/experimental/www/firefox3-devel/files/releng6_pulseaudio Fri Mar 19 09:55:10 2010 (r290) +++ branches/experimental/www/firefox3-devel/files/releng6_pulseaudio Mon Mar 22 14:09:45 2010 (r291) @@ -13,20 +13,21 @@ ifeq ($(OS_ARCH),Linux) CSRCS = \ sydney_audio_alsa.c \ ---- toolkit/library/Makefile.in.orig 2009-08-11 17:22:45.000000000 +0200 -+++ toolkit/library/Makefile.in 2009-08-11 17:23:22.000000000 +0200 -@@ -231,12 +231,12 @@ + +--- toolkit/library/Makefile.in.orig 2010-03-15 13:56:01.000000000 +0000 ++++ toolkit/library/Makefile.in 2010-03-19 16:02:11.000000000 +0000 +@@ -210,12 +210,12 @@ endif ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT)) -EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -lpulse -lpthread ++EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -lpulse -lpthread EXTRA_DSO_LDOPTS += $(FT2_LIBS) endif ifeq (qt,$(MOZ_WIDGET_TOOLKIT)) -EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 +EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -lpulse -lpthread - EXTRA_DSO_LDOPTS += $(FT2_LIBS) + EXTRA_DSO_LDOPTS += $(FT2_LIBS) $(MOZ_PANGO_LIBS) endif From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 22 19:00:14 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C291065677 for ; Mon, 22 Mar 2010 19:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77DEC8FC1A for ; Mon, 22 Mar 2010 19:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2MJ0Etd028794 for ; Mon, 22 Mar 2010 19:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2MJ0EIZ028783; Mon, 22 Mar 2010 19:00:14 GMT (envelope-from gnats) Date: Mon, 22 Mar 2010 19:00:14 GMT Message-Id: <201003221900.o2MJ0EIZ028783@freefall.freebsd.org> To: gecko@FreeBSD.org From: Dmitry Marakasov Cc: Subject: Re: ports/144044: [PATCH] www/firefox: Makefile.webplugins target order bug X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 19:00:14 -0000 The following reply was made to PR ports/144044; it has been noted by GNATS. From: Dmitry Marakasov To: Beat Gaetzi Cc: bug-followup@FreeBSD.org Subject: Re: ports/144044: [PATCH] www/firefox: Makefile.webplugins target order bug Date: Mon, 22 Mar 2010 21:52:02 +0300 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=utf-8 Content-Disposition: inline * Beat Gaetzi (beat@FreeBSD.org) wrote: > Thanks for tracking down this issue. I've previously never seen such a > problem with a webplugin. > IIRC post-install target is designed to run after any installation task. No, post-install is installation task itself and is designed to make it possible to perform more installation tasks in addition to standart ones without code duplication. > So I think running webplugins-post-install on post-install is correct. Yes, but in our case it's running before post-install. If essential files needed for webplugins-post-install are installed on post-install, everything breaks - and this is our case. > Or in which target do you think is the right place to call > webplugins-post-install? I think the correct way is to append your tasks to post-install:, so they are run after tasks defined in the port. I think it's possible by adding targets to post-install in bsd.port.post.mk, and I think that bsd.xorg.mk does exactly that, though I'm not sure if it really respects order, as it doesn't really need to. For Makefile.webplugins, I think it may be done as following: - Makefile.webplugins should be modified as attached - Ports that use it should be checked for that they define USE_WEBPLUGINS before including Makefile.webplugins - gnash ports should be changed to include Makefile.webplugins after post-patch (but USE_WEBPLUGINS is still set unconditionally) This way, the correct bahaviour should be achieved with minimal changes. Would be even better to move .include Makefile.webplugins to the end of Makefile in all ports to use it, to avoid copypaste problems in future. The best thing, however, would be to move Makefile.webplugins to Mk/ as bsd.webplugins.mk and integrate it into bsd.port.mk properly with respect to port/pre.mk. I think it pretty much deserves a place under Mk/. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru --cWoXeonUoKmBZSoM Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="webplugins.patch" Index: Makefile.webplugins =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/www/firefox/Makefile.webplugins,v retrieving revision 1.1 diff -u -r1.1 Makefile.webplugins --- Makefile.webplugins 10 Jan 2009 02:45:41 -0000 1.1 +++ Makefile.webplugins 22 Mar 2010 18:04:40 -0000 @@ -137,6 +137,7 @@ # /usr/local/lib/browser_plugins/symlinks/gecko19/fooplugin.xpi -> /usr/local/lib/application/fooplugin.xpi # ------------------------------------------------------ +.if defined(USE_WEBPLUGINS) WEBPLUGINS_NAME?= ${PKGBASE} WEBPLUGINS_FILES?= empty WEBPLUGINS_APPS_ALL_LINUX= linux-firefox linux-firefox-devel linux-flock \ @@ -190,7 +191,7 @@ _WLF= ${WEBPLUGINS_LINKFARMS:S,${PREFIX},%D,} _WSD= ${WEBPLUGINS_SLDIR:S,^${PREFIX},%D,} -webplugins-post-install: +post-install: @if [ ! -d ${WEBPLUGINS_DIR} ]; then \ ${ECHO_CMD}; \ ${ECHO_CMD} "ERROR: The \"${WEBPLUGINS_DIR}\" in WEBPLUGINS_DIR is either a typo or no longer exists. Please make a bug report to ${MAINTAINER} (maintainer)."; \ @@ -223,4 +224,4 @@ @${ECHO_CMD} "@unexec rmdir ${_WSD} ${_Q}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir ${_WLD} ${_Q}" >> ${TMPPLIST} -post-install: webplugins-post-install +.endif --cWoXeonUoKmBZSoM-- From owner-freebsd-gecko@FreeBSD.ORG Tue Mar 23 08:26:04 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B255410656E1 for ; Tue, 23 Mar 2010 08:26:04 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CE9108FC2A for ; Tue, 23 Mar 2010 08:26:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o2N8Q19M099881 for ; Tue, 23 Mar 2010 08:26:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o2N8Ptk7096827 for freebsd-gecko@freebsd.org; Tue, 23 Mar 2010 08:25:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 23 Mar 2010 08:25:55 GMT Message-Id: <201003230825.o2N8Ptk7096827@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r292 - branches/experimental/www/firefox branches/experimental/www/firefox-i18n branches/experimental/www/firefox/files trunk/www/firefox trunk/www/firefox-i18n trunk/www/firefox/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 08:26:04 -0000 Author: beat Date: Tue Mar 23 08:25:55 2010 New Revision: 292 Log: - Update to 3.6.2 Modified: branches/experimental/www/firefox-i18n/Makefile branches/experimental/www/firefox-i18n/Makefile.lang branches/experimental/www/firefox-i18n/Makefile.option branches/experimental/www/firefox-i18n/distinfo branches/experimental/www/firefox/Makefile branches/experimental/www/firefox/distinfo branches/experimental/www/firefox/files/patch-security-coreconf-FreeBSD.mk trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/Makefile.lang trunk/www/firefox-i18n/Makefile.option trunk/www/firefox-i18n/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/firefox/files/patch-security-coreconf-FreeBSD.mk Modified: branches/experimental/www/firefox-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox-i18n/Makefile Tue Mar 23 08:25:55 2010 (r292) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.34 2009/05/04 19:23:43 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.35 2010/02/08 17:43:31 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 3.6 +PORTVERSION= 3.6.2 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/www/firefox-i18n/Makefile.lang ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile.lang Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox-i18n/Makefile.lang Tue Mar 23 08:25:55 2010 (r292) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox35-i18n/Makefile.lang,v 1.5 2009/07/15 00:06:11 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.1 2010/02/08 17:43:32 beat Exp $ # # Currently, the following 74 languages are supported. # Modified: branches/experimental/www/firefox-i18n/Makefile.option ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile.option Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox-i18n/Makefile.option Tue Mar 23 08:25:55 2010 (r292) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox35-i18n/Makefile.option,v 1.4 2009/07/15 00:06:11 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.1 2010/02/08 17:43:32 beat Exp $ # OPTIONS= LANG_AF "Africaans" off \ LANG_SQ "Albanian" off \ Modified: branches/experimental/www/firefox-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox-i18n/distinfo Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox-i18n/distinfo Tue Mar 23 08:25:55 2010 (r292) @@ -1,219 +1,219 @@ -MD5 (xpi/firefox-i18n-3.6/af.xpi) = f37b31bd4bda9c68a5e6a102f6b404b8 -SHA256 (xpi/firefox-i18n-3.6/af.xpi) = 81de1a9f4134fa7d3447ceddc9cb579ddfde45c2f610021ddbb4c54e94b990cb -SIZE (xpi/firefox-i18n-3.6/af.xpi) = 121615 -MD5 (xpi/firefox-i18n-3.6/ar.xpi) = c6e40d4d47436cc889929450f7950c97 -SHA256 (xpi/firefox-i18n-3.6/ar.xpi) = d8da600225fe33922c009aaac9ae62d774e0e3980be160750c5a42b2b8173e88 -SIZE (xpi/firefox-i18n-3.6/ar.xpi) = 131701 -MD5 (xpi/firefox-i18n-3.6/as.xpi) = 0af49c58b5ec9d4acd719ba82ecfe403 -SHA256 (xpi/firefox-i18n-3.6/as.xpi) = 31187e5294cc1967bdce5fb408ecc23eb5554b1f80e22fd3151c9bf8a061828e -SIZE (xpi/firefox-i18n-3.6/as.xpi) = 134266 -MD5 (xpi/firefox-i18n-3.6/be.xpi) = c25ce2460bc5a8ed65687f784c5bda26 -SHA256 (xpi/firefox-i18n-3.6/be.xpi) = b2625949edc4654222c9f28931e73de1b6c16b8931561228f59700a4840ef2ca -SIZE (xpi/firefox-i18n-3.6/be.xpi) = 121955 -MD5 (xpi/firefox-i18n-3.6/bg.xpi) = 6f88874247d40af7309b237132d411ff -SHA256 (xpi/firefox-i18n-3.6/bg.xpi) = a0542510683c1eb926eec867f64c08b2e35492f3da4a383250e989e3357e712a -SIZE (xpi/firefox-i18n-3.6/bg.xpi) = 134076 -MD5 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 5ac30c94f294c17082147d2ab1776e3b -SHA256 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 4650760178b09a7756ac31b33c4188f7a0f682edcee7bbdf64c5fec1fbda66b4 -SIZE (xpi/firefox-i18n-3.6/bn-BD.xpi) = 140834 -MD5 (xpi/firefox-i18n-3.6/bn-IN.xpi) = 16d03085a6656dab3524bbcba6b08777 -SHA256 (xpi/firefox-i18n-3.6/bn-IN.xpi) = d519a5341f80cef929c67c1ead4df29fe7949aae3b862cf29c29404be21addbc -SIZE (xpi/firefox-i18n-3.6/bn-IN.xpi) = 159546 -MD5 (xpi/firefox-i18n-3.6/ca.xpi) = 4e76a17a176777a60a5a91a16b206fa1 -SHA256 (xpi/firefox-i18n-3.6/ca.xpi) = f75bdb1c4acc3a47545d335bdb000b6608add3df1fe3248574eb89e4aa8c45a0 -SIZE (xpi/firefox-i18n-3.6/ca.xpi) = 127603 -MD5 (xpi/firefox-i18n-3.6/cs.xpi) = 0f4e8d07f40e049804fc454398d16eb5 -SHA256 (xpi/firefox-i18n-3.6/cs.xpi) = 60fb9fca610fb8d2d5d2d4905e40f6353665926249b06ed63521bbb361e9ce36 -SIZE (xpi/firefox-i18n-3.6/cs.xpi) = 126417 -MD5 (xpi/firefox-i18n-3.6/cy.xpi) = 282b221c45e0466c38326f592face78b -SHA256 (xpi/firefox-i18n-3.6/cy.xpi) = f43592a45825f228ce6e333fa31934d0aca984279c9cdac5768bfeb45865b83e -SIZE (xpi/firefox-i18n-3.6/cy.xpi) = 121968 -MD5 (xpi/firefox-i18n-3.6/da.xpi) = 0b360614ee4a264fb50e09f30a80c1ac -SHA256 (xpi/firefox-i18n-3.6/da.xpi) = c0a2bcc18bdcb0c50b3f322f13c0696283fb235f048b1fa404fed7ca0756e522 -SIZE (xpi/firefox-i18n-3.6/da.xpi) = 125249 -MD5 (xpi/firefox-i18n-3.6/de.xpi) = 4036d09e6ba38518e24c66aa6ab2b083 -SHA256 (xpi/firefox-i18n-3.6/de.xpi) = 7c1cd5bcfb98936ae63e6fcefe566416f29fe023d646f876172ae910b9bde278 -SIZE (xpi/firefox-i18n-3.6/de.xpi) = 128615 -MD5 (xpi/firefox-i18n-3.6/el.xpi) = b535fd179d0527f6e336a60617938e03 -SHA256 (xpi/firefox-i18n-3.6/el.xpi) = 8eba3fb1474b2367f84c635d5e186ea63b4926053d10937f555fc345cea563b9 -SIZE (xpi/firefox-i18n-3.6/el.xpi) = 134902 -MD5 (xpi/firefox-i18n-3.6/en-GB.xpi) = 11f3a485b77f6f18cf479cccf86701f5 -SHA256 (xpi/firefox-i18n-3.6/en-GB.xpi) = 0abae31462a5487bb5bc42b9a3b841cb999d0ba8290c7f6c8664265fe00ca32f -SIZE (xpi/firefox-i18n-3.6/en-GB.xpi) = 118868 -MD5 (xpi/firefox-i18n-3.6/eo.xpi) = a7eb74faa6aaf1479ae6f547920a47fc -SHA256 (xpi/firefox-i18n-3.6/eo.xpi) = 31b69ff510246c5e3e57f0856f98acfc56e59e5e7a8a8035d0f5d44487af3248 -SIZE (xpi/firefox-i18n-3.6/eo.xpi) = 121546 -MD5 (xpi/firefox-i18n-3.6/es-AR.xpi) = 38f5746d10fed922cfb8f009896a6a88 -SHA256 (xpi/firefox-i18n-3.6/es-AR.xpi) = c548472a071879409519e1bacac64650a4d064a243d06a34f24f0fd99be1d6a9 -SIZE (xpi/firefox-i18n-3.6/es-AR.xpi) = 127405 -MD5 (xpi/firefox-i18n-3.6/es-CL.xpi) = a703b8afcc8b21cf5545e0a7b4fb7314 -SHA256 (xpi/firefox-i18n-3.6/es-CL.xpi) = 6c0b0d69d32ae2a2b5f2faaa149f4780f13b1ac6234a50b8053a347d2042f305 -SIZE (xpi/firefox-i18n-3.6/es-CL.xpi) = 129092 -MD5 (xpi/firefox-i18n-3.6/es-ES.xpi) = 118f951a878b814f66cd07185344f899 -SHA256 (xpi/firefox-i18n-3.6/es-ES.xpi) = cb245e21f8f79b8661bdbdeae170cab584702c38edc39cec12b7dcfbdf0fc11e -SIZE (xpi/firefox-i18n-3.6/es-ES.xpi) = 108451 -MD5 (xpi/firefox-i18n-3.6/es-MX.xpi) = 747450b24eaf0d49c802f7c6ae7bd35a -SHA256 (xpi/firefox-i18n-3.6/es-MX.xpi) = 858dabfe2ed71802b848c19765d1c3c6407d205535d21cae6a34ba96d5127df8 -SIZE (xpi/firefox-i18n-3.6/es-MX.xpi) = 127397 -MD5 (xpi/firefox-i18n-3.6/et.xpi) = e8b54bb31ba6228e8dbbd006a350a5cf -SHA256 (xpi/firefox-i18n-3.6/et.xpi) = 7a9e533c251de04e12de3f43ea7d8aedebcb46ea1ba2881923190be78bc91074 -SIZE (xpi/firefox-i18n-3.6/et.xpi) = 126959 -MD5 (xpi/firefox-i18n-3.6/eu.xpi) = d55e8b80697eeb36959ac5939bec2610 -SHA256 (xpi/firefox-i18n-3.6/eu.xpi) = efb9256c6f43b276ed99c70161ef63c813ff12da7966797ed8b7a975f099d9f5 -SIZE (xpi/firefox-i18n-3.6/eu.xpi) = 121533 -MD5 (xpi/firefox-i18n-3.6/fa.xpi) = 99d388aeb59da200ac009beda4801926 -SHA256 (xpi/firefox-i18n-3.6/fa.xpi) = 40535e815805a7c5345a3a28e13ce0754797f0795f197113b14ed68b5759add6 -SIZE (xpi/firefox-i18n-3.6/fa.xpi) = 138046 -MD5 (xpi/firefox-i18n-3.6/fi.xpi) = d7df73104cbafa66bbd479f1f1dd5e0a -SHA256 (xpi/firefox-i18n-3.6/fi.xpi) = 18a5d6827d66fedb21f4906b92a8a0a7c64eb8479183b0deac518d764d1a4cdc -SIZE (xpi/firefox-i18n-3.6/fi.xpi) = 126434 -MD5 (xpi/firefox-i18n-3.6/fr.xpi) = 658183e3e94959582c3bd382644692ea -SHA256 (xpi/firefox-i18n-3.6/fr.xpi) = b1aae2cd73d2b04643e67cd3a761e3b3f3b70f06ac426b8e7b6639cd25a34f01 -SIZE (xpi/firefox-i18n-3.6/fr.xpi) = 128544 -MD5 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 1a2b3d000bfe276560a3b6af5654a656 -SHA256 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 9f9b74f0626139ca7c39eaafbe9df1eb6a2eda5336c10e340a26416b3e688216 -SIZE (xpi/firefox-i18n-3.6/fy-NL.xpi) = 128850 -MD5 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 85e680d081c070e792d0b4fdd411c02e -SHA256 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 974107c08e085496082939edf5c41625a65fc59e5b377ade8888561eba2c25d2 -SIZE (xpi/firefox-i18n-3.6/ga-IE.xpi) = 127359 -MD5 (xpi/firefox-i18n-3.6/gl.xpi) = 7cfe500f9382ed88a04bacf2178935f7 -SHA256 (xpi/firefox-i18n-3.6/gl.xpi) = ff2cb6c75e3076f6beb13ceaa0136650c0bb29fb11f97b97d67ab53c2519104b -SIZE (xpi/firefox-i18n-3.6/gl.xpi) = 124792 -MD5 (xpi/firefox-i18n-3.6/gu-IN.xpi) = f8f6dd42126a977759e4384e72af4a1b -SHA256 (xpi/firefox-i18n-3.6/gu-IN.xpi) = abb94a6a851164eddf71fff74a60243eb0e102d332b462b1e73b2ee926bc2496 -SIZE (xpi/firefox-i18n-3.6/gu-IN.xpi) = 145894 -MD5 (xpi/firefox-i18n-3.6/he.xpi) = abc0a9ffd9abd732c3dfe0c2b6149c40 -SHA256 (xpi/firefox-i18n-3.6/he.xpi) = 5d5428956a939c2d97eae6967cd49a935e62443a788faa090f35b010e33acb2f -SIZE (xpi/firefox-i18n-3.6/he.xpi) = 122743 -MD5 (xpi/firefox-i18n-3.6/hi-IN.xpi) = caafd2b1837b35c35102f2fcb1117541 -SHA256 (xpi/firefox-i18n-3.6/hi-IN.xpi) = 303632cad7b77c52770cffe7dfdf3ff57ae6a60d8c21d559c92e496b79fd33c0 -SIZE (xpi/firefox-i18n-3.6/hi-IN.xpi) = 141455 -MD5 (xpi/firefox-i18n-3.6/hr.xpi) = 342493b8aa3661a9cb0249ca04c44150 -SHA256 (xpi/firefox-i18n-3.6/hr.xpi) = 3d148dae34d812117eaffb0b227e99d995ba3fc64303ca6b6bc2b8d09bf7a7b1 -SIZE (xpi/firefox-i18n-3.6/hr.xpi) = 127087 -MD5 (xpi/firefox-i18n-3.6/hu.xpi) = 74db06814d8f5136bb725868a1bf7a5b -SHA256 (xpi/firefox-i18n-3.6/hu.xpi) = 0229af815cd04d738536c8af0c2a16142e5f3cea2d18425b8bafd5790dc461b9 -SIZE (xpi/firefox-i18n-3.6/hu.xpi) = 131592 -MD5 (xpi/firefox-i18n-3.6/id.xpi) = 31e6e585066c0c2436fae48b1fb45c44 -SHA256 (xpi/firefox-i18n-3.6/id.xpi) = 05ac17928ad91a4c8dee4b852cc96664d89b1e82a758f537803dc809d7f9c686 -SIZE (xpi/firefox-i18n-3.6/id.xpi) = 103929 -MD5 (xpi/firefox-i18n-3.6/is.xpi) = deeeea09747f436d7b50bd94d2561558 -SHA256 (xpi/firefox-i18n-3.6/is.xpi) = be41ed5ca537016d6311ea6681df59c00d38652aead0cbadd52aff6934d7a016 -SIZE (xpi/firefox-i18n-3.6/is.xpi) = 123090 -MD5 (xpi/firefox-i18n-3.6/it.xpi) = 249689d9ef3a27a2d18486101ca72fb7 -SHA256 (xpi/firefox-i18n-3.6/it.xpi) = efeca003414b98e31994a4bd1ed867cccab6a9e4d6c18f1306daabd5b91182bf -SIZE (xpi/firefox-i18n-3.6/it.xpi) = 107733 -MD5 (xpi/firefox-i18n-3.6/ja.xpi) = 823bac9d98a1616ef3487bd3d3e62db4 -SHA256 (xpi/firefox-i18n-3.6/ja.xpi) = cef06cdbbda3202aac49a174f6aae0a77553eaa763096e049f0bfee2e5a9f1af -SIZE (xpi/firefox-i18n-3.6/ja.xpi) = 136594 -MD5 (xpi/firefox-i18n-3.6/ka.xpi) = 2c3def62a75d5bbc433847a7d357814d -SHA256 (xpi/firefox-i18n-3.6/ka.xpi) = bff2850be4628cf8184d5430ae335ef796a05a7cdcfce2cc96c697047652d9d6 -SIZE (xpi/firefox-i18n-3.6/ka.xpi) = 154116 -MD5 (xpi/firefox-i18n-3.6/kk.xpi) = efe6d4bfd3770bd3bba47c93d5b8c3bd -SHA256 (xpi/firefox-i18n-3.6/kk.xpi) = 9509e106605a541966234928008892384ced3c439d7ae6ed24de4f6a64d4bd0c -SIZE (xpi/firefox-i18n-3.6/kk.xpi) = 137757 -MD5 (xpi/firefox-i18n-3.6/kn.xpi) = 81f7a52a5c690bb369b5413bebea31c0 -SHA256 (xpi/firefox-i18n-3.6/kn.xpi) = f44cd250881138b84e8dd1dce2de4e02c5c02ace4c672647cc7b43cdbcdbe7ec -SIZE (xpi/firefox-i18n-3.6/kn.xpi) = 148388 -MD5 (xpi/firefox-i18n-3.6/ko.xpi) = e06dec3c0dc1b6a66aabf538eb3ae853 -SHA256 (xpi/firefox-i18n-3.6/ko.xpi) = cc32f718d0d5932cc2f1f64cff077ea3b517d31a8daee3dc11426a23ac563501 -SIZE (xpi/firefox-i18n-3.6/ko.xpi) = 115365 -MD5 (xpi/firefox-i18n-3.6/ku.xpi) = 41a546b03e122c22c1beaaddaa2a2dc1 -SHA256 (xpi/firefox-i18n-3.6/ku.xpi) = 28d7a85f5c9f8d0281b65e3ece5d95e3cd54ffd8146005eebda06405d10a424e -SIZE (xpi/firefox-i18n-3.6/ku.xpi) = 130225 -MD5 (xpi/firefox-i18n-3.6/lt.xpi) = feab7a21ff41175508d0a8e77cd5c609 -SHA256 (xpi/firefox-i18n-3.6/lt.xpi) = b9df08fa98ce2a8638a23e89e77722cacbd49fd335c2c32ef6dc45b490424f6f -SIZE (xpi/firefox-i18n-3.6/lt.xpi) = 139306 -MD5 (xpi/firefox-i18n-3.6/lv.xpi) = 977d25ed752a0d4ddcdc992a64245e89 -SHA256 (xpi/firefox-i18n-3.6/lv.xpi) = ce3fd27f78502094c052c8330a5e158c5d152916ecb8649ed2467ff9e9f263aa -SIZE (xpi/firefox-i18n-3.6/lv.xpi) = 124811 -MD5 (xpi/firefox-i18n-3.6/mk.xpi) = 3f2fc8c214d487437ecf274780363746 -SHA256 (xpi/firefox-i18n-3.6/mk.xpi) = 33a849a563bdc7a40f6ac59df332663e53a8b5fcb4cee14fc37a2ea721564a48 -SIZE (xpi/firefox-i18n-3.6/mk.xpi) = 127950 -MD5 (xpi/firefox-i18n-3.6/ml.xpi) = e35fbd0b14011beb913a73b44e69da78 -SHA256 (xpi/firefox-i18n-3.6/ml.xpi) = 11138b99c6e6d1e3870461618a07a4227132651f57dab676aa9a26d917b0d0bf -SIZE (xpi/firefox-i18n-3.6/ml.xpi) = 151845 -MD5 (xpi/firefox-i18n-3.6/mr.xpi) = ed6205ed23cc2ff639f36255e2c6a795 -SHA256 (xpi/firefox-i18n-3.6/mr.xpi) = 62f4db49979f62c5b6f2a2bcc6e6d4beeb54015aec8e5fe5eadb5f6aa92a41af -SIZE (xpi/firefox-i18n-3.6/mr.xpi) = 140527 -MD5 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 411b478c8ad6c2db9ebcd35ac999d589 -SHA256 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 6990c42d8ce7ff76d2f3c00942ca6d5a85bf0fd7dded739fa4cea4f974426651 -SIZE (xpi/firefox-i18n-3.6/nb-NO.xpi) = 123732 -MD5 (xpi/firefox-i18n-3.6/nl.xpi) = d0f8a38fcfabdcafb8160601e5bf6587 -SHA256 (xpi/firefox-i18n-3.6/nl.xpi) = abfd34786fade62248bd724bf4bf13ef50d07f59cb099693b6facc7f58753891 -SIZE (xpi/firefox-i18n-3.6/nl.xpi) = 126088 -MD5 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 78d6a0e451ddb1b95a4620db58e35aff -SHA256 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 77e62e2c124740f6e8d16a8162b2ef15c6edc9197278369ff393930edb1f436e -SIZE (xpi/firefox-i18n-3.6/nn-NO.xpi) = 125112 -MD5 (xpi/firefox-i18n-3.6/oc.xpi) = 076e3b89c01d9c040b3910f246775715 -SHA256 (xpi/firefox-i18n-3.6/oc.xpi) = f81c861ede0d0d1523b5751e2b2da9faf6ced2bb960008f298e22b597998ed33 -SIZE (xpi/firefox-i18n-3.6/oc.xpi) = 108302 -MD5 (xpi/firefox-i18n-3.6/or.xpi) = 423cf5ea88f77404ee2e664581b47b7e -SHA256 (xpi/firefox-i18n-3.6/or.xpi) = f0baf63c33fca905a6cdacb77d411749d20cc45b6129cfc6b07fb7e043713a6c -SIZE (xpi/firefox-i18n-3.6/or.xpi) = 142206 -MD5 (xpi/firefox-i18n-3.6/pa-IN.xpi) = 16c17ec25941f3ed2ebeff2cc60d58d3 -SHA256 (xpi/firefox-i18n-3.6/pa-IN.xpi) = b18594e488bb3b347f6472e71e73d91b1e90be527458c1ffe5934435daa5c045 -SIZE (xpi/firefox-i18n-3.6/pa-IN.xpi) = 141696 -MD5 (xpi/firefox-i18n-3.6/pl.xpi) = 0a0ded07b7729af9b8e6406121ba2f5c -SHA256 (xpi/firefox-i18n-3.6/pl.xpi) = 0fd8b0e13eb1fb6426406496d00d635a8eff3c716587d88f7872475bd3058c56 -SIZE (xpi/firefox-i18n-3.6/pl.xpi) = 130641 -MD5 (xpi/firefox-i18n-3.6/pt-BR.xpi) = 1a1392e767ca14e2c3109e78293a4832 -SHA256 (xpi/firefox-i18n-3.6/pt-BR.xpi) = a155be8d97db70065ab6444e49ed278e45a87ed15e42209d9e930b2d01ecff1b -SIZE (xpi/firefox-i18n-3.6/pt-BR.xpi) = 124959 -MD5 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 7bab0c34039340b7196264748c73eb0e -SHA256 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 8583fafde65922d625d5260e9bd3b2ef55bf41317934620744bf80cab81d55f4 -SIZE (xpi/firefox-i18n-3.6/pt-PT.xpi) = 124991 -MD5 (xpi/firefox-i18n-3.6/rm.xpi) = ec8aa17a534c36cc8d2ad9feddce07b2 -SHA256 (xpi/firefox-i18n-3.6/rm.xpi) = eb0711cbefd966b208c91a4124fa6dc6e884a3a2aec2c1239803058be6dcf9da -SIZE (xpi/firefox-i18n-3.6/rm.xpi) = 127023 -MD5 (xpi/firefox-i18n-3.6/ro.xpi) = 2f5131b9d25034d991dcf07775458d1c -SHA256 (xpi/firefox-i18n-3.6/ro.xpi) = a9c5615d8d893f0a33c15f001a82a03b74749d6ee64b0e6fbccdd47b163e4d78 -SIZE (xpi/firefox-i18n-3.6/ro.xpi) = 128710 -MD5 (xpi/firefox-i18n-3.6/ru.xpi) = c3a793edf7493297a9168b559dd53374 -SHA256 (xpi/firefox-i18n-3.6/ru.xpi) = 9c86897f6251ec1e5c7a81ac51bf3c62f71e2cc6798ac1c54c2a1439bc850a11 -SIZE (xpi/firefox-i18n-3.6/ru.xpi) = 124579 -MD5 (xpi/firefox-i18n-3.6/si.xpi) = 066475f374d9a66284b9e14cb36064ae -SHA256 (xpi/firefox-i18n-3.6/si.xpi) = 0dd79922a6308de404cb05193f041966358eb6068537c2c8458004860a857053 -SIZE (xpi/firefox-i18n-3.6/si.xpi) = 142225 -MD5 (xpi/firefox-i18n-3.6/sk.xpi) = e25b695dc7f9be472bd0709e7771cd62 -SHA256 (xpi/firefox-i18n-3.6/sk.xpi) = 4bf32e5208bc75e20f9df5e8696d1efbe095bd8d6274769728fcff56ac2af4a9 -SIZE (xpi/firefox-i18n-3.6/sk.xpi) = 130720 -MD5 (xpi/firefox-i18n-3.6/sl.xpi) = 8efc7f50090d29c77db623e0d5266fae -SHA256 (xpi/firefox-i18n-3.6/sl.xpi) = 72f8b6d34b9b4b76dfa766532c67935bc0d8de63261c31f73dedb426147dcd75 -SIZE (xpi/firefox-i18n-3.6/sl.xpi) = 123792 -MD5 (xpi/firefox-i18n-3.6/sq.xpi) = e5486c1ff2ab8f95d71095298b404439 -SHA256 (xpi/firefox-i18n-3.6/sq.xpi) = 846717f8dea71fb1d9587d48f78cff84c241162c9a10ebef617fdd079d201a97 -SIZE (xpi/firefox-i18n-3.6/sq.xpi) = 120898 -MD5 (xpi/firefox-i18n-3.6/sr.xpi) = 273c10beb966f843f51cb5ce5401c375 -SHA256 (xpi/firefox-i18n-3.6/sr.xpi) = 9e67e13913709bf96acdd678031ec245fa40a6915904f6fec559810eee191a56 -SIZE (xpi/firefox-i18n-3.6/sr.xpi) = 136895 -MD5 (xpi/firefox-i18n-3.6/sv-SE.xpi) = f1b844325f7f53de97c674aa2552bcc9 -SHA256 (xpi/firefox-i18n-3.6/sv-SE.xpi) = fc44b1327ec17a06b96020886ec35bd3f3d98f02d4ac29bab497c95ace6b3497 -SIZE (xpi/firefox-i18n-3.6/sv-SE.xpi) = 128086 -MD5 (xpi/firefox-i18n-3.6/ta-LK.xpi) = b45e259ba4984be8f2c144dc80f8f208 -SHA256 (xpi/firefox-i18n-3.6/ta-LK.xpi) = d8cad7703aafe09d0a4accd74af59e79e7a0c37349e43f47c9c26b51dfa05a0c -SIZE (xpi/firefox-i18n-3.6/ta-LK.xpi) = 149294 -MD5 (xpi/firefox-i18n-3.6/ta.xpi) = ca8f71aa47d5a2e0821e021417fe4de2 -SHA256 (xpi/firefox-i18n-3.6/ta.xpi) = c7673534ca632166385117b3a39832f52910b9138a97fbc12394e1dc144c4f21 -SIZE (xpi/firefox-i18n-3.6/ta.xpi) = 136770 -MD5 (xpi/firefox-i18n-3.6/te.xpi) = a6e2336840906d17cfa00f6029776176 -SHA256 (xpi/firefox-i18n-3.6/te.xpi) = 99db1bd41538ce1c53c8f814971c3baa6015249b61cba21fadcb4890aa0b9d6d -SIZE (xpi/firefox-i18n-3.6/te.xpi) = 147428 -MD5 (xpi/firefox-i18n-3.6/th.xpi) = de96ebf2a5410220cf26520d50dddb49 -SHA256 (xpi/firefox-i18n-3.6/th.xpi) = 53f343eb865a14b5af277c6f71395d9f915688f6e15cd517d22cb1e13d885c49 -SIZE (xpi/firefox-i18n-3.6/th.xpi) = 134036 -MD5 (xpi/firefox-i18n-3.6/tr.xpi) = 18237063fdbfe3f2f2403de7873de905 -SHA256 (xpi/firefox-i18n-3.6/tr.xpi) = dbd7221acafbbe87abbeff5e25775ecd338fc9e76d08c7381a4583ad40a62150 -SIZE (xpi/firefox-i18n-3.6/tr.xpi) = 125047 -MD5 (xpi/firefox-i18n-3.6/uk.xpi) = 52fd2085e3ddf8c2700a82ac96b01cc2 -SHA256 (xpi/firefox-i18n-3.6/uk.xpi) = 6a4e78035e15af3bbb70ef7917f9e7cda92d7d26e6b376b62d14d9a6301c53b5 -SIZE (xpi/firefox-i18n-3.6/uk.xpi) = 142835 -MD5 (xpi/firefox-i18n-3.6/vi.xpi) = 6c9e42cc355300f7d36616691140dcb8 -SHA256 (xpi/firefox-i18n-3.6/vi.xpi) = a2252a82981010384feaaff9afe4849381f0336d3510af7ddaf625c266f6b019 -SIZE (xpi/firefox-i18n-3.6/vi.xpi) = 129024 -MD5 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 99f8f76cf48b3726e7dbb166cfe8608d -SHA256 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 6ff9739f9620e6b8c07a16d4d7afac45ba280cc597d9b40ad04936801fce8131 -SIZE (xpi/firefox-i18n-3.6/zh-CN.xpi) = 126711 -MD5 (xpi/firefox-i18n-3.6/zh-TW.xpi) = ac204c6b032d9a70f4f3b417ef39bced -SHA256 (xpi/firefox-i18n-3.6/zh-TW.xpi) = 9551af78f32b10659dd890fde52632bb36cbe763b0e86e31978609f5c6aba2a6 -SIZE (xpi/firefox-i18n-3.6/zh-TW.xpi) = 128260 +MD5 (xpi/firefox-i18n-3.6.2/af.xpi) = 6098ee3000db24f8630f6d8481ab6738 +SHA256 (xpi/firefox-i18n-3.6.2/af.xpi) = 3b62d09ecd22b017bb773718d8b59368259c0f3840e228d8f2762b20dd23437c +SIZE (xpi/firefox-i18n-3.6.2/af.xpi) = 121622 +MD5 (xpi/firefox-i18n-3.6.2/ar.xpi) = 99621a07d3625d2b48ca8f6ec3e542bb +SHA256 (xpi/firefox-i18n-3.6.2/ar.xpi) = f960361bdda9ed2fb2f2aaa93cd74736a073eaf395e391011d785c2fa1c7cd60 +SIZE (xpi/firefox-i18n-3.6.2/ar.xpi) = 131701 +MD5 (xpi/firefox-i18n-3.6.2/as.xpi) = 5144667ac67180ee5a802029afcacb22 +SHA256 (xpi/firefox-i18n-3.6.2/as.xpi) = 8744d622d2e08df28edba5e82bcda17100dbbc203818b6f2d3940cd8996d0009 +SIZE (xpi/firefox-i18n-3.6.2/as.xpi) = 134296 +MD5 (xpi/firefox-i18n-3.6.2/be.xpi) = 3dddf0d91249f7ec753b414168910655 +SHA256 (xpi/firefox-i18n-3.6.2/be.xpi) = 755864ca7a0fbc752c4ab863b002e8cdbe66363cc0f8ccfda2cb242f83b4f99a +SIZE (xpi/firefox-i18n-3.6.2/be.xpi) = 121983 +MD5 (xpi/firefox-i18n-3.6.2/bg.xpi) = e3d7230d167d3dfa8ba904158a6d536f +SHA256 (xpi/firefox-i18n-3.6.2/bg.xpi) = e084d6095a88f0122a162ba0fba100f5c1a0ddcf9965c16933fd560706cb0063 +SIZE (xpi/firefox-i18n-3.6.2/bg.xpi) = 134072 +MD5 (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 0781de0249e275d3f46d9d57db07d5e8 +SHA256 (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 9a44cd4dbbe9bba5f940f5c88a78f359947137d72383690b4c56c70f1b5dc3d0 +SIZE (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 140822 +MD5 (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 5292991a5baf49dc238c57555a3e1d23 +SHA256 (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 245838fba89bd54f8ca42dad44da04628ecefa41a9ce0c974f41fb57ee339ab8 +SIZE (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 159545 +MD5 (xpi/firefox-i18n-3.6.2/ca.xpi) = f8978814c17699e464a61c99cf279988 +SHA256 (xpi/firefox-i18n-3.6.2/ca.xpi) = 09b43b56e67fc8dd3212b2804e73135222f0f9af41a44a10d496e246b4a997a9 +SIZE (xpi/firefox-i18n-3.6.2/ca.xpi) = 127570 +MD5 (xpi/firefox-i18n-3.6.2/cs.xpi) = 2390954d3d3899b31559dec854b692c8 +SHA256 (xpi/firefox-i18n-3.6.2/cs.xpi) = ca5b98f0e3e29729a7bae27ed0efae3d942e24872df0e699e18ebb2c79b50857 +SIZE (xpi/firefox-i18n-3.6.2/cs.xpi) = 126416 +MD5 (xpi/firefox-i18n-3.6.2/cy.xpi) = 9f41c969931d8e559d056a054b1844d8 +SHA256 (xpi/firefox-i18n-3.6.2/cy.xpi) = 09be8bbdcffcb7d5ca06e3bdf53993e35d70071083f3b9736dc937de89fc5ce3 +SIZE (xpi/firefox-i18n-3.6.2/cy.xpi) = 121979 +MD5 (xpi/firefox-i18n-3.6.2/da.xpi) = 45ad66651c5f26aef42f5f9d6a5bd1c7 +SHA256 (xpi/firefox-i18n-3.6.2/da.xpi) = de3ccd091253621c8a8ade95af5a93edd8f14714566d1709161eb4d703c26dd0 +SIZE (xpi/firefox-i18n-3.6.2/da.xpi) = 125224 +MD5 (xpi/firefox-i18n-3.6.2/de.xpi) = b701f8f81573aeb3bfddb63955c0f0b8 +SHA256 (xpi/firefox-i18n-3.6.2/de.xpi) = 07306a30f910bfb0309cdde3f498cd18e333a8c054c39e7a780d4fc29e7f969c +SIZE (xpi/firefox-i18n-3.6.2/de.xpi) = 128614 +MD5 (xpi/firefox-i18n-3.6.2/el.xpi) = 1e6915d27a9183bc0070e54332bb5182 +SHA256 (xpi/firefox-i18n-3.6.2/el.xpi) = c8d319f7faa4d8698771a12aee905f098a3195ee2f8fda3a0c5a7c3a21748136 +SIZE (xpi/firefox-i18n-3.6.2/el.xpi) = 134869 +MD5 (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 01c4dccd21e5b31e8ae2bee4925a0846 +SHA256 (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 3a7e4a51e9ae4e65107b9a929e69456c6a578702f9fccb641d35c1322510df28 +SIZE (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 118873 +MD5 (xpi/firefox-i18n-3.6.2/eo.xpi) = e12a528c72e1e8f13e604f48cc7e1e09 +SHA256 (xpi/firefox-i18n-3.6.2/eo.xpi) = c3d9f500cef18b8d0b871a68690633c215bdad583845919c63d882d44a570d22 +SIZE (xpi/firefox-i18n-3.6.2/eo.xpi) = 121574 +MD5 (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 58a325ac2c88c7aeff6d5e5f427e5f8b +SHA256 (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 675f9b963c3a642b4854b5f389b965cfa00eeb7b019d716fb2f7e7b9e51bdbc2 +SIZE (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 127429 +MD5 (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 1a35436da22ccb593667905dbca847b7 +SHA256 (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 7461e8c30c212f587213e33803b2d83b193d7b68a024da06d4c9d7afe1a8e4c4 +SIZE (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 129070 +MD5 (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 244a5969458464ad37ba000dec0e8617 +SHA256 (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 51cf8ee8fe9f6d0c5a6a73ab31e510b71e643748a8d6515f9eb4ffaf2a128e81 +SIZE (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 108478 +MD5 (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 27d1541dd6b77259752543f251a0079b +SHA256 (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 19523599211bbf460af604f331a6a9b762b6559a94e56780214c2af7865d14dc +SIZE (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 127427 +MD5 (xpi/firefox-i18n-3.6.2/et.xpi) = f0e589e072a784651f99e92f042277ea +SHA256 (xpi/firefox-i18n-3.6.2/et.xpi) = 0680530ac2e9fdad9e4c8132c9f73c592b038134c902ff6b0106eb91618728f2 +SIZE (xpi/firefox-i18n-3.6.2/et.xpi) = 126969 +MD5 (xpi/firefox-i18n-3.6.2/eu.xpi) = db5c050b3c2a021e7ac3d3994e854f81 +SHA256 (xpi/firefox-i18n-3.6.2/eu.xpi) = f80873bee8136116d18f7124b7208d220ee262d4785a9a2108c129c01f7056e6 +SIZE (xpi/firefox-i18n-3.6.2/eu.xpi) = 121518 +MD5 (xpi/firefox-i18n-3.6.2/fa.xpi) = 8965f1f0f91d5ddf4a4a13d33a68427d +SHA256 (xpi/firefox-i18n-3.6.2/fa.xpi) = 1f12d6aafcead1002e721e53dfb2009fb93c7b697e712c03719167a8062b7285 +SIZE (xpi/firefox-i18n-3.6.2/fa.xpi) = 138048 +MD5 (xpi/firefox-i18n-3.6.2/fi.xpi) = 24a92bdeab95870a3d731344983b2521 +SHA256 (xpi/firefox-i18n-3.6.2/fi.xpi) = f6afd11c4a1efd7d00fa4b43c9805bd1c9facdc9c0f6d2b83f5ce7d82283469a +SIZE (xpi/firefox-i18n-3.6.2/fi.xpi) = 126440 +MD5 (xpi/firefox-i18n-3.6.2/fr.xpi) = 833fed7b317b75143c0b6ebee4de725e +SHA256 (xpi/firefox-i18n-3.6.2/fr.xpi) = ae4e436fbdbcff9cf8989e356df87e0c691ba75b3236f0d38ed507b7b54d5b3c +SIZE (xpi/firefox-i18n-3.6.2/fr.xpi) = 128534 +MD5 (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 220f25796907e358dc2f4606a85832bc +SHA256 (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 16b1b7868f5089362e30ec34039c6f8fd2ea4590afc1ac9e0a052a21567af72d +SIZE (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 128850 +MD5 (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = a245d68cb35089fda224be7a434b5422 +SHA256 (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = 52ce5e2a24569e380c112c996e5d780c7e42dc03129b906f85724cfb99b4d659 +SIZE (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = 127359 +MD5 (xpi/firefox-i18n-3.6.2/gl.xpi) = 2d209aad5bf5b666f3db4ae093acec5c +SHA256 (xpi/firefox-i18n-3.6.2/gl.xpi) = 0e201d84dfb3835c0794033d290b839cd759fa2c80ae8854b70181a078d667ec +SIZE (xpi/firefox-i18n-3.6.2/gl.xpi) = 124830 +MD5 (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = dfb18d72a2ef86571225ac093f382be6 +SHA256 (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = c9859901aba7f12862a2fe1294935852bb3e36fd4b6d38cc9899865b6d464ee5 +SIZE (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = 145873 +MD5 (xpi/firefox-i18n-3.6.2/he.xpi) = f7d6481aab59ec9072a9d0f3b5e3bb89 +SHA256 (xpi/firefox-i18n-3.6.2/he.xpi) = a7e045f18e94574cf2f42cc00001e18c9178cdb924d92dc8f770b9898226e0d2 +SIZE (xpi/firefox-i18n-3.6.2/he.xpi) = 122707 +MD5 (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = eb57d5908b08fbaf381baf02351a8ef6 +SHA256 (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = 3e35ba3cc4a9604a0bda5f3e2056aa3f48406f583d7ad7823d428dd57af47a89 +SIZE (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = 141483 +MD5 (xpi/firefox-i18n-3.6.2/hr.xpi) = 0de65ab8a1301a3f41c41dcc7306092a +SHA256 (xpi/firefox-i18n-3.6.2/hr.xpi) = 40d257413114d22f03ae59b72c9fafc4670865a36236b44e8069385795047a96 +SIZE (xpi/firefox-i18n-3.6.2/hr.xpi) = 127062 +MD5 (xpi/firefox-i18n-3.6.2/hu.xpi) = 4e75f24d3db20fd823af8d2c57c142aa +SHA256 (xpi/firefox-i18n-3.6.2/hu.xpi) = 18fd022c7fa481734d30483c76ab8f5f91acc8032f4e9431d0d6bfbd0670fd1a +SIZE (xpi/firefox-i18n-3.6.2/hu.xpi) = 131550 +MD5 (xpi/firefox-i18n-3.6.2/id.xpi) = afe450c6774123dad769babddd7ee327 +SHA256 (xpi/firefox-i18n-3.6.2/id.xpi) = 93988991f335a392fdb95e64235457c82c86fb83f84d4562d67e88549cf23dcb +SIZE (xpi/firefox-i18n-3.6.2/id.xpi) = 103926 +MD5 (xpi/firefox-i18n-3.6.2/is.xpi) = 93dc41092e55ecf69fa7f1727fc6de17 +SHA256 (xpi/firefox-i18n-3.6.2/is.xpi) = 42cdd6b55cc70702581f84cd898dda1699bd0b6a2bce5d57cffb9938830e0823 +SIZE (xpi/firefox-i18n-3.6.2/is.xpi) = 123006 +MD5 (xpi/firefox-i18n-3.6.2/it.xpi) = e7ee390f0b20f8bb53a2bc8dfe8c0f51 +SHA256 (xpi/firefox-i18n-3.6.2/it.xpi) = dc14fc6f3a962d567f2bf3eae2c9517629ea6cef3bf2dd420dcf4d4922160e67 +SIZE (xpi/firefox-i18n-3.6.2/it.xpi) = 107706 +MD5 (xpi/firefox-i18n-3.6.2/ja.xpi) = fd78f12fdcdf692f6898f10893924aba +SHA256 (xpi/firefox-i18n-3.6.2/ja.xpi) = 595c8582a79573754a59d0a7af27e0d6539ef0d609033c355460e4ca0500b86f +SIZE (xpi/firefox-i18n-3.6.2/ja.xpi) = 136586 +MD5 (xpi/firefox-i18n-3.6.2/ka.xpi) = 5d218fd81f72fd09d206e38289c55fe8 +SHA256 (xpi/firefox-i18n-3.6.2/ka.xpi) = 79c9642231e7d860f76f92980083be41b2e9232fc6a5b387df8ef45d7cb3e980 +SIZE (xpi/firefox-i18n-3.6.2/ka.xpi) = 154148 +MD5 (xpi/firefox-i18n-3.6.2/kk.xpi) = 290af18dbd8ee444ef90f38cfda48f9d +SHA256 (xpi/firefox-i18n-3.6.2/kk.xpi) = f730b6ea829eb9fa72f18d8a91494b10b457cdb198dc53075f557de4a1f51cb8 +SIZE (xpi/firefox-i18n-3.6.2/kk.xpi) = 137724 +MD5 (xpi/firefox-i18n-3.6.2/kn.xpi) = 62a87e158a14ce330468bdb4bb63fd98 +SHA256 (xpi/firefox-i18n-3.6.2/kn.xpi) = 95478d9e44438e7a7af7c83cdfe9c8b91a92280f8758f15787f89c2cf445c3b2 +SIZE (xpi/firefox-i18n-3.6.2/kn.xpi) = 148421 +MD5 (xpi/firefox-i18n-3.6.2/ko.xpi) = 16d0e0896eff7983c80111db17124550 +SHA256 (xpi/firefox-i18n-3.6.2/ko.xpi) = 67d9109ed8a3e30b3d600d3c99de494c76a10f7e2027e3504ddbac7c137fc9dd +SIZE (xpi/firefox-i18n-3.6.2/ko.xpi) = 115383 +MD5 (xpi/firefox-i18n-3.6.2/ku.xpi) = 76b2fb3445b35dc4a03fa9fe3f91bcff +SHA256 (xpi/firefox-i18n-3.6.2/ku.xpi) = 1e773c66deab6089e064ea66c7ce4730c1bf59702caa43961ca9b95ee51400cb +SIZE (xpi/firefox-i18n-3.6.2/ku.xpi) = 130378 +MD5 (xpi/firefox-i18n-3.6.2/lt.xpi) = 6f185736ebfc5c0f975cc065de5b30a3 +SHA256 (xpi/firefox-i18n-3.6.2/lt.xpi) = c45a0e92c1c7ef08a8fa63c1452ad135ef4a189092e5f880f1236f6d1691d38c +SIZE (xpi/firefox-i18n-3.6.2/lt.xpi) = 139307 +MD5 (xpi/firefox-i18n-3.6.2/lv.xpi) = fafe715b149a643c274883c0ba0d1b89 +SHA256 (xpi/firefox-i18n-3.6.2/lv.xpi) = fdae7a3e4d82e3cbfc6f617d8966171dc6c16abaf553f7e3ab561dc674877b2d +SIZE (xpi/firefox-i18n-3.6.2/lv.xpi) = 124827 +MD5 (xpi/firefox-i18n-3.6.2/mk.xpi) = 7abdea5fbad108a3241fe047553de73e +SHA256 (xpi/firefox-i18n-3.6.2/mk.xpi) = c4b2bda44d8ebc2b349701670169f509287d366a628e0bda13aec4151a306f73 +SIZE (xpi/firefox-i18n-3.6.2/mk.xpi) = 127945 +MD5 (xpi/firefox-i18n-3.6.2/ml.xpi) = 93508bbfdecce59a5104668176cade6e +SHA256 (xpi/firefox-i18n-3.6.2/ml.xpi) = c704c981d6071154288d686e2a0fd79c3cc8df79c4de4d85192b3d29d5c6af54 +SIZE (xpi/firefox-i18n-3.6.2/ml.xpi) = 151880 +MD5 (xpi/firefox-i18n-3.6.2/mr.xpi) = aac86676f5e4fe881990b54d184d869a +SHA256 (xpi/firefox-i18n-3.6.2/mr.xpi) = b0d2cdcf5606aa2d271652fbfdc584721d89be21eeceda1061d289485d132380 +SIZE (xpi/firefox-i18n-3.6.2/mr.xpi) = 140488 +MD5 (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = 5c7926cacdce54e2218a839743496e01 +SHA256 (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = d0237f0b0836e7e0ad0c0995dc4a5d066b5219ac8484977bd2312f32bf1557d1 +SIZE (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = 123728 +MD5 (xpi/firefox-i18n-3.6.2/nl.xpi) = 354395ae42e4cfecced4294775f4186a +SHA256 (xpi/firefox-i18n-3.6.2/nl.xpi) = f566e9bf2e992d9e43bcd145187d83a12c9dd9218c484f20fcf0095894d45c6e +SIZE (xpi/firefox-i18n-3.6.2/nl.xpi) = 126068 +MD5 (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = 0a7dd2f0da27235be30420b81bbf10bc +SHA256 (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = e9859857cbc81837f8ab937851b094e69a6b5a8747c32cc02dd0f5fc3419ceca +SIZE (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = 125121 +MD5 (xpi/firefox-i18n-3.6.2/oc.xpi) = 2e3762813f17e4467716a2040e4c30b5 +SHA256 (xpi/firefox-i18n-3.6.2/oc.xpi) = 42e877f3087f70362b5fea71cf5df0adbdfcfe543b42bd704cd8a2d41ed4b956 +SIZE (xpi/firefox-i18n-3.6.2/oc.xpi) = 108343 +MD5 (xpi/firefox-i18n-3.6.2/or.xpi) = 092ac7f81e134f04cc465145b60d5002 +SHA256 (xpi/firefox-i18n-3.6.2/or.xpi) = fe8dfd8c3f6e030c124f8ee5ce6808fe8274329a790acd0ee83863c1239694d6 +SIZE (xpi/firefox-i18n-3.6.2/or.xpi) = 142200 +MD5 (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 8e11f068479917bd5247c56537abf8b3 +SHA256 (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 5c398d0cae9eaee87f219cdccf91884fa5d7b48e81ba4de4ac77fe16e98850d8 +SIZE (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 141718 +MD5 (xpi/firefox-i18n-3.6.2/pl.xpi) = c4693a24c4724cef4c12013778098f7a +SHA256 (xpi/firefox-i18n-3.6.2/pl.xpi) = 9bc3d7cc648d95d649ea862ba0d803f0613fd5245d4cc9c30ce45e65e8a0fe40 +SIZE (xpi/firefox-i18n-3.6.2/pl.xpi) = 130634 +MD5 (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 36d5443654f9d7bbaa44432c9be62c9a +SHA256 (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 6581bc855b5109eb68b3d87d8edb7596f90c31bbe8f2b4981506dc1e7add119c +SIZE (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 124989 +MD5 (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = 55e812a2384ffda162e6672310166262 +SHA256 (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = c98f8fb1e6794dcb697c8c40fb991743373310dcf4da94f095c9d4aef4391180 +SIZE (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = 124942 +MD5 (xpi/firefox-i18n-3.6.2/rm.xpi) = a239a06d074c3dc2a4a4737b276cfaad +SHA256 (xpi/firefox-i18n-3.6.2/rm.xpi) = a8f40d629f8db7f2cca2768bfb1f341c29a3ad81824b9d2b417181fcff92716d +SIZE (xpi/firefox-i18n-3.6.2/rm.xpi) = 127026 +MD5 (xpi/firefox-i18n-3.6.2/ro.xpi) = 78d506254e977cfc596258665c4f344b +SHA256 (xpi/firefox-i18n-3.6.2/ro.xpi) = f8fe0411d9feae51030c11e983855e4d8f29311450b02ded8ef56ce3fd6ed87f +SIZE (xpi/firefox-i18n-3.6.2/ro.xpi) = 128725 +MD5 (xpi/firefox-i18n-3.6.2/ru.xpi) = e0a3f60f143663acb1c58eb74c4eb585 +SHA256 (xpi/firefox-i18n-3.6.2/ru.xpi) = fc9a855583f039daf5c0a2517d31dea21ff1104b43aae019cd374af605f69d38 +SIZE (xpi/firefox-i18n-3.6.2/ru.xpi) = 124574 +MD5 (xpi/firefox-i18n-3.6.2/si.xpi) = a82f43d6341924bb46ac31702cb80787 +SHA256 (xpi/firefox-i18n-3.6.2/si.xpi) = cc82daec384df0f6eb418a5afdeaa9ad50e62c3e2c1a2d52f1a1d41afad318c9 +SIZE (xpi/firefox-i18n-3.6.2/si.xpi) = 142189 +MD5 (xpi/firefox-i18n-3.6.2/sk.xpi) = 1ac96364b0d62767d1b57b6ad78cf9eb +SHA256 (xpi/firefox-i18n-3.6.2/sk.xpi) = 3f8c15866709e557f3580918445b8496c216dfb0775659f552063d2ba4fa58cf +SIZE (xpi/firefox-i18n-3.6.2/sk.xpi) = 130718 +MD5 (xpi/firefox-i18n-3.6.2/sl.xpi) = 74c60b6cfc632d17cca35a9d79884c7a +SHA256 (xpi/firefox-i18n-3.6.2/sl.xpi) = 2e22e278c0f50ef874d1a0b987c2439d7ac9b7314617dddc6e397a372db47429 +SIZE (xpi/firefox-i18n-3.6.2/sl.xpi) = 123902 +MD5 (xpi/firefox-i18n-3.6.2/sq.xpi) = b68f88ea07722834f5a9dde82581d3fc +SHA256 (xpi/firefox-i18n-3.6.2/sq.xpi) = 2042370ee6b33213e8be5edf757db79305c2521d76f35fa23231ad41648473e9 +SIZE (xpi/firefox-i18n-3.6.2/sq.xpi) = 120934 +MD5 (xpi/firefox-i18n-3.6.2/sr.xpi) = 896a7e7629b61d933846ef9efe288ada +SHA256 (xpi/firefox-i18n-3.6.2/sr.xpi) = 6db567a5eae9c19c6393ef11b83e9e7ee11b136470bbd05741bd49ad266f3597 +SIZE (xpi/firefox-i18n-3.6.2/sr.xpi) = 136930 +MD5 (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = b8dc0908e82f5d338b325d1aed5b6c71 +SHA256 (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = f818535af1cded2c3d55bbc537d1bb4338f9abf7cef14fc561b6a0effae85153 +SIZE (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = 128075 +MD5 (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 94e5d7ea9b0a11c06ebce481ee0cb1a7 +SHA256 (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 6beb2a0369d3ecc990c033a1c9a25dced083c666669a989c90eeeb32d3a93761 +SIZE (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 149330 +MD5 (xpi/firefox-i18n-3.6.2/ta.xpi) = 6c4ee60e1c8a5c7eefa843f7b98a5db0 +SHA256 (xpi/firefox-i18n-3.6.2/ta.xpi) = 4ceb3b58e1e544994345eb3704115eabb19020419e8da693938c1dcad886c66b +SIZE (xpi/firefox-i18n-3.6.2/ta.xpi) = 136804 +MD5 (xpi/firefox-i18n-3.6.2/te.xpi) = 37dc154cff01eb19c9d835831ac5a4a6 +SHA256 (xpi/firefox-i18n-3.6.2/te.xpi) = 713a8596ca847d4b2f9b7375058f34c500066f5fa7cfc4384865891347c5c6f7 +SIZE (xpi/firefox-i18n-3.6.2/te.xpi) = 147402 +MD5 (xpi/firefox-i18n-3.6.2/th.xpi) = 12351748dbc10d3b618123f9ada1284a +SHA256 (xpi/firefox-i18n-3.6.2/th.xpi) = dfe374f3a7dec81da46e61c15fb7dc3879bcca87c356ed6cd5ded339a5b89095 +SIZE (xpi/firefox-i18n-3.6.2/th.xpi) = 134016 +MD5 (xpi/firefox-i18n-3.6.2/tr.xpi) = 3d391c58fd52a7ce9e8005fcc4fefc09 +SHA256 (xpi/firefox-i18n-3.6.2/tr.xpi) = 47f9564fcf4fdf89ba1bde11e87a334bbd605e0adba38c30e55bd0051812beef +SIZE (xpi/firefox-i18n-3.6.2/tr.xpi) = 125029 +MD5 (xpi/firefox-i18n-3.6.2/uk.xpi) = 3fd942c68feb4018cdad30b1dce321cd +SHA256 (xpi/firefox-i18n-3.6.2/uk.xpi) = e1246c0a024f0787d20ea860062a73ce4d3532d855824f3d78a4e62007f76dda +SIZE (xpi/firefox-i18n-3.6.2/uk.xpi) = 142824 +MD5 (xpi/firefox-i18n-3.6.2/vi.xpi) = d25c99e708652201910b19cf8e007cd3 +SHA256 (xpi/firefox-i18n-3.6.2/vi.xpi) = 7502579cbd898d5e75d64d7c52c958150a6afa395180cf0630c2ae747c12f0bb +SIZE (xpi/firefox-i18n-3.6.2/vi.xpi) = 129056 +MD5 (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 36163243e98213ecdff881e54945cc4b +SHA256 (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 047bb0d4ac721fb012c1c4a5aefd368d5080d8cfff475aff78117548c5112954 +SIZE (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 126695 +MD5 (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = d03068915380d6b4fb6f736b71884435 +SHA256 (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = acc73dad235e877baa9cfcf5b3182448d7dcb729d49cd5ee589e7b30315a6067 +SIZE (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = 128259 Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox/Makefile Tue Mar 23 08:25:55 2010 (r292) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: branches/experimental/www/firefox/distinfo ============================================================================== --- branches/experimental/www/firefox/distinfo Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox/distinfo Tue Mar 23 08:25:55 2010 (r292) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 Modified: branches/experimental/www/firefox/files/patch-security-coreconf-FreeBSD.mk ============================================================================== --- branches/experimental/www/firefox/files/patch-security-coreconf-FreeBSD.mk Mon Mar 22 14:09:45 2010 (r291) +++ branches/experimental/www/firefox/files/patch-security-coreconf-FreeBSD.mk Tue Mar 23 08:25:55 2010 (r292) @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox-i18n/Makefile Tue Mar 23 08:25:55 2010 (r292) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.34 2009/05/04 19:23:43 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.35 2010/02/08 17:43:31 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 3.6 +PORTVERSION= 3.6.2 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-i18n/Makefile.lang Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox-i18n/Makefile.lang Tue Mar 23 08:25:55 2010 (r292) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox35-i18n/Makefile.lang,v 1.5 2009/07/15 00:06:11 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.1 2010/02/08 17:43:32 beat Exp $ # # Currently, the following 74 languages are supported. # Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox-i18n/Makefile.option Tue Mar 23 08:25:55 2010 (r292) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox35-i18n/Makefile.option,v 1.4 2009/07/15 00:06:11 miwi Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.1 2010/02/08 17:43:32 beat Exp $ # OPTIONS= LANG_AF "Africaans" off \ LANG_SQ "Albanian" off \ Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox-i18n/distinfo Tue Mar 23 08:25:55 2010 (r292) @@ -1,219 +1,219 @@ -MD5 (xpi/firefox-i18n-3.6/af.xpi) = f37b31bd4bda9c68a5e6a102f6b404b8 -SHA256 (xpi/firefox-i18n-3.6/af.xpi) = 81de1a9f4134fa7d3447ceddc9cb579ddfde45c2f610021ddbb4c54e94b990cb -SIZE (xpi/firefox-i18n-3.6/af.xpi) = 121615 -MD5 (xpi/firefox-i18n-3.6/ar.xpi) = c6e40d4d47436cc889929450f7950c97 -SHA256 (xpi/firefox-i18n-3.6/ar.xpi) = d8da600225fe33922c009aaac9ae62d774e0e3980be160750c5a42b2b8173e88 -SIZE (xpi/firefox-i18n-3.6/ar.xpi) = 131701 -MD5 (xpi/firefox-i18n-3.6/as.xpi) = 0af49c58b5ec9d4acd719ba82ecfe403 -SHA256 (xpi/firefox-i18n-3.6/as.xpi) = 31187e5294cc1967bdce5fb408ecc23eb5554b1f80e22fd3151c9bf8a061828e -SIZE (xpi/firefox-i18n-3.6/as.xpi) = 134266 -MD5 (xpi/firefox-i18n-3.6/be.xpi) = c25ce2460bc5a8ed65687f784c5bda26 -SHA256 (xpi/firefox-i18n-3.6/be.xpi) = b2625949edc4654222c9f28931e73de1b6c16b8931561228f59700a4840ef2ca -SIZE (xpi/firefox-i18n-3.6/be.xpi) = 121955 -MD5 (xpi/firefox-i18n-3.6/bg.xpi) = 6f88874247d40af7309b237132d411ff -SHA256 (xpi/firefox-i18n-3.6/bg.xpi) = a0542510683c1eb926eec867f64c08b2e35492f3da4a383250e989e3357e712a -SIZE (xpi/firefox-i18n-3.6/bg.xpi) = 134076 -MD5 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 5ac30c94f294c17082147d2ab1776e3b -SHA256 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 4650760178b09a7756ac31b33c4188f7a0f682edcee7bbdf64c5fec1fbda66b4 -SIZE (xpi/firefox-i18n-3.6/bn-BD.xpi) = 140834 -MD5 (xpi/firefox-i18n-3.6/bn-IN.xpi) = 16d03085a6656dab3524bbcba6b08777 -SHA256 (xpi/firefox-i18n-3.6/bn-IN.xpi) = d519a5341f80cef929c67c1ead4df29fe7949aae3b862cf29c29404be21addbc -SIZE (xpi/firefox-i18n-3.6/bn-IN.xpi) = 159546 -MD5 (xpi/firefox-i18n-3.6/ca.xpi) = 4e76a17a176777a60a5a91a16b206fa1 -SHA256 (xpi/firefox-i18n-3.6/ca.xpi) = f75bdb1c4acc3a47545d335bdb000b6608add3df1fe3248574eb89e4aa8c45a0 -SIZE (xpi/firefox-i18n-3.6/ca.xpi) = 127603 -MD5 (xpi/firefox-i18n-3.6/cs.xpi) = 0f4e8d07f40e049804fc454398d16eb5 -SHA256 (xpi/firefox-i18n-3.6/cs.xpi) = 60fb9fca610fb8d2d5d2d4905e40f6353665926249b06ed63521bbb361e9ce36 -SIZE (xpi/firefox-i18n-3.6/cs.xpi) = 126417 -MD5 (xpi/firefox-i18n-3.6/cy.xpi) = 282b221c45e0466c38326f592face78b -SHA256 (xpi/firefox-i18n-3.6/cy.xpi) = f43592a45825f228ce6e333fa31934d0aca984279c9cdac5768bfeb45865b83e -SIZE (xpi/firefox-i18n-3.6/cy.xpi) = 121968 -MD5 (xpi/firefox-i18n-3.6/da.xpi) = 0b360614ee4a264fb50e09f30a80c1ac -SHA256 (xpi/firefox-i18n-3.6/da.xpi) = c0a2bcc18bdcb0c50b3f322f13c0696283fb235f048b1fa404fed7ca0756e522 -SIZE (xpi/firefox-i18n-3.6/da.xpi) = 125249 -MD5 (xpi/firefox-i18n-3.6/de.xpi) = 4036d09e6ba38518e24c66aa6ab2b083 -SHA256 (xpi/firefox-i18n-3.6/de.xpi) = 7c1cd5bcfb98936ae63e6fcefe566416f29fe023d646f876172ae910b9bde278 -SIZE (xpi/firefox-i18n-3.6/de.xpi) = 128615 -MD5 (xpi/firefox-i18n-3.6/el.xpi) = b535fd179d0527f6e336a60617938e03 -SHA256 (xpi/firefox-i18n-3.6/el.xpi) = 8eba3fb1474b2367f84c635d5e186ea63b4926053d10937f555fc345cea563b9 -SIZE (xpi/firefox-i18n-3.6/el.xpi) = 134902 -MD5 (xpi/firefox-i18n-3.6/en-GB.xpi) = 11f3a485b77f6f18cf479cccf86701f5 -SHA256 (xpi/firefox-i18n-3.6/en-GB.xpi) = 0abae31462a5487bb5bc42b9a3b841cb999d0ba8290c7f6c8664265fe00ca32f -SIZE (xpi/firefox-i18n-3.6/en-GB.xpi) = 118868 -MD5 (xpi/firefox-i18n-3.6/eo.xpi) = a7eb74faa6aaf1479ae6f547920a47fc -SHA256 (xpi/firefox-i18n-3.6/eo.xpi) = 31b69ff510246c5e3e57f0856f98acfc56e59e5e7a8a8035d0f5d44487af3248 -SIZE (xpi/firefox-i18n-3.6/eo.xpi) = 121546 -MD5 (xpi/firefox-i18n-3.6/es-AR.xpi) = 38f5746d10fed922cfb8f009896a6a88 -SHA256 (xpi/firefox-i18n-3.6/es-AR.xpi) = c548472a071879409519e1bacac64650a4d064a243d06a34f24f0fd99be1d6a9 -SIZE (xpi/firefox-i18n-3.6/es-AR.xpi) = 127405 -MD5 (xpi/firefox-i18n-3.6/es-CL.xpi) = a703b8afcc8b21cf5545e0a7b4fb7314 -SHA256 (xpi/firefox-i18n-3.6/es-CL.xpi) = 6c0b0d69d32ae2a2b5f2faaa149f4780f13b1ac6234a50b8053a347d2042f305 -SIZE (xpi/firefox-i18n-3.6/es-CL.xpi) = 129092 -MD5 (xpi/firefox-i18n-3.6/es-ES.xpi) = 118f951a878b814f66cd07185344f899 -SHA256 (xpi/firefox-i18n-3.6/es-ES.xpi) = cb245e21f8f79b8661bdbdeae170cab584702c38edc39cec12b7dcfbdf0fc11e -SIZE (xpi/firefox-i18n-3.6/es-ES.xpi) = 108451 -MD5 (xpi/firefox-i18n-3.6/es-MX.xpi) = 747450b24eaf0d49c802f7c6ae7bd35a -SHA256 (xpi/firefox-i18n-3.6/es-MX.xpi) = 858dabfe2ed71802b848c19765d1c3c6407d205535d21cae6a34ba96d5127df8 -SIZE (xpi/firefox-i18n-3.6/es-MX.xpi) = 127397 -MD5 (xpi/firefox-i18n-3.6/et.xpi) = e8b54bb31ba6228e8dbbd006a350a5cf -SHA256 (xpi/firefox-i18n-3.6/et.xpi) = 7a9e533c251de04e12de3f43ea7d8aedebcb46ea1ba2881923190be78bc91074 -SIZE (xpi/firefox-i18n-3.6/et.xpi) = 126959 -MD5 (xpi/firefox-i18n-3.6/eu.xpi) = d55e8b80697eeb36959ac5939bec2610 -SHA256 (xpi/firefox-i18n-3.6/eu.xpi) = efb9256c6f43b276ed99c70161ef63c813ff12da7966797ed8b7a975f099d9f5 -SIZE (xpi/firefox-i18n-3.6/eu.xpi) = 121533 -MD5 (xpi/firefox-i18n-3.6/fa.xpi) = 99d388aeb59da200ac009beda4801926 -SHA256 (xpi/firefox-i18n-3.6/fa.xpi) = 40535e815805a7c5345a3a28e13ce0754797f0795f197113b14ed68b5759add6 -SIZE (xpi/firefox-i18n-3.6/fa.xpi) = 138046 -MD5 (xpi/firefox-i18n-3.6/fi.xpi) = d7df73104cbafa66bbd479f1f1dd5e0a -SHA256 (xpi/firefox-i18n-3.6/fi.xpi) = 18a5d6827d66fedb21f4906b92a8a0a7c64eb8479183b0deac518d764d1a4cdc -SIZE (xpi/firefox-i18n-3.6/fi.xpi) = 126434 -MD5 (xpi/firefox-i18n-3.6/fr.xpi) = 658183e3e94959582c3bd382644692ea -SHA256 (xpi/firefox-i18n-3.6/fr.xpi) = b1aae2cd73d2b04643e67cd3a761e3b3f3b70f06ac426b8e7b6639cd25a34f01 -SIZE (xpi/firefox-i18n-3.6/fr.xpi) = 128544 -MD5 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 1a2b3d000bfe276560a3b6af5654a656 -SHA256 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 9f9b74f0626139ca7c39eaafbe9df1eb6a2eda5336c10e340a26416b3e688216 -SIZE (xpi/firefox-i18n-3.6/fy-NL.xpi) = 128850 -MD5 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 85e680d081c070e792d0b4fdd411c02e -SHA256 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 974107c08e085496082939edf5c41625a65fc59e5b377ade8888561eba2c25d2 -SIZE (xpi/firefox-i18n-3.6/ga-IE.xpi) = 127359 -MD5 (xpi/firefox-i18n-3.6/gl.xpi) = 7cfe500f9382ed88a04bacf2178935f7 -SHA256 (xpi/firefox-i18n-3.6/gl.xpi) = ff2cb6c75e3076f6beb13ceaa0136650c0bb29fb11f97b97d67ab53c2519104b -SIZE (xpi/firefox-i18n-3.6/gl.xpi) = 124792 -MD5 (xpi/firefox-i18n-3.6/gu-IN.xpi) = f8f6dd42126a977759e4384e72af4a1b -SHA256 (xpi/firefox-i18n-3.6/gu-IN.xpi) = abb94a6a851164eddf71fff74a60243eb0e102d332b462b1e73b2ee926bc2496 -SIZE (xpi/firefox-i18n-3.6/gu-IN.xpi) = 145894 -MD5 (xpi/firefox-i18n-3.6/he.xpi) = abc0a9ffd9abd732c3dfe0c2b6149c40 -SHA256 (xpi/firefox-i18n-3.6/he.xpi) = 5d5428956a939c2d97eae6967cd49a935e62443a788faa090f35b010e33acb2f -SIZE (xpi/firefox-i18n-3.6/he.xpi) = 122743 -MD5 (xpi/firefox-i18n-3.6/hi-IN.xpi) = caafd2b1837b35c35102f2fcb1117541 -SHA256 (xpi/firefox-i18n-3.6/hi-IN.xpi) = 303632cad7b77c52770cffe7dfdf3ff57ae6a60d8c21d559c92e496b79fd33c0 -SIZE (xpi/firefox-i18n-3.6/hi-IN.xpi) = 141455 -MD5 (xpi/firefox-i18n-3.6/hr.xpi) = 342493b8aa3661a9cb0249ca04c44150 -SHA256 (xpi/firefox-i18n-3.6/hr.xpi) = 3d148dae34d812117eaffb0b227e99d995ba3fc64303ca6b6bc2b8d09bf7a7b1 -SIZE (xpi/firefox-i18n-3.6/hr.xpi) = 127087 -MD5 (xpi/firefox-i18n-3.6/hu.xpi) = 74db06814d8f5136bb725868a1bf7a5b -SHA256 (xpi/firefox-i18n-3.6/hu.xpi) = 0229af815cd04d738536c8af0c2a16142e5f3cea2d18425b8bafd5790dc461b9 -SIZE (xpi/firefox-i18n-3.6/hu.xpi) = 131592 -MD5 (xpi/firefox-i18n-3.6/id.xpi) = 31e6e585066c0c2436fae48b1fb45c44 -SHA256 (xpi/firefox-i18n-3.6/id.xpi) = 05ac17928ad91a4c8dee4b852cc96664d89b1e82a758f537803dc809d7f9c686 -SIZE (xpi/firefox-i18n-3.6/id.xpi) = 103929 -MD5 (xpi/firefox-i18n-3.6/is.xpi) = deeeea09747f436d7b50bd94d2561558 -SHA256 (xpi/firefox-i18n-3.6/is.xpi) = be41ed5ca537016d6311ea6681df59c00d38652aead0cbadd52aff6934d7a016 -SIZE (xpi/firefox-i18n-3.6/is.xpi) = 123090 -MD5 (xpi/firefox-i18n-3.6/it.xpi) = 249689d9ef3a27a2d18486101ca72fb7 -SHA256 (xpi/firefox-i18n-3.6/it.xpi) = efeca003414b98e31994a4bd1ed867cccab6a9e4d6c18f1306daabd5b91182bf -SIZE (xpi/firefox-i18n-3.6/it.xpi) = 107733 -MD5 (xpi/firefox-i18n-3.6/ja.xpi) = 823bac9d98a1616ef3487bd3d3e62db4 -SHA256 (xpi/firefox-i18n-3.6/ja.xpi) = cef06cdbbda3202aac49a174f6aae0a77553eaa763096e049f0bfee2e5a9f1af -SIZE (xpi/firefox-i18n-3.6/ja.xpi) = 136594 -MD5 (xpi/firefox-i18n-3.6/ka.xpi) = 2c3def62a75d5bbc433847a7d357814d -SHA256 (xpi/firefox-i18n-3.6/ka.xpi) = bff2850be4628cf8184d5430ae335ef796a05a7cdcfce2cc96c697047652d9d6 -SIZE (xpi/firefox-i18n-3.6/ka.xpi) = 154116 -MD5 (xpi/firefox-i18n-3.6/kk.xpi) = efe6d4bfd3770bd3bba47c93d5b8c3bd -SHA256 (xpi/firefox-i18n-3.6/kk.xpi) = 9509e106605a541966234928008892384ced3c439d7ae6ed24de4f6a64d4bd0c -SIZE (xpi/firefox-i18n-3.6/kk.xpi) = 137757 -MD5 (xpi/firefox-i18n-3.6/kn.xpi) = 81f7a52a5c690bb369b5413bebea31c0 -SHA256 (xpi/firefox-i18n-3.6/kn.xpi) = f44cd250881138b84e8dd1dce2de4e02c5c02ace4c672647cc7b43cdbcdbe7ec -SIZE (xpi/firefox-i18n-3.6/kn.xpi) = 148388 -MD5 (xpi/firefox-i18n-3.6/ko.xpi) = e06dec3c0dc1b6a66aabf538eb3ae853 -SHA256 (xpi/firefox-i18n-3.6/ko.xpi) = cc32f718d0d5932cc2f1f64cff077ea3b517d31a8daee3dc11426a23ac563501 -SIZE (xpi/firefox-i18n-3.6/ko.xpi) = 115365 -MD5 (xpi/firefox-i18n-3.6/ku.xpi) = 41a546b03e122c22c1beaaddaa2a2dc1 -SHA256 (xpi/firefox-i18n-3.6/ku.xpi) = 28d7a85f5c9f8d0281b65e3ece5d95e3cd54ffd8146005eebda06405d10a424e -SIZE (xpi/firefox-i18n-3.6/ku.xpi) = 130225 -MD5 (xpi/firefox-i18n-3.6/lt.xpi) = feab7a21ff41175508d0a8e77cd5c609 -SHA256 (xpi/firefox-i18n-3.6/lt.xpi) = b9df08fa98ce2a8638a23e89e77722cacbd49fd335c2c32ef6dc45b490424f6f -SIZE (xpi/firefox-i18n-3.6/lt.xpi) = 139306 -MD5 (xpi/firefox-i18n-3.6/lv.xpi) = 977d25ed752a0d4ddcdc992a64245e89 -SHA256 (xpi/firefox-i18n-3.6/lv.xpi) = ce3fd27f78502094c052c8330a5e158c5d152916ecb8649ed2467ff9e9f263aa -SIZE (xpi/firefox-i18n-3.6/lv.xpi) = 124811 -MD5 (xpi/firefox-i18n-3.6/mk.xpi) = 3f2fc8c214d487437ecf274780363746 -SHA256 (xpi/firefox-i18n-3.6/mk.xpi) = 33a849a563bdc7a40f6ac59df332663e53a8b5fcb4cee14fc37a2ea721564a48 -SIZE (xpi/firefox-i18n-3.6/mk.xpi) = 127950 -MD5 (xpi/firefox-i18n-3.6/ml.xpi) = e35fbd0b14011beb913a73b44e69da78 -SHA256 (xpi/firefox-i18n-3.6/ml.xpi) = 11138b99c6e6d1e3870461618a07a4227132651f57dab676aa9a26d917b0d0bf -SIZE (xpi/firefox-i18n-3.6/ml.xpi) = 151845 -MD5 (xpi/firefox-i18n-3.6/mr.xpi) = ed6205ed23cc2ff639f36255e2c6a795 -SHA256 (xpi/firefox-i18n-3.6/mr.xpi) = 62f4db49979f62c5b6f2a2bcc6e6d4beeb54015aec8e5fe5eadb5f6aa92a41af -SIZE (xpi/firefox-i18n-3.6/mr.xpi) = 140527 -MD5 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 411b478c8ad6c2db9ebcd35ac999d589 -SHA256 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 6990c42d8ce7ff76d2f3c00942ca6d5a85bf0fd7dded739fa4cea4f974426651 -SIZE (xpi/firefox-i18n-3.6/nb-NO.xpi) = 123732 -MD5 (xpi/firefox-i18n-3.6/nl.xpi) = d0f8a38fcfabdcafb8160601e5bf6587 -SHA256 (xpi/firefox-i18n-3.6/nl.xpi) = abfd34786fade62248bd724bf4bf13ef50d07f59cb099693b6facc7f58753891 -SIZE (xpi/firefox-i18n-3.6/nl.xpi) = 126088 -MD5 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 78d6a0e451ddb1b95a4620db58e35aff -SHA256 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 77e62e2c124740f6e8d16a8162b2ef15c6edc9197278369ff393930edb1f436e -SIZE (xpi/firefox-i18n-3.6/nn-NO.xpi) = 125112 -MD5 (xpi/firefox-i18n-3.6/oc.xpi) = 076e3b89c01d9c040b3910f246775715 -SHA256 (xpi/firefox-i18n-3.6/oc.xpi) = f81c861ede0d0d1523b5751e2b2da9faf6ced2bb960008f298e22b597998ed33 -SIZE (xpi/firefox-i18n-3.6/oc.xpi) = 108302 -MD5 (xpi/firefox-i18n-3.6/or.xpi) = 423cf5ea88f77404ee2e664581b47b7e -SHA256 (xpi/firefox-i18n-3.6/or.xpi) = f0baf63c33fca905a6cdacb77d411749d20cc45b6129cfc6b07fb7e043713a6c -SIZE (xpi/firefox-i18n-3.6/or.xpi) = 142206 -MD5 (xpi/firefox-i18n-3.6/pa-IN.xpi) = 16c17ec25941f3ed2ebeff2cc60d58d3 -SHA256 (xpi/firefox-i18n-3.6/pa-IN.xpi) = b18594e488bb3b347f6472e71e73d91b1e90be527458c1ffe5934435daa5c045 -SIZE (xpi/firefox-i18n-3.6/pa-IN.xpi) = 141696 -MD5 (xpi/firefox-i18n-3.6/pl.xpi) = 0a0ded07b7729af9b8e6406121ba2f5c -SHA256 (xpi/firefox-i18n-3.6/pl.xpi) = 0fd8b0e13eb1fb6426406496d00d635a8eff3c716587d88f7872475bd3058c56 -SIZE (xpi/firefox-i18n-3.6/pl.xpi) = 130641 -MD5 (xpi/firefox-i18n-3.6/pt-BR.xpi) = 1a1392e767ca14e2c3109e78293a4832 -SHA256 (xpi/firefox-i18n-3.6/pt-BR.xpi) = a155be8d97db70065ab6444e49ed278e45a87ed15e42209d9e930b2d01ecff1b -SIZE (xpi/firefox-i18n-3.6/pt-BR.xpi) = 124959 -MD5 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 7bab0c34039340b7196264748c73eb0e -SHA256 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 8583fafde65922d625d5260e9bd3b2ef55bf41317934620744bf80cab81d55f4 -SIZE (xpi/firefox-i18n-3.6/pt-PT.xpi) = 124991 -MD5 (xpi/firefox-i18n-3.6/rm.xpi) = ec8aa17a534c36cc8d2ad9feddce07b2 -SHA256 (xpi/firefox-i18n-3.6/rm.xpi) = eb0711cbefd966b208c91a4124fa6dc6e884a3a2aec2c1239803058be6dcf9da -SIZE (xpi/firefox-i18n-3.6/rm.xpi) = 127023 -MD5 (xpi/firefox-i18n-3.6/ro.xpi) = 2f5131b9d25034d991dcf07775458d1c -SHA256 (xpi/firefox-i18n-3.6/ro.xpi) = a9c5615d8d893f0a33c15f001a82a03b74749d6ee64b0e6fbccdd47b163e4d78 -SIZE (xpi/firefox-i18n-3.6/ro.xpi) = 128710 -MD5 (xpi/firefox-i18n-3.6/ru.xpi) = c3a793edf7493297a9168b559dd53374 -SHA256 (xpi/firefox-i18n-3.6/ru.xpi) = 9c86897f6251ec1e5c7a81ac51bf3c62f71e2cc6798ac1c54c2a1439bc850a11 -SIZE (xpi/firefox-i18n-3.6/ru.xpi) = 124579 -MD5 (xpi/firefox-i18n-3.6/si.xpi) = 066475f374d9a66284b9e14cb36064ae -SHA256 (xpi/firefox-i18n-3.6/si.xpi) = 0dd79922a6308de404cb05193f041966358eb6068537c2c8458004860a857053 -SIZE (xpi/firefox-i18n-3.6/si.xpi) = 142225 -MD5 (xpi/firefox-i18n-3.6/sk.xpi) = e25b695dc7f9be472bd0709e7771cd62 -SHA256 (xpi/firefox-i18n-3.6/sk.xpi) = 4bf32e5208bc75e20f9df5e8696d1efbe095bd8d6274769728fcff56ac2af4a9 -SIZE (xpi/firefox-i18n-3.6/sk.xpi) = 130720 -MD5 (xpi/firefox-i18n-3.6/sl.xpi) = 8efc7f50090d29c77db623e0d5266fae -SHA256 (xpi/firefox-i18n-3.6/sl.xpi) = 72f8b6d34b9b4b76dfa766532c67935bc0d8de63261c31f73dedb426147dcd75 -SIZE (xpi/firefox-i18n-3.6/sl.xpi) = 123792 -MD5 (xpi/firefox-i18n-3.6/sq.xpi) = e5486c1ff2ab8f95d71095298b404439 -SHA256 (xpi/firefox-i18n-3.6/sq.xpi) = 846717f8dea71fb1d9587d48f78cff84c241162c9a10ebef617fdd079d201a97 -SIZE (xpi/firefox-i18n-3.6/sq.xpi) = 120898 -MD5 (xpi/firefox-i18n-3.6/sr.xpi) = 273c10beb966f843f51cb5ce5401c375 -SHA256 (xpi/firefox-i18n-3.6/sr.xpi) = 9e67e13913709bf96acdd678031ec245fa40a6915904f6fec559810eee191a56 -SIZE (xpi/firefox-i18n-3.6/sr.xpi) = 136895 -MD5 (xpi/firefox-i18n-3.6/sv-SE.xpi) = f1b844325f7f53de97c674aa2552bcc9 -SHA256 (xpi/firefox-i18n-3.6/sv-SE.xpi) = fc44b1327ec17a06b96020886ec35bd3f3d98f02d4ac29bab497c95ace6b3497 -SIZE (xpi/firefox-i18n-3.6/sv-SE.xpi) = 128086 -MD5 (xpi/firefox-i18n-3.6/ta-LK.xpi) = b45e259ba4984be8f2c144dc80f8f208 -SHA256 (xpi/firefox-i18n-3.6/ta-LK.xpi) = d8cad7703aafe09d0a4accd74af59e79e7a0c37349e43f47c9c26b51dfa05a0c -SIZE (xpi/firefox-i18n-3.6/ta-LK.xpi) = 149294 -MD5 (xpi/firefox-i18n-3.6/ta.xpi) = ca8f71aa47d5a2e0821e021417fe4de2 -SHA256 (xpi/firefox-i18n-3.6/ta.xpi) = c7673534ca632166385117b3a39832f52910b9138a97fbc12394e1dc144c4f21 -SIZE (xpi/firefox-i18n-3.6/ta.xpi) = 136770 -MD5 (xpi/firefox-i18n-3.6/te.xpi) = a6e2336840906d17cfa00f6029776176 -SHA256 (xpi/firefox-i18n-3.6/te.xpi) = 99db1bd41538ce1c53c8f814971c3baa6015249b61cba21fadcb4890aa0b9d6d -SIZE (xpi/firefox-i18n-3.6/te.xpi) = 147428 -MD5 (xpi/firefox-i18n-3.6/th.xpi) = de96ebf2a5410220cf26520d50dddb49 -SHA256 (xpi/firefox-i18n-3.6/th.xpi) = 53f343eb865a14b5af277c6f71395d9f915688f6e15cd517d22cb1e13d885c49 -SIZE (xpi/firefox-i18n-3.6/th.xpi) = 134036 -MD5 (xpi/firefox-i18n-3.6/tr.xpi) = 18237063fdbfe3f2f2403de7873de905 -SHA256 (xpi/firefox-i18n-3.6/tr.xpi) = dbd7221acafbbe87abbeff5e25775ecd338fc9e76d08c7381a4583ad40a62150 -SIZE (xpi/firefox-i18n-3.6/tr.xpi) = 125047 -MD5 (xpi/firefox-i18n-3.6/uk.xpi) = 52fd2085e3ddf8c2700a82ac96b01cc2 -SHA256 (xpi/firefox-i18n-3.6/uk.xpi) = 6a4e78035e15af3bbb70ef7917f9e7cda92d7d26e6b376b62d14d9a6301c53b5 -SIZE (xpi/firefox-i18n-3.6/uk.xpi) = 142835 -MD5 (xpi/firefox-i18n-3.6/vi.xpi) = 6c9e42cc355300f7d36616691140dcb8 -SHA256 (xpi/firefox-i18n-3.6/vi.xpi) = a2252a82981010384feaaff9afe4849381f0336d3510af7ddaf625c266f6b019 -SIZE (xpi/firefox-i18n-3.6/vi.xpi) = 129024 -MD5 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 99f8f76cf48b3726e7dbb166cfe8608d -SHA256 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 6ff9739f9620e6b8c07a16d4d7afac45ba280cc597d9b40ad04936801fce8131 -SIZE (xpi/firefox-i18n-3.6/zh-CN.xpi) = 126711 -MD5 (xpi/firefox-i18n-3.6/zh-TW.xpi) = ac204c6b032d9a70f4f3b417ef39bced -SHA256 (xpi/firefox-i18n-3.6/zh-TW.xpi) = 9551af78f32b10659dd890fde52632bb36cbe763b0e86e31978609f5c6aba2a6 -SIZE (xpi/firefox-i18n-3.6/zh-TW.xpi) = 128260 +MD5 (xpi/firefox-i18n-3.6.2/af.xpi) = 6098ee3000db24f8630f6d8481ab6738 +SHA256 (xpi/firefox-i18n-3.6.2/af.xpi) = 3b62d09ecd22b017bb773718d8b59368259c0f3840e228d8f2762b20dd23437c +SIZE (xpi/firefox-i18n-3.6.2/af.xpi) = 121622 +MD5 (xpi/firefox-i18n-3.6.2/ar.xpi) = 99621a07d3625d2b48ca8f6ec3e542bb +SHA256 (xpi/firefox-i18n-3.6.2/ar.xpi) = f960361bdda9ed2fb2f2aaa93cd74736a073eaf395e391011d785c2fa1c7cd60 +SIZE (xpi/firefox-i18n-3.6.2/ar.xpi) = 131701 +MD5 (xpi/firefox-i18n-3.6.2/as.xpi) = 5144667ac67180ee5a802029afcacb22 +SHA256 (xpi/firefox-i18n-3.6.2/as.xpi) = 8744d622d2e08df28edba5e82bcda17100dbbc203818b6f2d3940cd8996d0009 +SIZE (xpi/firefox-i18n-3.6.2/as.xpi) = 134296 +MD5 (xpi/firefox-i18n-3.6.2/be.xpi) = 3dddf0d91249f7ec753b414168910655 +SHA256 (xpi/firefox-i18n-3.6.2/be.xpi) = 755864ca7a0fbc752c4ab863b002e8cdbe66363cc0f8ccfda2cb242f83b4f99a +SIZE (xpi/firefox-i18n-3.6.2/be.xpi) = 121983 +MD5 (xpi/firefox-i18n-3.6.2/bg.xpi) = e3d7230d167d3dfa8ba904158a6d536f +SHA256 (xpi/firefox-i18n-3.6.2/bg.xpi) = e084d6095a88f0122a162ba0fba100f5c1a0ddcf9965c16933fd560706cb0063 +SIZE (xpi/firefox-i18n-3.6.2/bg.xpi) = 134072 +MD5 (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 0781de0249e275d3f46d9d57db07d5e8 +SHA256 (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 9a44cd4dbbe9bba5f940f5c88a78f359947137d72383690b4c56c70f1b5dc3d0 +SIZE (xpi/firefox-i18n-3.6.2/bn-BD.xpi) = 140822 +MD5 (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 5292991a5baf49dc238c57555a3e1d23 +SHA256 (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 245838fba89bd54f8ca42dad44da04628ecefa41a9ce0c974f41fb57ee339ab8 +SIZE (xpi/firefox-i18n-3.6.2/bn-IN.xpi) = 159545 +MD5 (xpi/firefox-i18n-3.6.2/ca.xpi) = f8978814c17699e464a61c99cf279988 +SHA256 (xpi/firefox-i18n-3.6.2/ca.xpi) = 09b43b56e67fc8dd3212b2804e73135222f0f9af41a44a10d496e246b4a997a9 +SIZE (xpi/firefox-i18n-3.6.2/ca.xpi) = 127570 +MD5 (xpi/firefox-i18n-3.6.2/cs.xpi) = 2390954d3d3899b31559dec854b692c8 +SHA256 (xpi/firefox-i18n-3.6.2/cs.xpi) = ca5b98f0e3e29729a7bae27ed0efae3d942e24872df0e699e18ebb2c79b50857 +SIZE (xpi/firefox-i18n-3.6.2/cs.xpi) = 126416 +MD5 (xpi/firefox-i18n-3.6.2/cy.xpi) = 9f41c969931d8e559d056a054b1844d8 +SHA256 (xpi/firefox-i18n-3.6.2/cy.xpi) = 09be8bbdcffcb7d5ca06e3bdf53993e35d70071083f3b9736dc937de89fc5ce3 +SIZE (xpi/firefox-i18n-3.6.2/cy.xpi) = 121979 +MD5 (xpi/firefox-i18n-3.6.2/da.xpi) = 45ad66651c5f26aef42f5f9d6a5bd1c7 +SHA256 (xpi/firefox-i18n-3.6.2/da.xpi) = de3ccd091253621c8a8ade95af5a93edd8f14714566d1709161eb4d703c26dd0 +SIZE (xpi/firefox-i18n-3.6.2/da.xpi) = 125224 +MD5 (xpi/firefox-i18n-3.6.2/de.xpi) = b701f8f81573aeb3bfddb63955c0f0b8 +SHA256 (xpi/firefox-i18n-3.6.2/de.xpi) = 07306a30f910bfb0309cdde3f498cd18e333a8c054c39e7a780d4fc29e7f969c +SIZE (xpi/firefox-i18n-3.6.2/de.xpi) = 128614 +MD5 (xpi/firefox-i18n-3.6.2/el.xpi) = 1e6915d27a9183bc0070e54332bb5182 +SHA256 (xpi/firefox-i18n-3.6.2/el.xpi) = c8d319f7faa4d8698771a12aee905f098a3195ee2f8fda3a0c5a7c3a21748136 +SIZE (xpi/firefox-i18n-3.6.2/el.xpi) = 134869 +MD5 (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 01c4dccd21e5b31e8ae2bee4925a0846 +SHA256 (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 3a7e4a51e9ae4e65107b9a929e69456c6a578702f9fccb641d35c1322510df28 +SIZE (xpi/firefox-i18n-3.6.2/en-GB.xpi) = 118873 +MD5 (xpi/firefox-i18n-3.6.2/eo.xpi) = e12a528c72e1e8f13e604f48cc7e1e09 +SHA256 (xpi/firefox-i18n-3.6.2/eo.xpi) = c3d9f500cef18b8d0b871a68690633c215bdad583845919c63d882d44a570d22 +SIZE (xpi/firefox-i18n-3.6.2/eo.xpi) = 121574 +MD5 (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 58a325ac2c88c7aeff6d5e5f427e5f8b +SHA256 (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 675f9b963c3a642b4854b5f389b965cfa00eeb7b019d716fb2f7e7b9e51bdbc2 +SIZE (xpi/firefox-i18n-3.6.2/es-AR.xpi) = 127429 +MD5 (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 1a35436da22ccb593667905dbca847b7 +SHA256 (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 7461e8c30c212f587213e33803b2d83b193d7b68a024da06d4c9d7afe1a8e4c4 +SIZE (xpi/firefox-i18n-3.6.2/es-CL.xpi) = 129070 +MD5 (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 244a5969458464ad37ba000dec0e8617 +SHA256 (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 51cf8ee8fe9f6d0c5a6a73ab31e510b71e643748a8d6515f9eb4ffaf2a128e81 +SIZE (xpi/firefox-i18n-3.6.2/es-ES.xpi) = 108478 +MD5 (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 27d1541dd6b77259752543f251a0079b +SHA256 (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 19523599211bbf460af604f331a6a9b762b6559a94e56780214c2af7865d14dc +SIZE (xpi/firefox-i18n-3.6.2/es-MX.xpi) = 127427 +MD5 (xpi/firefox-i18n-3.6.2/et.xpi) = f0e589e072a784651f99e92f042277ea +SHA256 (xpi/firefox-i18n-3.6.2/et.xpi) = 0680530ac2e9fdad9e4c8132c9f73c592b038134c902ff6b0106eb91618728f2 +SIZE (xpi/firefox-i18n-3.6.2/et.xpi) = 126969 +MD5 (xpi/firefox-i18n-3.6.2/eu.xpi) = db5c050b3c2a021e7ac3d3994e854f81 +SHA256 (xpi/firefox-i18n-3.6.2/eu.xpi) = f80873bee8136116d18f7124b7208d220ee262d4785a9a2108c129c01f7056e6 +SIZE (xpi/firefox-i18n-3.6.2/eu.xpi) = 121518 +MD5 (xpi/firefox-i18n-3.6.2/fa.xpi) = 8965f1f0f91d5ddf4a4a13d33a68427d +SHA256 (xpi/firefox-i18n-3.6.2/fa.xpi) = 1f12d6aafcead1002e721e53dfb2009fb93c7b697e712c03719167a8062b7285 +SIZE (xpi/firefox-i18n-3.6.2/fa.xpi) = 138048 +MD5 (xpi/firefox-i18n-3.6.2/fi.xpi) = 24a92bdeab95870a3d731344983b2521 +SHA256 (xpi/firefox-i18n-3.6.2/fi.xpi) = f6afd11c4a1efd7d00fa4b43c9805bd1c9facdc9c0f6d2b83f5ce7d82283469a +SIZE (xpi/firefox-i18n-3.6.2/fi.xpi) = 126440 +MD5 (xpi/firefox-i18n-3.6.2/fr.xpi) = 833fed7b317b75143c0b6ebee4de725e +SHA256 (xpi/firefox-i18n-3.6.2/fr.xpi) = ae4e436fbdbcff9cf8989e356df87e0c691ba75b3236f0d38ed507b7b54d5b3c +SIZE (xpi/firefox-i18n-3.6.2/fr.xpi) = 128534 +MD5 (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 220f25796907e358dc2f4606a85832bc +SHA256 (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 16b1b7868f5089362e30ec34039c6f8fd2ea4590afc1ac9e0a052a21567af72d +SIZE (xpi/firefox-i18n-3.6.2/fy-NL.xpi) = 128850 +MD5 (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = a245d68cb35089fda224be7a434b5422 +SHA256 (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = 52ce5e2a24569e380c112c996e5d780c7e42dc03129b906f85724cfb99b4d659 +SIZE (xpi/firefox-i18n-3.6.2/ga-IE.xpi) = 127359 +MD5 (xpi/firefox-i18n-3.6.2/gl.xpi) = 2d209aad5bf5b666f3db4ae093acec5c +SHA256 (xpi/firefox-i18n-3.6.2/gl.xpi) = 0e201d84dfb3835c0794033d290b839cd759fa2c80ae8854b70181a078d667ec +SIZE (xpi/firefox-i18n-3.6.2/gl.xpi) = 124830 +MD5 (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = dfb18d72a2ef86571225ac093f382be6 +SHA256 (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = c9859901aba7f12862a2fe1294935852bb3e36fd4b6d38cc9899865b6d464ee5 +SIZE (xpi/firefox-i18n-3.6.2/gu-IN.xpi) = 145873 +MD5 (xpi/firefox-i18n-3.6.2/he.xpi) = f7d6481aab59ec9072a9d0f3b5e3bb89 +SHA256 (xpi/firefox-i18n-3.6.2/he.xpi) = a7e045f18e94574cf2f42cc00001e18c9178cdb924d92dc8f770b9898226e0d2 +SIZE (xpi/firefox-i18n-3.6.2/he.xpi) = 122707 +MD5 (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = eb57d5908b08fbaf381baf02351a8ef6 +SHA256 (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = 3e35ba3cc4a9604a0bda5f3e2056aa3f48406f583d7ad7823d428dd57af47a89 +SIZE (xpi/firefox-i18n-3.6.2/hi-IN.xpi) = 141483 +MD5 (xpi/firefox-i18n-3.6.2/hr.xpi) = 0de65ab8a1301a3f41c41dcc7306092a +SHA256 (xpi/firefox-i18n-3.6.2/hr.xpi) = 40d257413114d22f03ae59b72c9fafc4670865a36236b44e8069385795047a96 +SIZE (xpi/firefox-i18n-3.6.2/hr.xpi) = 127062 +MD5 (xpi/firefox-i18n-3.6.2/hu.xpi) = 4e75f24d3db20fd823af8d2c57c142aa +SHA256 (xpi/firefox-i18n-3.6.2/hu.xpi) = 18fd022c7fa481734d30483c76ab8f5f91acc8032f4e9431d0d6bfbd0670fd1a +SIZE (xpi/firefox-i18n-3.6.2/hu.xpi) = 131550 +MD5 (xpi/firefox-i18n-3.6.2/id.xpi) = afe450c6774123dad769babddd7ee327 +SHA256 (xpi/firefox-i18n-3.6.2/id.xpi) = 93988991f335a392fdb95e64235457c82c86fb83f84d4562d67e88549cf23dcb +SIZE (xpi/firefox-i18n-3.6.2/id.xpi) = 103926 +MD5 (xpi/firefox-i18n-3.6.2/is.xpi) = 93dc41092e55ecf69fa7f1727fc6de17 +SHA256 (xpi/firefox-i18n-3.6.2/is.xpi) = 42cdd6b55cc70702581f84cd898dda1699bd0b6a2bce5d57cffb9938830e0823 +SIZE (xpi/firefox-i18n-3.6.2/is.xpi) = 123006 +MD5 (xpi/firefox-i18n-3.6.2/it.xpi) = e7ee390f0b20f8bb53a2bc8dfe8c0f51 +SHA256 (xpi/firefox-i18n-3.6.2/it.xpi) = dc14fc6f3a962d567f2bf3eae2c9517629ea6cef3bf2dd420dcf4d4922160e67 +SIZE (xpi/firefox-i18n-3.6.2/it.xpi) = 107706 +MD5 (xpi/firefox-i18n-3.6.2/ja.xpi) = fd78f12fdcdf692f6898f10893924aba +SHA256 (xpi/firefox-i18n-3.6.2/ja.xpi) = 595c8582a79573754a59d0a7af27e0d6539ef0d609033c355460e4ca0500b86f +SIZE (xpi/firefox-i18n-3.6.2/ja.xpi) = 136586 +MD5 (xpi/firefox-i18n-3.6.2/ka.xpi) = 5d218fd81f72fd09d206e38289c55fe8 +SHA256 (xpi/firefox-i18n-3.6.2/ka.xpi) = 79c9642231e7d860f76f92980083be41b2e9232fc6a5b387df8ef45d7cb3e980 +SIZE (xpi/firefox-i18n-3.6.2/ka.xpi) = 154148 +MD5 (xpi/firefox-i18n-3.6.2/kk.xpi) = 290af18dbd8ee444ef90f38cfda48f9d +SHA256 (xpi/firefox-i18n-3.6.2/kk.xpi) = f730b6ea829eb9fa72f18d8a91494b10b457cdb198dc53075f557de4a1f51cb8 +SIZE (xpi/firefox-i18n-3.6.2/kk.xpi) = 137724 +MD5 (xpi/firefox-i18n-3.6.2/kn.xpi) = 62a87e158a14ce330468bdb4bb63fd98 +SHA256 (xpi/firefox-i18n-3.6.2/kn.xpi) = 95478d9e44438e7a7af7c83cdfe9c8b91a92280f8758f15787f89c2cf445c3b2 +SIZE (xpi/firefox-i18n-3.6.2/kn.xpi) = 148421 +MD5 (xpi/firefox-i18n-3.6.2/ko.xpi) = 16d0e0896eff7983c80111db17124550 +SHA256 (xpi/firefox-i18n-3.6.2/ko.xpi) = 67d9109ed8a3e30b3d600d3c99de494c76a10f7e2027e3504ddbac7c137fc9dd +SIZE (xpi/firefox-i18n-3.6.2/ko.xpi) = 115383 +MD5 (xpi/firefox-i18n-3.6.2/ku.xpi) = 76b2fb3445b35dc4a03fa9fe3f91bcff +SHA256 (xpi/firefox-i18n-3.6.2/ku.xpi) = 1e773c66deab6089e064ea66c7ce4730c1bf59702caa43961ca9b95ee51400cb +SIZE (xpi/firefox-i18n-3.6.2/ku.xpi) = 130378 +MD5 (xpi/firefox-i18n-3.6.2/lt.xpi) = 6f185736ebfc5c0f975cc065de5b30a3 +SHA256 (xpi/firefox-i18n-3.6.2/lt.xpi) = c45a0e92c1c7ef08a8fa63c1452ad135ef4a189092e5f880f1236f6d1691d38c +SIZE (xpi/firefox-i18n-3.6.2/lt.xpi) = 139307 +MD5 (xpi/firefox-i18n-3.6.2/lv.xpi) = fafe715b149a643c274883c0ba0d1b89 +SHA256 (xpi/firefox-i18n-3.6.2/lv.xpi) = fdae7a3e4d82e3cbfc6f617d8966171dc6c16abaf553f7e3ab561dc674877b2d +SIZE (xpi/firefox-i18n-3.6.2/lv.xpi) = 124827 +MD5 (xpi/firefox-i18n-3.6.2/mk.xpi) = 7abdea5fbad108a3241fe047553de73e +SHA256 (xpi/firefox-i18n-3.6.2/mk.xpi) = c4b2bda44d8ebc2b349701670169f509287d366a628e0bda13aec4151a306f73 +SIZE (xpi/firefox-i18n-3.6.2/mk.xpi) = 127945 +MD5 (xpi/firefox-i18n-3.6.2/ml.xpi) = 93508bbfdecce59a5104668176cade6e +SHA256 (xpi/firefox-i18n-3.6.2/ml.xpi) = c704c981d6071154288d686e2a0fd79c3cc8df79c4de4d85192b3d29d5c6af54 +SIZE (xpi/firefox-i18n-3.6.2/ml.xpi) = 151880 +MD5 (xpi/firefox-i18n-3.6.2/mr.xpi) = aac86676f5e4fe881990b54d184d869a +SHA256 (xpi/firefox-i18n-3.6.2/mr.xpi) = b0d2cdcf5606aa2d271652fbfdc584721d89be21eeceda1061d289485d132380 +SIZE (xpi/firefox-i18n-3.6.2/mr.xpi) = 140488 +MD5 (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = 5c7926cacdce54e2218a839743496e01 +SHA256 (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = d0237f0b0836e7e0ad0c0995dc4a5d066b5219ac8484977bd2312f32bf1557d1 +SIZE (xpi/firefox-i18n-3.6.2/nb-NO.xpi) = 123728 +MD5 (xpi/firefox-i18n-3.6.2/nl.xpi) = 354395ae42e4cfecced4294775f4186a +SHA256 (xpi/firefox-i18n-3.6.2/nl.xpi) = f566e9bf2e992d9e43bcd145187d83a12c9dd9218c484f20fcf0095894d45c6e +SIZE (xpi/firefox-i18n-3.6.2/nl.xpi) = 126068 +MD5 (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = 0a7dd2f0da27235be30420b81bbf10bc +SHA256 (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = e9859857cbc81837f8ab937851b094e69a6b5a8747c32cc02dd0f5fc3419ceca +SIZE (xpi/firefox-i18n-3.6.2/nn-NO.xpi) = 125121 +MD5 (xpi/firefox-i18n-3.6.2/oc.xpi) = 2e3762813f17e4467716a2040e4c30b5 +SHA256 (xpi/firefox-i18n-3.6.2/oc.xpi) = 42e877f3087f70362b5fea71cf5df0adbdfcfe543b42bd704cd8a2d41ed4b956 +SIZE (xpi/firefox-i18n-3.6.2/oc.xpi) = 108343 +MD5 (xpi/firefox-i18n-3.6.2/or.xpi) = 092ac7f81e134f04cc465145b60d5002 +SHA256 (xpi/firefox-i18n-3.6.2/or.xpi) = fe8dfd8c3f6e030c124f8ee5ce6808fe8274329a790acd0ee83863c1239694d6 +SIZE (xpi/firefox-i18n-3.6.2/or.xpi) = 142200 +MD5 (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 8e11f068479917bd5247c56537abf8b3 +SHA256 (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 5c398d0cae9eaee87f219cdccf91884fa5d7b48e81ba4de4ac77fe16e98850d8 +SIZE (xpi/firefox-i18n-3.6.2/pa-IN.xpi) = 141718 +MD5 (xpi/firefox-i18n-3.6.2/pl.xpi) = c4693a24c4724cef4c12013778098f7a +SHA256 (xpi/firefox-i18n-3.6.2/pl.xpi) = 9bc3d7cc648d95d649ea862ba0d803f0613fd5245d4cc9c30ce45e65e8a0fe40 +SIZE (xpi/firefox-i18n-3.6.2/pl.xpi) = 130634 +MD5 (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 36d5443654f9d7bbaa44432c9be62c9a +SHA256 (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 6581bc855b5109eb68b3d87d8edb7596f90c31bbe8f2b4981506dc1e7add119c +SIZE (xpi/firefox-i18n-3.6.2/pt-BR.xpi) = 124989 +MD5 (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = 55e812a2384ffda162e6672310166262 +SHA256 (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = c98f8fb1e6794dcb697c8c40fb991743373310dcf4da94f095c9d4aef4391180 +SIZE (xpi/firefox-i18n-3.6.2/pt-PT.xpi) = 124942 +MD5 (xpi/firefox-i18n-3.6.2/rm.xpi) = a239a06d074c3dc2a4a4737b276cfaad +SHA256 (xpi/firefox-i18n-3.6.2/rm.xpi) = a8f40d629f8db7f2cca2768bfb1f341c29a3ad81824b9d2b417181fcff92716d +SIZE (xpi/firefox-i18n-3.6.2/rm.xpi) = 127026 +MD5 (xpi/firefox-i18n-3.6.2/ro.xpi) = 78d506254e977cfc596258665c4f344b +SHA256 (xpi/firefox-i18n-3.6.2/ro.xpi) = f8fe0411d9feae51030c11e983855e4d8f29311450b02ded8ef56ce3fd6ed87f +SIZE (xpi/firefox-i18n-3.6.2/ro.xpi) = 128725 +MD5 (xpi/firefox-i18n-3.6.2/ru.xpi) = e0a3f60f143663acb1c58eb74c4eb585 +SHA256 (xpi/firefox-i18n-3.6.2/ru.xpi) = fc9a855583f039daf5c0a2517d31dea21ff1104b43aae019cd374af605f69d38 +SIZE (xpi/firefox-i18n-3.6.2/ru.xpi) = 124574 +MD5 (xpi/firefox-i18n-3.6.2/si.xpi) = a82f43d6341924bb46ac31702cb80787 +SHA256 (xpi/firefox-i18n-3.6.2/si.xpi) = cc82daec384df0f6eb418a5afdeaa9ad50e62c3e2c1a2d52f1a1d41afad318c9 +SIZE (xpi/firefox-i18n-3.6.2/si.xpi) = 142189 +MD5 (xpi/firefox-i18n-3.6.2/sk.xpi) = 1ac96364b0d62767d1b57b6ad78cf9eb +SHA256 (xpi/firefox-i18n-3.6.2/sk.xpi) = 3f8c15866709e557f3580918445b8496c216dfb0775659f552063d2ba4fa58cf +SIZE (xpi/firefox-i18n-3.6.2/sk.xpi) = 130718 +MD5 (xpi/firefox-i18n-3.6.2/sl.xpi) = 74c60b6cfc632d17cca35a9d79884c7a +SHA256 (xpi/firefox-i18n-3.6.2/sl.xpi) = 2e22e278c0f50ef874d1a0b987c2439d7ac9b7314617dddc6e397a372db47429 +SIZE (xpi/firefox-i18n-3.6.2/sl.xpi) = 123902 +MD5 (xpi/firefox-i18n-3.6.2/sq.xpi) = b68f88ea07722834f5a9dde82581d3fc +SHA256 (xpi/firefox-i18n-3.6.2/sq.xpi) = 2042370ee6b33213e8be5edf757db79305c2521d76f35fa23231ad41648473e9 +SIZE (xpi/firefox-i18n-3.6.2/sq.xpi) = 120934 +MD5 (xpi/firefox-i18n-3.6.2/sr.xpi) = 896a7e7629b61d933846ef9efe288ada +SHA256 (xpi/firefox-i18n-3.6.2/sr.xpi) = 6db567a5eae9c19c6393ef11b83e9e7ee11b136470bbd05741bd49ad266f3597 +SIZE (xpi/firefox-i18n-3.6.2/sr.xpi) = 136930 +MD5 (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = b8dc0908e82f5d338b325d1aed5b6c71 +SHA256 (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = f818535af1cded2c3d55bbc537d1bb4338f9abf7cef14fc561b6a0effae85153 +SIZE (xpi/firefox-i18n-3.6.2/sv-SE.xpi) = 128075 +MD5 (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 94e5d7ea9b0a11c06ebce481ee0cb1a7 +SHA256 (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 6beb2a0369d3ecc990c033a1c9a25dced083c666669a989c90eeeb32d3a93761 +SIZE (xpi/firefox-i18n-3.6.2/ta-LK.xpi) = 149330 +MD5 (xpi/firefox-i18n-3.6.2/ta.xpi) = 6c4ee60e1c8a5c7eefa843f7b98a5db0 +SHA256 (xpi/firefox-i18n-3.6.2/ta.xpi) = 4ceb3b58e1e544994345eb3704115eabb19020419e8da693938c1dcad886c66b +SIZE (xpi/firefox-i18n-3.6.2/ta.xpi) = 136804 +MD5 (xpi/firefox-i18n-3.6.2/te.xpi) = 37dc154cff01eb19c9d835831ac5a4a6 +SHA256 (xpi/firefox-i18n-3.6.2/te.xpi) = 713a8596ca847d4b2f9b7375058f34c500066f5fa7cfc4384865891347c5c6f7 +SIZE (xpi/firefox-i18n-3.6.2/te.xpi) = 147402 +MD5 (xpi/firefox-i18n-3.6.2/th.xpi) = 12351748dbc10d3b618123f9ada1284a +SHA256 (xpi/firefox-i18n-3.6.2/th.xpi) = dfe374f3a7dec81da46e61c15fb7dc3879bcca87c356ed6cd5ded339a5b89095 +SIZE (xpi/firefox-i18n-3.6.2/th.xpi) = 134016 +MD5 (xpi/firefox-i18n-3.6.2/tr.xpi) = 3d391c58fd52a7ce9e8005fcc4fefc09 +SHA256 (xpi/firefox-i18n-3.6.2/tr.xpi) = 47f9564fcf4fdf89ba1bde11e87a334bbd605e0adba38c30e55bd0051812beef +SIZE (xpi/firefox-i18n-3.6.2/tr.xpi) = 125029 +MD5 (xpi/firefox-i18n-3.6.2/uk.xpi) = 3fd942c68feb4018cdad30b1dce321cd +SHA256 (xpi/firefox-i18n-3.6.2/uk.xpi) = e1246c0a024f0787d20ea860062a73ce4d3532d855824f3d78a4e62007f76dda +SIZE (xpi/firefox-i18n-3.6.2/uk.xpi) = 142824 +MD5 (xpi/firefox-i18n-3.6.2/vi.xpi) = d25c99e708652201910b19cf8e007cd3 +SHA256 (xpi/firefox-i18n-3.6.2/vi.xpi) = 7502579cbd898d5e75d64d7c52c958150a6afa395180cf0630c2ae747c12f0bb +SIZE (xpi/firefox-i18n-3.6.2/vi.xpi) = 129056 +MD5 (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 36163243e98213ecdff881e54945cc4b +SHA256 (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 047bb0d4ac721fb012c1c4a5aefd368d5080d8cfff475aff78117548c5112954 +SIZE (xpi/firefox-i18n-3.6.2/zh-CN.xpi) = 126695 +MD5 (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = d03068915380d6b4fb6f736b71884435 +SHA256 (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = acc73dad235e877baa9cfcf5b3182448d7dcb729d49cd5ee589e7b30315a6067 +SIZE (xpi/firefox-i18n-3.6.2/zh-TW.xpi) = 128259 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox/Makefile Tue Mar 23 08:25:55 2010 (r292) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox/distinfo Tue Mar 23 08:25:55 2010 (r292) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 Modified: trunk/www/firefox/files/patch-security-coreconf-FreeBSD.mk ============================================================================== --- trunk/www/firefox/files/patch-security-coreconf-FreeBSD.mk Mon Mar 22 14:09:45 2010 (r291) +++ trunk/www/firefox/files/patch-security-coreconf-FreeBSD.mk Tue Mar 23 08:25:55 2010 (r292) @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ From owner-freebsd-gecko@FreeBSD.ORG Tue Mar 23 22:10:03 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB3C1065670 for ; Tue, 23 Mar 2010 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADB278FC1B for ; Tue, 23 Mar 2010 22:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2NMA2Rp064363 for ; Tue, 23 Mar 2010 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2NMA2n2064362; Tue, 23 Mar 2010 22:10:02 GMT (envelope-from gnats) Date: Tue, 23 Mar 2010 22:10:02 GMT Message-Id: <201003232210.o2NMA2n2064362@freefall.freebsd.org> To: gecko@FreeBSD.org From: Norbert Koch Cc: Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Norbert Koch List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 22:10:03 -0000 The following reply was made to PR ports/144145; it has been noted by GNATS. From: Norbert Koch To: Beat Gaetzi Cc: bug-followup@FreeBSD.org Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection Date: Tue, 23 Mar 2010 22:34:47 +0100 Beat Gaetzi schrieb: > Hi, > > As I'm still not able to reproduce this problem on all of my > workstations could you please test if this problem still occur with the > latest build candidate of Firefox 3.6.2. > > Thanks, > Beat > Hello, I just installed the official 3.6.2 port. This is my output from pkg_info: firefox-3.6.2,1 firefox-i18n-3.6.2 After starting Firefox with my existing ~/.mozilla settings directory it crashed immediately. After renaming ~/.mozilla, Firefox started. Non-https connections worked (as expected). Then I tried this: 1. One of my websites with a certificate from cacert.org. Firefox complained as expected. After confirming to add a security exception Firefox correctly showed my site. 2. The banking portal of Deutsche Bank: Firefox hangs. 3. The banking portal of Sparkasse Siegen: Firefox hangs. 4. I manually imported cacert's root certificate. Now my website certified from cacert became inaccessible and Firefox hanged too! 5. I deleted the security exception for my site and cacert's certificate. After restarting Firefox (not before) my site was accessible again after confirming a security exception as above. Does this help? Is there any information from my FreeBSD installation that could help? From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 25 10:11:52 2010 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 8768C1065670; Thu, 25 Mar 2010 10:11:52 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 46BF68FC1F; Thu, 25 Mar 2010 10:11:51 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1Nuk2Y-00030S-Sx; Thu, 25 Mar 2010 10:11:50 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1Nuk2Y-0007Og-Of; Thu, 25 Mar 2010 10:11:50 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.3) with ESMTP id o2PABoTW022547; Thu, 25 Mar 2010 10:11:50 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.3/Submit) id o2PABoAe022546; Thu, 25 Mar 2010 10:11:50 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 25 Mar 2010 10:11:50 +0000 From: Anton Shterenlikht To: gecko@freebsd.org Message-ID: <20100325101150.GE22340@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ia64@freebsd.org Subject: firefox-3.6.2,1 dumps core on ia64 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, 25 Mar 2010 10:11:52 -0000 On FreeBSD ia64 9.0-CURRENT #0 r203484M port www/firefox-3.6.2,1 dumps core on launch always with: [skip] WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5727 WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5727 WARNING: Positioned frame that does not handle positioned kids; looking further up the parent chain: file nsCSSFrameConstructor.cpp, line 5727 *** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 326" data: no] ++DOMWINDOW == 13 (0x200000004b97a458) [serial = 13] [outer = 0x200000004a72b000] ++DOMWINDOW == 14 (0x200000004b97d858) [serial = 14] [outer = 0x200000004b864400] Bus error (core dumped) Please advise many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 26 10:59:01 2010 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 B2E501065670 for ; Fri, 26 Mar 2010 10:59:01 +0000 (UTC) (envelope-from piokud84@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 455B48FC18 for ; Fri, 26 Mar 2010 10:59:00 +0000 (UTC) Received: by fxm25 with SMTP id 25so15176fxm.3 for ; Fri, 26 Mar 2010 03:59:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=1MqNf5BeestrjPotjhxVYfsNEkJu3gTS0mRe2GvbIWM=; b=w72tZyOqZg2QYrATfnv3BUuCJ14cI29Mp5znHAN8XpCiR2VpuQht3tWpWN7jply/Om 7UM1fLTiUIGw6TD4fOlsMbqOtZuLRLs12K9fslYKz5LCD+SsikwqmcBkocJyE0H38gEC j9EjbM7nAmvk5A4QA91/e/1aOgP1U2/MusXWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=VTh0t9CK62eyCFSuxvJ37wQYZ3OmZvPpGxL5qVuWVYdiNKZXrBjBz2z2g9ZaYqY5Rs WHHPXLWdFfdUfqRGLs+K3JpSttAojd2QC0KqRztLa35TBXP5U1dWmqowYWMv6LKY5XV5 gnuWNXugOQGjF8dDlMNS381bw8Or3EcxSEJqo= Received: by 10.103.163.20 with SMTP id q20mr360360muo.131.1269599464496; Fri, 26 Mar 2010 03:31:04 -0700 (PDT) Received: from sng (chello089074015015.chello.pl [89.74.15.15]) by mx.google.com with ESMTPS id 23sm3126154mum.26.2010.03.26.03.31.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Mar 2010 03:31:03 -0700 (PDT) Date: Fri, 26 Mar 2010 11:31:12 +0100 From: Piotrek To: gecko@FreeBSD.org Message-Id: <20100326113112.b1901be2.piokud84@gmail.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Session manager doesen't restore firefox 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: Fri, 26 Mar 2010 10:59:01 -0000 Hi I'm using XFCE, i have set save session with each logout, everything works great except firefox (3.5.8,1) restoring. Console says firefox-bin no such file or directory, because in /usr/X11R6/bin is firefox3, so what i did was ln -s /usr/X11R6/bin/firefox3 /usr/X11R6/bin/firefox-bin Could You make firefox prot to do that automatically ?? Regards Piotr -- Piotrek From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 27 12:30:03 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F7CB106566B for ; Sat, 27 Mar 2010 12:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0498FC14 for ; Sat, 27 Mar 2010 12:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2RCU3ph058317 for ; Sat, 27 Mar 2010 12:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2RCU2jD058316; Sat, 27 Mar 2010 12:30:03 GMT (envelope-from gnats) Date: Sat, 27 Mar 2010 12:30:03 GMT Message-Id: <201003271230.o2RCU2jD058316@freefall.freebsd.org> To: gecko@FreeBSD.org From: "Hardy Schumacher" Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hardy Schumacher List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 12:30:03 -0000 The following reply was made to PR ports/144734; it has been noted by GNATS. From: "Hardy Schumacher" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close Date: Sat, 27 Mar 2010 13:25:30 +0100 I tried starting firefox with "--save-mode": The effect, that the processes are still there after closing firefox was gone. After that I removed my "$HOME/.mozilla" folder, so firefox could start with a fresh environment. In this case there were no firefox processes after closing the application. It seems that old user settings were the root cause of the problem. Therefore I prefer to close this PR. Sorry for the inconvenience. Regards, Hardy -- GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.! http://portal.gmx.net/de/go/dsl02 From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 27 12:37:45 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D14F51065672; Sat, 27 Mar 2010 12:37:45 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A886C8FC08; Sat, 27 Mar 2010 12:37:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2RCbjRg067515; Sat, 27 Mar 2010 12:37:45 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2RCbjRC067511; Sat, 27 Mar 2010 12:37:45 GMT (envelope-from beat) Date: Sat, 27 Mar 2010 12:37:45 GMT Message-Id: <201003271237.o2RCbjRC067511@freefall.freebsd.org> To: hardy.schumacher@gmx.de, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close 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: Sat, 27 Mar 2010 12:37:45 -0000 Synopsis: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Sat Mar 27 12:37:16 UTC 2010 State-Changed-Why: Closed on submitters request. Thanks for your feedback! http://www.freebsd.org/cgi/query-pr.cgi?pr=144734 From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 27 12:40:03 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDE7D106564A for ; Sat, 27 Mar 2010 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADAF18FC1B for ; Sat, 27 Mar 2010 12:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2RCe3nt067547 for ; Sat, 27 Mar 2010 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2RCe3pf067545; Sat, 27 Mar 2010 12:40:03 GMT (envelope-from gnats) Date: Sat, 27 Mar 2010 12:40:03 GMT Message-Id: <201003271240.o2RCe3pf067545@freefall.freebsd.org> To: gecko@FreeBSD.org From: "Hardy Schumacher" Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hardy Schumacher List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 12:40:03 -0000 The following reply was made to PR ports/144734; it has been noted by GNATS. From: "Hardy Schumacher" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/144734: www/firefox: Firefox-3.6 doesn't terminate it's processes correctly on close Date: Sat, 27 Mar 2010 13:31:50 +0100 Sorry, I have to recall my last message: Right after I wrote the last E-Mail I closed my firefox, and the processes were still there again. So I cannot say that the issue is gone forever. It seems that in some cases the issue is not there, but in general there is an issue. So the PR has to be kept open. Regards, Hardy -- GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.! http://portal.gmx.net/de/go/dsl02