From owner-freebsd-gecko@FreeBSD.ORG Sun Feb 16 23:28:22 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0316B5C7 for ; Sun, 16 Feb 2014 23:28:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 883D6188F for ; Sun, 16 Feb 2014 23:28:21 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s1GNSCUj014813 for ; Sun, 16 Feb 2014 23:28:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s1GNS7nI014215 for freebsd-gecko@freebsd.org; Sun, 16 Feb 2014 23:28:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 16 Feb 2014 23:28:07 GMT Message-Id: <201402162328.s1GNS7nI014215@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 Subject: [SVN-Commit] r1500 - in trunk/www/seamonkey: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 16 Feb 2014 23:28:22 -0000 Author: jbeich Date: Sun Feb 16 23:28:07 2014 New Revision: 1500 Log: make enigmail built with clang match TARGET_XPCOM_ABI Modified: trunk/www/seamonkey/Makefile trunk/www/seamonkey/files/extra-patch-mailnews-extensions-enigmail-config-getOsTarget.pl Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sat Feb 15 17:24:29 2014 (r1499) +++ trunk/www/seamonkey/Makefile Sun Feb 16 23:28:07 2014 (r1500) @@ -99,7 +99,7 @@ RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.xz -EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:L}-${ARCH:S/amd64/x86_64/}-${CC:T}.xpi +EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:L}-${ARCH:S/amd64/x86_64/}-gcc3.xpi EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5} EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ Modified: trunk/www/seamonkey/files/extra-patch-mailnews-extensions-enigmail-config-getOsTarget.pl ============================================================================== --- trunk/www/seamonkey/files/extra-patch-mailnews-extensions-enigmail-config-getOsTarget.pl Sat Feb 15 17:24:29 2014 (r1499) +++ trunk/www/seamonkey/files/extra-patch-mailnews-extensions-enigmail-config-getOsTarget.pl Sun Feb 16 23:28:07 2014 (r1500) @@ -33,7 +33,7 @@ $targetComp = "msvc"; } -if ($srcComp =~ /^gcc/) { -+elsif ($srcComp =~ /gcc/) { ++elsif ($srcComp =~ /gcc/ || $srcComp =~ /clang/) { $targetComp = "gcc3"; } -elsif ($srcComp =~ /^cc/) { From owner-freebsd-gecko@FreeBSD.ORG Mon Feb 17 11:06:47 2014 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21F5AD25 for ; Mon, 17 Feb 2014 11:06:47 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E842111B5 for ; Mon, 17 Feb 2014 11:06:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HB6kW2033031 for ; Mon, 17 Feb 2014 11:06:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HB6kT1033029 for freebsd-gecko@FreeBSD.org; Mon, 17 Feb 2014 11:06:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Feb 2014 11:06:46 GMT Message-Id: <201402171106.s1HB6kT1033029@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 Subject: Current problem reports assigned to freebsd-gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 11:06:47 -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/186748 gecko mail/thunderbird 24.3.0_1 does not work with amd (am-u 1 problem total. From owner-freebsd-gecko@FreeBSD.ORG Mon Feb 17 11:07:05 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AEC9ED3 for ; Mon, 17 Feb 2014 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF79D11F4 for ; Mon, 17 Feb 2014 11:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HB74PG033384 for ; Mon, 17 Feb 2014 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HB74L9033382 for gecko@FreeBSD.org; Mon, 17 Feb 2014 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Feb 2014 11:07:04 GMT Message-Id: <201402171107.s1HB74L9033382@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 Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 11:07:05 -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/186580 gecko www/seamonkey fails to build on sparc64 o ports/186541 gecko installing www/libxul fails o ports/186174 gecko add LIB_DEPENDS= libv4l2 to www/firefox/Makefile o ports/185527 gecko [PATCH] security/nss: Added forgotten libnsssysinit.so o ports/185210 gecko www/seamonkey-i18n: options sometimes ignored o ports/184630 gecko mail/thunderbird jobserver unavailable o ports/184399 gecko www/seamonkey build error on i386 o ports/183630 gecko www/firefox: Firefox 25.0_1,1 cannot built on amd64 o ports/182499 gecko www/firefox crash when i try use textproc/ibus/ o ports/182411 gecko mail/thunderbird: Does not build with poudriere on 9.1 o ports/182386 gecko mail/thunderbird-i18n: fail to build at install stage o ports/182351 gecko mail/thunderbird - doesn't build with qt3 o ports/182346 gecko mail/thunderbird - fails to build with gtk3 o ports/181393 gecko www/xpi-quick-locale-switcher 1.7.8.5 does not works w o ports/181005 gecko mail/thunderbird - Enigmail failes to start pinentry o ports/180938 gecko www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: er o ports/180855 gecko www/firefox: Firefox 22 crashes on HTML 5 videos o ports/180766 gecko Flash not work in www/firefox o ports/180563 gecko www/seamonkey compilation error with Clang (*pp = '\0' o ports/180380 gecko www/firefox: Firefox 22.0 dies instantly when I try to o ports/179420 gecko www/seamonkey freezes completely by accessing citrix x o ports/178524 gecko BATCH=yes not work for www/firefox-i18n o ports/177404 gecko www/firefox: youtube videos in firefox not working o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 31 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Feb 17 23:11:10 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10AF3D63 for ; Mon, 17 Feb 2014 23:11:10 +0000 (UTC) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC881C09 for ; Mon, 17 Feb 2014 23:11:09 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgBAFyWAlODtwN/mWdsb2JhbABZg3YfgwK9XhYOAQEBAQEICwsHFCiCTxUbWwIFFgsCCwMCAQIBSw0IAQGIAQWZO48VmjCHOBeBKY11glmBSQSJSJUrjyeCDA X-IronPort-AV: E=Sophos;i="4.95,863,1384318800"; d="scan'208";a="260434385" Received: from dlpint01.utoledo.edu ([131.183.3.127]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Feb 2014 18:09:59 -0500 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint01.utoledo.edu (RSA Interceptor) for ; Mon, 17 Feb 2014 18:09:39 -0500 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.169.1; Mon, 17 Feb 2014 18:09:39 -0500 Message-ID: <530296B6.4030903@UToledo.edu> Date: Mon, 17 Feb 2014 18:09:42 -0500 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: FreeBSD Port: www/libxul Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 23:11:10 -0000 Updating www/libxul from 24.2.0_1 to 24.3.0 for epiphany 2.30.6_3 on FreeBSD 10 Stable i386 causes epiphany to fail to start. From owner-freebsd-gecko@FreeBSD.ORG Wed Feb 19 09:12:53 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F486EDD for ; Wed, 19 Feb 2014 09:12:53 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5B31D27 for ; Wed, 19 Feb 2014 09:12:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s1J9CiRD099907 for ; Wed, 19 Feb 2014 09:12:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s1J9Cc4Y097072 for freebsd-gecko@freebsd.org; Wed, 19 Feb 2014 09:12:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 19 Feb 2014 09:12:38 GMT Message-Id: <201402190912.s1J9Cc4Y097072@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 Subject: [SVN-Commit] r1501 - in trunk/www: firefox firefox-i18n firefox-nightly firefox-nightly/files firefox/files linux-firefox linux-tor-browser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 19 Feb 2014 09:12:53 -0000 Author: jbeich Date: Wed Feb 19 09:12:38 2014 New Revision: 1501 Log: update Added: trunk/www/firefox-nightly/files/patch-bug974272 Deleted: trunk/www/firefox-nightly/files/patch-bug783463 trunk/www/firefox-nightly/files/patch-ipc-chromium-src-base-message_pump_libevent.cc Modified: trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-ipc-chromium-Makefile.in trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/firefox/files/patch-bug806917 trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-tor-browser/Makefile trunk/www/linux-tor-browser/distinfo Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-i18n/Makefile Wed Feb 19 09:12:38 2014 (r1501) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 28.0b3 +PORTVERSION= 28.0b4 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-i18n/distinfo Wed Feb 19 09:12:38 2014 (r1501) @@ -1,170 +1,170 @@ -SHA256 (xpi/firefox-i18n-28.0b3/ach.xpi) = 4ce4b328d6df33b29e623b6405abab255a815116112c372b1b356242b731af4e -SIZE (xpi/firefox-i18n-28.0b3/ach.xpi) = 363208 -SHA256 (xpi/firefox-i18n-28.0b3/af.xpi) = ab1759682ede0badcfb525c79115335587377d31d92ac2e6dba324aebbaa8d9f -SIZE (xpi/firefox-i18n-28.0b3/af.xpi) = 357086 -SHA256 (xpi/firefox-i18n-28.0b3/ar.xpi) = f18266673236af6f50f1303ce449d06ff903dafcbcfe5b46fbc1c5cb205d80c9 -SIZE (xpi/firefox-i18n-28.0b3/ar.xpi) = 386471 -SHA256 (xpi/firefox-i18n-28.0b3/as.xpi) = 9c5c94047132cc6ca3fc6012e0eb01921c9775b6bcf9ea2b4bf87dd86af75e0e -SIZE (xpi/firefox-i18n-28.0b3/as.xpi) = 404108 -SHA256 (xpi/firefox-i18n-28.0b3/ast.xpi) = 3739bb56b4d95fec0a28ed99d30a9023197e11d61c105b3c5b593bc3ccf99e60 -SIZE (xpi/firefox-i18n-28.0b3/ast.xpi) = 313719 -SHA256 (xpi/firefox-i18n-28.0b3/be.xpi) = f02d2ae5fd61572074385c1467c59cd390cc1ad3811a579b4b16fdbcfb1ff6a6 -SIZE (xpi/firefox-i18n-28.0b3/be.xpi) = 342306 -SHA256 (xpi/firefox-i18n-28.0b3/bg.xpi) = e548ae2887092fb7b2c0d2a9d6058cff3969178b10aa6a4b959ad63d31ff66d0 -SIZE (xpi/firefox-i18n-28.0b3/bg.xpi) = 393205 -SHA256 (xpi/firefox-i18n-28.0b3/bn-BD.xpi) = ba3c078ce5c60f3cd85c3323163506c88c454e519f652783c4028645b64e02b4 -SIZE (xpi/firefox-i18n-28.0b3/bn-BD.xpi) = 416037 -SHA256 (xpi/firefox-i18n-28.0b3/bn-IN.xpi) = e817c14df429f2725c823d5f9dba864dc7f2026a4da06127dc1c471f4f89304c -SIZE (xpi/firefox-i18n-28.0b3/bn-IN.xpi) = 411038 -SHA256 (xpi/firefox-i18n-28.0b3/br.xpi) = 644c2a8abcb0bf62ef3c5e228c1b2331c0372aef7b97b793c1260c8ce8de7929 -SIZE (xpi/firefox-i18n-28.0b3/br.xpi) = 353934 -SHA256 (xpi/firefox-i18n-28.0b3/bs.xpi) = e82cc9e8016e8f6b05e99eab567d18abae95daac224cfa484b5c604aa06489ee -SIZE (xpi/firefox-i18n-28.0b3/bs.xpi) = 363405 -SHA256 (xpi/firefox-i18n-28.0b3/ca.xpi) = acda62b146e154e57b35e53eb64904006b9e7f26f20cce2927c403687911b532 -SIZE (xpi/firefox-i18n-28.0b3/ca.xpi) = 360465 -SHA256 (xpi/firefox-i18n-28.0b3/cs.xpi) = b472cd8e41822b4d083fc97e339f23b61e2f7a2d8cce7d52a3c72a338c202998 -SIZE (xpi/firefox-i18n-28.0b3/cs.xpi) = 356819 -SHA256 (xpi/firefox-i18n-28.0b3/csb.xpi) = edbafb9c7527f4d74092eb07205d797e042bb620dcf8aea07cbbe7fd14caa5ca -SIZE (xpi/firefox-i18n-28.0b3/csb.xpi) = 347623 -SHA256 (xpi/firefox-i18n-28.0b3/cy.xpi) = f885803793694ef7b3522063bbf97b4dce2ff44d761a247554ec68c2f34fd09b -SIZE (xpi/firefox-i18n-28.0b3/cy.xpi) = 354722 -SHA256 (xpi/firefox-i18n-28.0b3/da.xpi) = fed5455b2f6006c0ecd67241415df12c5837198a1957c0648673e880a7976674 -SIZE (xpi/firefox-i18n-28.0b3/da.xpi) = 346221 -SHA256 (xpi/firefox-i18n-28.0b3/de.xpi) = 2914c129d6ccba5fe21fa4987e9a20bb43e6f0a4a12b3f33a21da2fa370ee6ad -SIZE (xpi/firefox-i18n-28.0b3/de.xpi) = 350191 -SHA256 (xpi/firefox-i18n-28.0b3/el.xpi) = 86586226f872001074f9a61b17a81890f3f1a1fd9ff928789b17f6753c50ad9b -SIZE (xpi/firefox-i18n-28.0b3/el.xpi) = 386921 -SHA256 (xpi/firefox-i18n-28.0b3/en-GB.xpi) = 3d563af9a0ddc8d887532b76c44f091590e956cc8fbd13a6c4b0b76f46e806ca -SIZE (xpi/firefox-i18n-28.0b3/en-GB.xpi) = 340359 -SHA256 (xpi/firefox-i18n-28.0b3/en-US.xpi) = cd30d73815fe4fa67b89b48b39f1ddef2633a663fccf81a829d5edb45e774b0f -SIZE (xpi/firefox-i18n-28.0b3/en-US.xpi) = 343398 -SHA256 (xpi/firefox-i18n-28.0b3/en-ZA.xpi) = 5bf13a069b16668496728d948768f3efcf267d4ef494c3336888557ed26d978d -SIZE (xpi/firefox-i18n-28.0b3/en-ZA.xpi) = 335613 -SHA256 (xpi/firefox-i18n-28.0b3/eo.xpi) = 0bbe25329947f02e201de9545d69cedadda7d1cfb6b0173703c119634deac48b -SIZE (xpi/firefox-i18n-28.0b3/eo.xpi) = 359247 -SHA256 (xpi/firefox-i18n-28.0b3/es-AR.xpi) = a27857302d96cf3160f240f26ef0c0ee0e89d1144a022f63866366cb6461e19c -SIZE (xpi/firefox-i18n-28.0b3/es-AR.xpi) = 357326 -SHA256 (xpi/firefox-i18n-28.0b3/es-CL.xpi) = a17637d533ba21a837ade998397ea54a273d37a3d83515039accc1ffc0eea520 -SIZE (xpi/firefox-i18n-28.0b3/es-CL.xpi) = 307249 -SHA256 (xpi/firefox-i18n-28.0b3/es-ES.xpi) = c137e0d803e791dafeaa0eba92953bc59d6b8484a3e5be582b55b3e15d9e0375 -SIZE (xpi/firefox-i18n-28.0b3/es-ES.xpi) = 295154 -SHA256 (xpi/firefox-i18n-28.0b3/es-MX.xpi) = 16fd3e2cf8c0200d3d3295fcd56f0876587a8234a9d94f199c863fb0c7ea9e7f -SIZE (xpi/firefox-i18n-28.0b3/es-MX.xpi) = 359355 -SHA256 (xpi/firefox-i18n-28.0b3/et.xpi) = fc5576ee2ec05860014a75c85f8e5778c1ce7d93e3d7f822eee41f4305b2ef3b -SIZE (xpi/firefox-i18n-28.0b3/et.xpi) = 345631 -SHA256 (xpi/firefox-i18n-28.0b3/eu.xpi) = bdee2019df1d529aee4f54c3caf17d0b39a097554090f610283d9d6f518fc79c -SIZE (xpi/firefox-i18n-28.0b3/eu.xpi) = 358942 -SHA256 (xpi/firefox-i18n-28.0b3/fa.xpi) = b8b25f22bce3c5b244388819b800e3c37b81e38cf3dc0494db3499d263ed434d -SIZE (xpi/firefox-i18n-28.0b3/fa.xpi) = 399201 -SHA256 (xpi/firefox-i18n-28.0b3/ff.xpi) = b907844d75b6d47cfed33400a16c5f33dfc3c99963c089dbc1ee00a4894329c1 -SIZE (xpi/firefox-i18n-28.0b3/ff.xpi) = 351536 -SHA256 (xpi/firefox-i18n-28.0b3/fi.xpi) = 8bfed2a71a4bcd7371ce3baf76996f5f3d51e53d9fe865e74a4ec66564fdda5e -SIZE (xpi/firefox-i18n-28.0b3/fi.xpi) = 350325 -SHA256 (xpi/firefox-i18n-28.0b3/fr.xpi) = 75481664cee3c5528e25468897166c2f8e579229d1462ac26519c2cd32ff24cf -SIZE (xpi/firefox-i18n-28.0b3/fr.xpi) = 363391 -SHA256 (xpi/firefox-i18n-28.0b3/fy-NL.xpi) = 960324f09542ee50bef154c50a314cefe4f8dc0ad12472e0ed835223a8da2506 -SIZE (xpi/firefox-i18n-28.0b3/fy-NL.xpi) = 359724 -SHA256 (xpi/firefox-i18n-28.0b3/ga-IE.xpi) = b4859791bd397a357c0c651277cec8cf7fe10aec39a4292072e388fd09771530 -SIZE (xpi/firefox-i18n-28.0b3/ga-IE.xpi) = 364856 -SHA256 (xpi/firefox-i18n-28.0b3/gd.xpi) = 48ba275942376560869c0dd91dda6181441c51253431b3893e6df637c6960f50 -SIZE (xpi/firefox-i18n-28.0b3/gd.xpi) = 365218 -SHA256 (xpi/firefox-i18n-28.0b3/gl.xpi) = 79bd206ced4a9fecea430e1799c196f8123ffce1fd0fc476e8bc5f063b950bc0 -SIZE (xpi/firefox-i18n-28.0b3/gl.xpi) = 356139 -SHA256 (xpi/firefox-i18n-28.0b3/gu-IN.xpi) = d9197396cc8b841736b7ddd7f0850df56fca475410df6ba2fb884e98c1b427ab -SIZE (xpi/firefox-i18n-28.0b3/gu-IN.xpi) = 381328 -SHA256 (xpi/firefox-i18n-28.0b3/he.xpi) = 4f0f003ad4ba680b487567008002cf10f17786ebcd4276a0a8ea39cf05a74b67 -SIZE (xpi/firefox-i18n-28.0b3/he.xpi) = 377881 -SHA256 (xpi/firefox-i18n-28.0b3/hi-IN.xpi) = 8a145afde59ca0055e537fd5d2cd16ce4b295371464dc79de412199e50ee43fd -SIZE (xpi/firefox-i18n-28.0b3/hi-IN.xpi) = 399892 -SHA256 (xpi/firefox-i18n-28.0b3/hr.xpi) = 18d65ac9d9c1ee3e65158c8e62e7ce4df3b8cc430fa2501e0d94cf496b28d4da -SIZE (xpi/firefox-i18n-28.0b3/hr.xpi) = 365918 -SHA256 (xpi/firefox-i18n-28.0b3/hu.xpi) = 81801923e50fb4851211da4f5af3ddc85efe61e56a9ff8dd79c951317b070903 -SIZE (xpi/firefox-i18n-28.0b3/hu.xpi) = 365034 -SHA256 (xpi/firefox-i18n-28.0b3/hy-AM.xpi) = 3ec5e7206f72dd37c7b88f53465ce5a0e06aab44a5f8db4933927affd9694471 -SIZE (xpi/firefox-i18n-28.0b3/hy-AM.xpi) = 411721 -SHA256 (xpi/firefox-i18n-28.0b3/id.xpi) = 078d0268732ae76aa458c3872b87c24d1a97076ad75f70824f057fddc1c4b8e3 -SIZE (xpi/firefox-i18n-28.0b3/id.xpi) = 342616 -SHA256 (xpi/firefox-i18n-28.0b3/is.xpi) = 00abdf161a7e0d43d9c9b20edd7315c885e2c3ee55627eab5edd6112ef145f64 -SIZE (xpi/firefox-i18n-28.0b3/is.xpi) = 355314 -SHA256 (xpi/firefox-i18n-28.0b3/it.xpi) = ad091da8b85a769644338199b5641ab5512dc67704446449d7871848d26dea4d -SIZE (xpi/firefox-i18n-28.0b3/it.xpi) = 292743 -SHA256 (xpi/firefox-i18n-28.0b3/ja.xpi) = b237140860da06cdf1ab2629702772c48a9227c60bde265c05fe65dbb4a1fc75 -SIZE (xpi/firefox-i18n-28.0b3/ja.xpi) = 397188 -SHA256 (xpi/firefox-i18n-28.0b3/kk.xpi) = d8497c6d50d7061f1dc55ed436f81a58b2409a81242453e00e24895e5bf78b42 -SIZE (xpi/firefox-i18n-28.0b3/kk.xpi) = 400320 -SHA256 (xpi/firefox-i18n-28.0b3/km.xpi) = 1e6bc9a85c5030103da94ed1ae589cc7fc4f72ca550a6510712dcc9603ee9856 -SIZE (xpi/firefox-i18n-28.0b3/km.xpi) = 427924 -SHA256 (xpi/firefox-i18n-28.0b3/kn.xpi) = d2aab8e901aa4c66b3350a6b9ddaa05f6059bd150497a552c459f164443358e4 -SIZE (xpi/firefox-i18n-28.0b3/kn.xpi) = 411751 -SHA256 (xpi/firefox-i18n-28.0b3/ko.xpi) = 8faf5fe789b206f5ddc56076d91a5f7665ba0d94ec96309a8fc52fb31a32c284 -SIZE (xpi/firefox-i18n-28.0b3/ko.xpi) = 364493 -SHA256 (xpi/firefox-i18n-28.0b3/ku.xpi) = eb67408ab5b223bfb417b9d23309afa57ebca245ec008f97dc227f62c8645c9f -SIZE (xpi/firefox-i18n-28.0b3/ku.xpi) = 378841 -SHA256 (xpi/firefox-i18n-28.0b3/lij.xpi) = 85c1b300dfb343d37311125e4cfeaf8e52a7ee12f04942ca90c579d3f7420f8a -SIZE (xpi/firefox-i18n-28.0b3/lij.xpi) = 344099 -SHA256 (xpi/firefox-i18n-28.0b3/lt.xpi) = 63b5ce2a990d38e45b6cc2ad3d0f5e7507771f6f9ac1331c2212264a87b80328 -SIZE (xpi/firefox-i18n-28.0b3/lt.xpi) = 372726 -SHA256 (xpi/firefox-i18n-28.0b3/lv.xpi) = 4bf38c07f80dbb72fa9de078658ac904498653b2f7afe4674298b3f443ea41d7 -SIZE (xpi/firefox-i18n-28.0b3/lv.xpi) = 352617 -SHA256 (xpi/firefox-i18n-28.0b3/mai.xpi) = bf1cb94ba1479489e56e384fccd40b7b320bb3f32bf7d7f3b015fca31ea26278 -SIZE (xpi/firefox-i18n-28.0b3/mai.xpi) = 399987 -SHA256 (xpi/firefox-i18n-28.0b3/mk.xpi) = 434435926aba9e3b3691742319b2e64b1da94765163afde4158d1100d83f47ce -SIZE (xpi/firefox-i18n-28.0b3/mk.xpi) = 400747 -SHA256 (xpi/firefox-i18n-28.0b3/ml.xpi) = 101a322be7cdcd84da7ff3ed68623097beb374d4b8dcbd555689bbf5a621d88c -SIZE (xpi/firefox-i18n-28.0b3/ml.xpi) = 420453 -SHA256 (xpi/firefox-i18n-28.0b3/mr.xpi) = 302477a761e34e17b307ccb0da406c0edc7e60fb25d64cc9755c45ec337c5419 -SIZE (xpi/firefox-i18n-28.0b3/mr.xpi) = 400782 -SHA256 (xpi/firefox-i18n-28.0b3/nb-NO.xpi) = a823c2c637773b8ccdb2782d317ae97cfb5e5adadacbe7440989158c27fef696 -SIZE (xpi/firefox-i18n-28.0b3/nb-NO.xpi) = 350402 -SHA256 (xpi/firefox-i18n-28.0b3/nl.xpi) = dc5f89ed758c8f274989e1e6f18bf043b0ac7d5900a19550088e37ead590c262 -SIZE (xpi/firefox-i18n-28.0b3/nl.xpi) = 351559 -SHA256 (xpi/firefox-i18n-28.0b3/nn-NO.xpi) = f6544f35246ae9aa683fc1c0144a7c157ac37363c4cbeb2521b6e49b88f77fe9 -SIZE (xpi/firefox-i18n-28.0b3/nn-NO.xpi) = 348405 -SHA256 (xpi/firefox-i18n-28.0b3/or.xpi) = ac60467f06faec095aada825aee52aedbb381d4a6f86608a8d80c4ea7a975e8e -SIZE (xpi/firefox-i18n-28.0b3/or.xpi) = 413667 -SHA256 (xpi/firefox-i18n-28.0b3/pa-IN.xpi) = e044a6711247e09ba031e0ab86148d5dba6de0b1ba15b915a0cd1fab462b2a6a -SIZE (xpi/firefox-i18n-28.0b3/pa-IN.xpi) = 389012 -SHA256 (xpi/firefox-i18n-28.0b3/pl.xpi) = e3945d6b72b16e1c4cf0435d133b32fe3b01336c3321790de0944057356fcec0 -SIZE (xpi/firefox-i18n-28.0b3/pl.xpi) = 350844 -SHA256 (xpi/firefox-i18n-28.0b3/pt-BR.xpi) = 15b7507dbe7d9cd561fa9ed9343cc870a439a4ae7acebe0a3104511c42bc5454 -SIZE (xpi/firefox-i18n-28.0b3/pt-BR.xpi) = 359253 -SHA256 (xpi/firefox-i18n-28.0b3/pt-PT.xpi) = aec9695f250039385eb23965f9fe69dd6495b5b626eae7bd3491ea776ee147fa -SIZE (xpi/firefox-i18n-28.0b3/pt-PT.xpi) = 351716 -SHA256 (xpi/firefox-i18n-28.0b3/rm.xpi) = bb41e16b7e7a6cb45424d984a3a8107d7ab842de03e966b0d3f68041f10a9126 -SIZE (xpi/firefox-i18n-28.0b3/rm.xpi) = 352772 -SHA256 (xpi/firefox-i18n-28.0b3/ro.xpi) = 02a159772748b56492f96120593b45513833b261049edb2d016d4e9a5d3c6392 -SIZE (xpi/firefox-i18n-28.0b3/ro.xpi) = 387416 -SHA256 (xpi/firefox-i18n-28.0b3/ru.xpi) = 729ee75304102b902446f1734cca4694cf5c32f1bdf37bc12ad8f453cb8135da -SIZE (xpi/firefox-i18n-28.0b3/ru.xpi) = 338425 -SHA256 (xpi/firefox-i18n-28.0b3/si.xpi) = 621cd9cdaebdd6b7d0eed160fe6178e173a2cf8390fb01a390880f030fcaf176 -SIZE (xpi/firefox-i18n-28.0b3/si.xpi) = 395719 -SHA256 (xpi/firefox-i18n-28.0b3/sk.xpi) = 26f0e3e7d24fecd0704ca4d4388efd05931271311a632d4efe5c70e6ff96a7b6 -SIZE (xpi/firefox-i18n-28.0b3/sk.xpi) = 367793 -SHA256 (xpi/firefox-i18n-28.0b3/sl.xpi) = e9ebcf27f1bed5fae9b28a7044efe7eb951456004324e862d4fce397044ee8c0 -SIZE (xpi/firefox-i18n-28.0b3/sl.xpi) = 350318 -SHA256 (xpi/firefox-i18n-28.0b3/son.xpi) = f89c0db4972be8c7bdb0b550a05e7bf5045200a809f66ddf852b377f9225e9f9 -SIZE (xpi/firefox-i18n-28.0b3/son.xpi) = 348056 -SHA256 (xpi/firefox-i18n-28.0b3/sq.xpi) = c8346bb371bbcc102f9fb10c46e34edd5674d2ec13b5ce717a9ef912656f4957 -SIZE (xpi/firefox-i18n-28.0b3/sq.xpi) = 365886 -SHA256 (xpi/firefox-i18n-28.0b3/sr.xpi) = 06892ac3f90b240dba419fe2fa272a2c783514bc632a21a6289d5f5de13f46d3 -SIZE (xpi/firefox-i18n-28.0b3/sr.xpi) = 402632 -SHA256 (xpi/firefox-i18n-28.0b3/sv-SE.xpi) = 2560ca4c1aa9f6608c3c2bc9fd0e80f76f04656b5523e4f8d76fb124dc8ea41e -SIZE (xpi/firefox-i18n-28.0b3/sv-SE.xpi) = 355812 -SHA256 (xpi/firefox-i18n-28.0b3/ta.xpi) = 0fc694744f5679e70343ebbf79e4eae29c458c66fae644fa7b16d25c539f6d2e -SIZE (xpi/firefox-i18n-28.0b3/ta.xpi) = 408328 -SHA256 (xpi/firefox-i18n-28.0b3/te.xpi) = 58578d166cf6da1557b7620fa03ec208bbc7a4f3666a45248c18504c0c99f4c2 -SIZE (xpi/firefox-i18n-28.0b3/te.xpi) = 421142 -SHA256 (xpi/firefox-i18n-28.0b3/th.xpi) = baf62cab977e445bd18f5561453bbf0b6e4d15a490bdc9d30e8b3bfb80cbec46 -SIZE (xpi/firefox-i18n-28.0b3/th.xpi) = 403633 -SHA256 (xpi/firefox-i18n-28.0b3/tr.xpi) = f597a2cca4d53ed141aff48bfb130bc8f8824d73adf57c5dd766cc349da2ceea -SIZE (xpi/firefox-i18n-28.0b3/tr.xpi) = 362002 -SHA256 (xpi/firefox-i18n-28.0b3/uk.xpi) = 3c6adfa7f5ac82b2b7865f0e8581b79f58698e33b2696d67c73161c33e102635 -SIZE (xpi/firefox-i18n-28.0b3/uk.xpi) = 385138 -SHA256 (xpi/firefox-i18n-28.0b3/vi.xpi) = 9ce8fdf9265ab6f5b7b47cda37fa2e14af463111194931a1c6883bfe998c26e0 -SIZE (xpi/firefox-i18n-28.0b3/vi.xpi) = 378860 -SHA256 (xpi/firefox-i18n-28.0b3/zh-CN.xpi) = 5fea4685a17a206a71ebed7094a228d052d474513cf34d7138685702d1cd6c4f -SIZE (xpi/firefox-i18n-28.0b3/zh-CN.xpi) = 379261 -SHA256 (xpi/firefox-i18n-28.0b3/zh-TW.xpi) = e459b6d04ea92e7161bb7fe10f1bf4b50ba2f65093f38e98c1b84c5c31634048 -SIZE (xpi/firefox-i18n-28.0b3/zh-TW.xpi) = 375532 -SHA256 (xpi/firefox-i18n-28.0b3/zu.xpi) = a92009d572a3c28ae8406616766e05c7588aa2f3dd3324b3d5bc0c36b9c8bbc3 -SIZE (xpi/firefox-i18n-28.0b3/zu.xpi) = 365911 +SHA256 (xpi/firefox-i18n-28.0b4/ach.xpi) = 2b45bb934c74a56e643105fea0480a4089b58dffb14ae7cf714754a524abf48e +SIZE (xpi/firefox-i18n-28.0b4/ach.xpi) = 365683 +SHA256 (xpi/firefox-i18n-28.0b4/af.xpi) = e4fae68f03787209337a13bfb092e5a219007abd5aee71d8433dbb54ed1f1762 +SIZE (xpi/firefox-i18n-28.0b4/af.xpi) = 359561 +SHA256 (xpi/firefox-i18n-28.0b4/ar.xpi) = 70b6035d7f48e380f892e89f2b34956f32f30c54cb60f8ce7a540b073c6742b2 +SIZE (xpi/firefox-i18n-28.0b4/ar.xpi) = 388946 +SHA256 (xpi/firefox-i18n-28.0b4/as.xpi) = 2e9c0539b11791289fd361bd472a225b842b811062c7c534e26dcf03fd8a0b0e +SIZE (xpi/firefox-i18n-28.0b4/as.xpi) = 404108 +SHA256 (xpi/firefox-i18n-28.0b4/ast.xpi) = 737c7aee7c245541834940c074af9cd0d93b18c69f34726d64207776a92c3c70 +SIZE (xpi/firefox-i18n-28.0b4/ast.xpi) = 316194 +SHA256 (xpi/firefox-i18n-28.0b4/be.xpi) = 64093070bc0b753a8460f09ed3c997c5929e6f77b6d2b3cdd6e1fab6ee42ded3 +SIZE (xpi/firefox-i18n-28.0b4/be.xpi) = 342306 +SHA256 (xpi/firefox-i18n-28.0b4/bg.xpi) = a4796f1eeba638f1e22e275f11f909fa752bdef0c4df959fb39546707d7681fa +SIZE (xpi/firefox-i18n-28.0b4/bg.xpi) = 393205 +SHA256 (xpi/firefox-i18n-28.0b4/bn-BD.xpi) = b791bf15fe87126cb836ca58f89280c42454f26319707dc0ad70103150815e96 +SIZE (xpi/firefox-i18n-28.0b4/bn-BD.xpi) = 418512 +SHA256 (xpi/firefox-i18n-28.0b4/bn-IN.xpi) = 09163e9290143dce2d1b865eb0b598ecc848fe4bd30c4ff29176bc62792e5d78 +SIZE (xpi/firefox-i18n-28.0b4/bn-IN.xpi) = 413513 +SHA256 (xpi/firefox-i18n-28.0b4/br.xpi) = 0ff8c1e519703b3cc9fe7c0aabb5f3a1c18a827f627a311209dcb15513ffb09c +SIZE (xpi/firefox-i18n-28.0b4/br.xpi) = 353934 +SHA256 (xpi/firefox-i18n-28.0b4/bs.xpi) = df76c666489da5ef379218796921297cbabdb865b7027126341a3a602d27394b +SIZE (xpi/firefox-i18n-28.0b4/bs.xpi) = 363405 +SHA256 (xpi/firefox-i18n-28.0b4/ca.xpi) = 5ba4e9c4cbb6dc23385bd8a2d428b04592fad954a82ba2d37ad4344556246d74 +SIZE (xpi/firefox-i18n-28.0b4/ca.xpi) = 362940 +SHA256 (xpi/firefox-i18n-28.0b4/cs.xpi) = eb7040b028f0fdfd06544dd44d90ba3f3e341bb32a94736d01caf0bdef4225e9 +SIZE (xpi/firefox-i18n-28.0b4/cs.xpi) = 356819 +SHA256 (xpi/firefox-i18n-28.0b4/csb.xpi) = f5bc701dd8ffff1732bb3126ee4a2c72f9a816c8cce29a15602950c371380691 +SIZE (xpi/firefox-i18n-28.0b4/csb.xpi) = 347623 +SHA256 (xpi/firefox-i18n-28.0b4/cy.xpi) = 316f158632deabf15cef799aa1c308d62b83a9df5059f543f2e82465feff180a +SIZE (xpi/firefox-i18n-28.0b4/cy.xpi) = 354722 +SHA256 (xpi/firefox-i18n-28.0b4/da.xpi) = 182f754bbf333e0519f7a3c3653ccbea40f583ca8188a101bb16bb1ea3cbbe85 +SIZE (xpi/firefox-i18n-28.0b4/da.xpi) = 348696 +SHA256 (xpi/firefox-i18n-28.0b4/de.xpi) = ab0a7534abe5bc598f7f29ce85d78ffb53f9a7b0e2911aa75956d09698e2a742 +SIZE (xpi/firefox-i18n-28.0b4/de.xpi) = 352666 +SHA256 (xpi/firefox-i18n-28.0b4/el.xpi) = 19b584f3191f07797c8d4176cb3c13e8ade84593e2bb5e7fb3a64c48275e3ee0 +SIZE (xpi/firefox-i18n-28.0b4/el.xpi) = 389396 +SHA256 (xpi/firefox-i18n-28.0b4/en-GB.xpi) = 0e56fe0bb52ad4edb97b1fe99370bdddc32fcdf25efe108ca09dfdb088fe3f19 +SIZE (xpi/firefox-i18n-28.0b4/en-GB.xpi) = 342834 +SHA256 (xpi/firefox-i18n-28.0b4/en-US.xpi) = 92230dcc773a07a10cec0c7a2a430c57788fdc469518a66ffd25cc8f13a34698 +SIZE (xpi/firefox-i18n-28.0b4/en-US.xpi) = 345873 +SHA256 (xpi/firefox-i18n-28.0b4/en-ZA.xpi) = d0c059d75d65ee3d727291eb5e08fd679c0d86c4cc8a4bcbf4641530d4fc3438 +SIZE (xpi/firefox-i18n-28.0b4/en-ZA.xpi) = 338088 +SHA256 (xpi/firefox-i18n-28.0b4/eo.xpi) = ec4da06cc132b7b4482d6378f9dabce5435d96b8d6b84cf8c3c0950355029121 +SIZE (xpi/firefox-i18n-28.0b4/eo.xpi) = 361722 +SHA256 (xpi/firefox-i18n-28.0b4/es-AR.xpi) = 421431235f9375cdbc5da672cb8dbd28443a0b2d795c93f23ad3a78f81010ec8 +SIZE (xpi/firefox-i18n-28.0b4/es-AR.xpi) = 357326 +SHA256 (xpi/firefox-i18n-28.0b4/es-CL.xpi) = 3ca1fef0bfc4f7892169407f85113f8764dd2ae6640e09523f3b10024ab1c672 +SIZE (xpi/firefox-i18n-28.0b4/es-CL.xpi) = 309724 +SHA256 (xpi/firefox-i18n-28.0b4/es-ES.xpi) = 92c7a8960d6285113773705c3cba049b6601d61aaf10373173c428d6ae45d2a5 +SIZE (xpi/firefox-i18n-28.0b4/es-ES.xpi) = 300664 +SHA256 (xpi/firefox-i18n-28.0b4/es-MX.xpi) = e989b9bb680c1f1c14021187a92a2b701ab8fb21d9bc6cebd7aa004ee8b6bc5e +SIZE (xpi/firefox-i18n-28.0b4/es-MX.xpi) = 361830 +SHA256 (xpi/firefox-i18n-28.0b4/et.xpi) = 7e823dda0d6d7b7e3baadad7412df10679fa945fdfde7489253159de53d65694 +SIZE (xpi/firefox-i18n-28.0b4/et.xpi) = 345631 +SHA256 (xpi/firefox-i18n-28.0b4/eu.xpi) = 37668ee760db9cae5e17c68e08e1f387bb75d50a2a0d5d4d4aebf1dfd4378794 +SIZE (xpi/firefox-i18n-28.0b4/eu.xpi) = 361417 +SHA256 (xpi/firefox-i18n-28.0b4/fa.xpi) = 7a4fbc56de00d2beebb2932d2f1deefc02a851fc7d1f0b2318fcfc9116597ec6 +SIZE (xpi/firefox-i18n-28.0b4/fa.xpi) = 401676 +SHA256 (xpi/firefox-i18n-28.0b4/ff.xpi) = 57b8100013e7fb1ebe1cef03b6efb952d025e70a1bf4e76642256350c132b198 +SIZE (xpi/firefox-i18n-28.0b4/ff.xpi) = 354011 +SHA256 (xpi/firefox-i18n-28.0b4/fi.xpi) = 01c10ca34a8674f78a4f5d1da9a9c4f18e82b6efb23a2a6bc9f6197a948e4640 +SIZE (xpi/firefox-i18n-28.0b4/fi.xpi) = 352800 +SHA256 (xpi/firefox-i18n-28.0b4/fr.xpi) = 42ff632b9b1cab7d271527504f170b9bdd67ba5a230ff417702f45cd52e11fa2 +SIZE (xpi/firefox-i18n-28.0b4/fr.xpi) = 368898 +SHA256 (xpi/firefox-i18n-28.0b4/fy-NL.xpi) = 8d43f2406761a0667ec963b5cb5e0bc7e5dc1655d5f1e0bf16d1e031f7532097 +SIZE (xpi/firefox-i18n-28.0b4/fy-NL.xpi) = 362199 +SHA256 (xpi/firefox-i18n-28.0b4/ga-IE.xpi) = 06ad21d568be095e12c7758791a8d2ace49793f9143b5509d41cd576e6807cda +SIZE (xpi/firefox-i18n-28.0b4/ga-IE.xpi) = 364856 +SHA256 (xpi/firefox-i18n-28.0b4/gd.xpi) = 16703b6013d8d8d46187ea7c8136e0fd1cbf868964af49a12be0619bebcfdfeb +SIZE (xpi/firefox-i18n-28.0b4/gd.xpi) = 365218 +SHA256 (xpi/firefox-i18n-28.0b4/gl.xpi) = 1416afa60ce2f4196f3331c150ccd369b367c07806ebdf01c410cf0d6e4df793 +SIZE (xpi/firefox-i18n-28.0b4/gl.xpi) = 356139 +SHA256 (xpi/firefox-i18n-28.0b4/gu-IN.xpi) = ae6eb4a7257c0666996175190154673eb758ee2b5eb7475a659ae26c3a777767 +SIZE (xpi/firefox-i18n-28.0b4/gu-IN.xpi) = 383803 +SHA256 (xpi/firefox-i18n-28.0b4/he.xpi) = 71f6cb3d5fad4b0321154e6da9f1f471fea6781765c0a6653ff0a420d9708002 +SIZE (xpi/firefox-i18n-28.0b4/he.xpi) = 377881 +SHA256 (xpi/firefox-i18n-28.0b4/hi-IN.xpi) = b9deb3b6cbb76c884f9a7e82af70cef2ec3cc2413f2fa6ed1e367046521cdfcd +SIZE (xpi/firefox-i18n-28.0b4/hi-IN.xpi) = 402367 +SHA256 (xpi/firefox-i18n-28.0b4/hr.xpi) = 42f05357440c7e58d8ac3d4d8c3dbacab8720f7471851769aca5df5c77977f7c +SIZE (xpi/firefox-i18n-28.0b4/hr.xpi) = 368393 +SHA256 (xpi/firefox-i18n-28.0b4/hu.xpi) = 9802df46c4510f356e2c91ba84fee9834062b1136c960f5676f123a6abb6d5eb +SIZE (xpi/firefox-i18n-28.0b4/hu.xpi) = 365034 +SHA256 (xpi/firefox-i18n-28.0b4/hy-AM.xpi) = 0a2380c4033b9d0872a51789cf4d464851ccba1bf6cc9734e453fccaf8509cc6 +SIZE (xpi/firefox-i18n-28.0b4/hy-AM.xpi) = 411721 +SHA256 (xpi/firefox-i18n-28.0b4/id.xpi) = e7a78e6b1888f2c55eb88f5e3766bdab15297610f46521127777f6fd020c5d85 +SIZE (xpi/firefox-i18n-28.0b4/id.xpi) = 342616 +SHA256 (xpi/firefox-i18n-28.0b4/is.xpi) = c8f83f50a6e44c62ebaae695d0af968502ba4a287943b1f20e04c9c8cdfb9c52 +SIZE (xpi/firefox-i18n-28.0b4/is.xpi) = 357789 +SHA256 (xpi/firefox-i18n-28.0b4/it.xpi) = 2c5bc156c22e7f50fc0605c571574fe61e24144c2502449cca99f02c40d268ba +SIZE (xpi/firefox-i18n-28.0b4/it.xpi) = 298250 +SHA256 (xpi/firefox-i18n-28.0b4/ja.xpi) = 3cdccfe8a47267b825ce41d13273b5a79ecb149d340c996c1f330f1bebe6dea4 +SIZE (xpi/firefox-i18n-28.0b4/ja.xpi) = 397188 +SHA256 (xpi/firefox-i18n-28.0b4/kk.xpi) = 81cfb7fd11015d679e35ed50e254e6a65021a0b6a91a9bd8bf24ae67d8e1f1df +SIZE (xpi/firefox-i18n-28.0b4/kk.xpi) = 400320 +SHA256 (xpi/firefox-i18n-28.0b4/km.xpi) = 9a895c24d398a4e3a5285541f0f39fe64bada38ef05d3041f3bc6c0a505feb87 +SIZE (xpi/firefox-i18n-28.0b4/km.xpi) = 430399 +SHA256 (xpi/firefox-i18n-28.0b4/kn.xpi) = e74909305ac6ec7d600f8aaac0a79f437236a2c691e5c276956509edddcaaccf +SIZE (xpi/firefox-i18n-28.0b4/kn.xpi) = 414226 +SHA256 (xpi/firefox-i18n-28.0b4/ko.xpi) = 46a5b9307ce4b77bf8dbf3950c43ba7920346f3714be71b9963828fb9914bd52 +SIZE (xpi/firefox-i18n-28.0b4/ko.xpi) = 364493 +SHA256 (xpi/firefox-i18n-28.0b4/ku.xpi) = 95beec607eb910bf3323f3b336bfc0b0e9417183fe5ceedfd2f9ad21811ebc62 +SIZE (xpi/firefox-i18n-28.0b4/ku.xpi) = 370340 +SHA256 (xpi/firefox-i18n-28.0b4/lij.xpi) = d2f3a15ed2e622951f665385e1dbbf799f148464c8c45b9e1c5efc85327a5690 +SIZE (xpi/firefox-i18n-28.0b4/lij.xpi) = 343204 +SHA256 (xpi/firefox-i18n-28.0b4/lt.xpi) = ec766ff8de6a2f16c96d38dcc65ac656e5404cff921fd43a25239ea20880b1ef +SIZE (xpi/firefox-i18n-28.0b4/lt.xpi) = 375201 +SHA256 (xpi/firefox-i18n-28.0b4/lv.xpi) = 4713c2e2940f46af660a5e451ea036feb398da7795b9a98c79debd75f1caaecb +SIZE (xpi/firefox-i18n-28.0b4/lv.xpi) = 352617 +SHA256 (xpi/firefox-i18n-28.0b4/mai.xpi) = 6296a8b76c9ebd3bd3571640ff09fa4def684ad3c9a3494ca804ca3915bc283c +SIZE (xpi/firefox-i18n-28.0b4/mai.xpi) = 402462 +SHA256 (xpi/firefox-i18n-28.0b4/mk.xpi) = 668dfb45bec1a9aec7e04b3bcb2e1b9e9c9fbb3e88e061c9d214dd7325f91367 +SIZE (xpi/firefox-i18n-28.0b4/mk.xpi) = 403222 +SHA256 (xpi/firefox-i18n-28.0b4/ml.xpi) = cf25d2afb7a3b5637dba9a551e19650ee3f6db7d99b06591cb8f25ade958a39a +SIZE (xpi/firefox-i18n-28.0b4/ml.xpi) = 422928 +SHA256 (xpi/firefox-i18n-28.0b4/mr.xpi) = d91bd840f53fac697b6c5b91c545cf96a7b17709b2addda58c4c90cb31ea8b40 +SIZE (xpi/firefox-i18n-28.0b4/mr.xpi) = 400782 +SHA256 (xpi/firefox-i18n-28.0b4/nb-NO.xpi) = e67c179d7da5743fb066c6d4b66c755301ea9c116f5468129a0389f57da4a07b +SIZE (xpi/firefox-i18n-28.0b4/nb-NO.xpi) = 352877 +SHA256 (xpi/firefox-i18n-28.0b4/nl.xpi) = 626f49e806aa60dee501bc168c501dcaf3b9bc3fe877adee510c76fbfc1727e6 +SIZE (xpi/firefox-i18n-28.0b4/nl.xpi) = 354034 +SHA256 (xpi/firefox-i18n-28.0b4/nn-NO.xpi) = 44d84c9b653d9893af3b0607bb6a4a371682545f5509711c6f73ea58b8163d5b +SIZE (xpi/firefox-i18n-28.0b4/nn-NO.xpi) = 350880 +SHA256 (xpi/firefox-i18n-28.0b4/or.xpi) = 52e4ab7c55598bf981beecc90a42467b8486987a596fb435af744768c1f70158 +SIZE (xpi/firefox-i18n-28.0b4/or.xpi) = 416142 +SHA256 (xpi/firefox-i18n-28.0b4/pa-IN.xpi) = fa5dcc40a359ec9f94262c431bc995631151d1ae3956f99a143bcd3838af3f4c +SIZE (xpi/firefox-i18n-28.0b4/pa-IN.xpi) = 391487 +SHA256 (xpi/firefox-i18n-28.0b4/pl.xpi) = 29365ddc6745796b5056b3d628c7f959acc2c16bbeadd2b32b44d3a995d5d6a2 +SIZE (xpi/firefox-i18n-28.0b4/pl.xpi) = 350844 +SHA256 (xpi/firefox-i18n-28.0b4/pt-BR.xpi) = 5116ce7ece69adeeb3b84adb1a2bfa453c5686bed890970957054dde94f49bfe +SIZE (xpi/firefox-i18n-28.0b4/pt-BR.xpi) = 364759 +SHA256 (xpi/firefox-i18n-28.0b4/pt-PT.xpi) = 1248355f9006fe99210cd0ccf520e14963990d1ca0e833d253888bf21ec6763c +SIZE (xpi/firefox-i18n-28.0b4/pt-PT.xpi) = 351716 +SHA256 (xpi/firefox-i18n-28.0b4/rm.xpi) = 521b6ce60485a8fb4725c74d48a1f1a52395f33744cbd86dbd8a6dae53c41405 +SIZE (xpi/firefox-i18n-28.0b4/rm.xpi) = 355247 +SHA256 (xpi/firefox-i18n-28.0b4/ro.xpi) = 35e87ad50ab89a7f3fe84d1f69b339ac73dd39a2044420cd5213327ed3331e34 +SIZE (xpi/firefox-i18n-28.0b4/ro.xpi) = 389891 +SHA256 (xpi/firefox-i18n-28.0b4/ru.xpi) = a1c41de13b08f044a526eefa97826da49ae73b87c979b9b0be564a0a63311fe2 +SIZE (xpi/firefox-i18n-28.0b4/ru.xpi) = 338425 +SHA256 (xpi/firefox-i18n-28.0b4/si.xpi) = 58823a609dadc9be53cb1b238b48558e6790cb2e3689634b017957925af28dfc +SIZE (xpi/firefox-i18n-28.0b4/si.xpi) = 395719 +SHA256 (xpi/firefox-i18n-28.0b4/sk.xpi) = 2c54c12504c8e0299829d85aed5dbf17737b729829a9644edb670718429ce153 +SIZE (xpi/firefox-i18n-28.0b4/sk.xpi) = 367793 +SHA256 (xpi/firefox-i18n-28.0b4/sl.xpi) = d3862d18bb6659bcbf6255ee9827c195ae94dcda96a0e4d457bbde17988df203 +SIZE (xpi/firefox-i18n-28.0b4/sl.xpi) = 350318 +SHA256 (xpi/firefox-i18n-28.0b4/son.xpi) = 3373a6a5aff45c845dd499637c8ab508399e013aa161ef73c29fdd74a63530c1 +SIZE (xpi/firefox-i18n-28.0b4/son.xpi) = 350531 +SHA256 (xpi/firefox-i18n-28.0b4/sq.xpi) = 7d4d66e58c0124c5d72feafb7b776dad9dad88b116533b0e75bad7117cc9f99e +SIZE (xpi/firefox-i18n-28.0b4/sq.xpi) = 368361 +SHA256 (xpi/firefox-i18n-28.0b4/sr.xpi) = a33ae3c05cfe8fd5bc216df4e4a0aff90324155e2c26ec27c4fffea6ff121114 +SIZE (xpi/firefox-i18n-28.0b4/sr.xpi) = 405107 +SHA256 (xpi/firefox-i18n-28.0b4/sv-SE.xpi) = 393607127babb815d128965e9c92239a768bdf44aac4e88683ed2c272cced390 +SIZE (xpi/firefox-i18n-28.0b4/sv-SE.xpi) = 358287 +SHA256 (xpi/firefox-i18n-28.0b4/ta.xpi) = 15e10efd811a322eff26ffde72ba573674265927ea6e32b2b256ec4b6a2e8253 +SIZE (xpi/firefox-i18n-28.0b4/ta.xpi) = 408328 +SHA256 (xpi/firefox-i18n-28.0b4/te.xpi) = 55fe69f033f55ade271a16cb6342af6994bd391bb7b994831ef2e4723ef46f87 +SIZE (xpi/firefox-i18n-28.0b4/te.xpi) = 421142 +SHA256 (xpi/firefox-i18n-28.0b4/th.xpi) = 1ab30c56f6f602fbee125cba4a3fce02374e2258a3c94896ea34036e9d8f47d0 +SIZE (xpi/firefox-i18n-28.0b4/th.xpi) = 406108 +SHA256 (xpi/firefox-i18n-28.0b4/tr.xpi) = 92e216f4d78ff29d0e0821a472a5f29583678a1c9a8d163689830548fa9139c8 +SIZE (xpi/firefox-i18n-28.0b4/tr.xpi) = 362002 +SHA256 (xpi/firefox-i18n-28.0b4/uk.xpi) = be98818d1f2d00fb43143df2c6a9e92e46f571435cbfa2ecc37f5beeb07c7dfb +SIZE (xpi/firefox-i18n-28.0b4/uk.xpi) = 385138 +SHA256 (xpi/firefox-i18n-28.0b4/vi.xpi) = 8f0997d4e938a7792c4b5367fbad69a04afdea3f6772862ed7e6eae1afadfa70 +SIZE (xpi/firefox-i18n-28.0b4/vi.xpi) = 378860 +SHA256 (xpi/firefox-i18n-28.0b4/zh-CN.xpi) = c5321bcc8c6a78fc7d09c6c182e3227f7091989549ac9c299f2a03514de062ed +SIZE (xpi/firefox-i18n-28.0b4/zh-CN.xpi) = 381736 +SHA256 (xpi/firefox-i18n-28.0b4/zh-TW.xpi) = 18b44aae966fdd50f7b4c5d11a300b5ecfe65b9bdb956de77299da6646fc3530 +SIZE (xpi/firefox-i18n-28.0b4/zh-TW.xpi) = 375532 +SHA256 (xpi/firefox-i18n-28.0b4/zu.xpi) = 1506770f0a4b484172827fdeb007d2c4379ca89af8b17dd6c302a27279ca4af6 +SIZE (xpi/firefox-i18n-28.0b4/zu.xpi) = 365911 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-nightly/Makefile Wed Feb 19 09:12:38 2014 (r1501) @@ -16,13 +16,13 @@ FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ + sqlite3>=3.8.3.1:${PORTSDIR}/databases/sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ nspr>=4.10.3:${PORTSDIR}/devel/nspr \ unzip:${PORTSDIR}/archivers/unzip # cairo>=1.12.16,2:${PORTSDIR}/graphics/cairo \ # nss>=3.15.5:${PORTSDIR}/security/nss \ -# sqlite3>=3.8.3:${PORTSDIR}/databases/sqlite3 \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -32,7 +32,7 @@ OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -cairo -nss -sqlite +USE_MOZILLA= -cairo -nss MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX} Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-nightly/Makefile.hgrev Wed Feb 19 09:12:38 2014 (r1501) @@ -1 +1 @@ -HGREV= 168731:c7802c9d6eec +HGREV= 169459:571a1bf8c8ab Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-nightly/distinfo Wed Feb 19 09:12:38 2014 (r1501) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/c7802c9d6eec.tar.bz2) = c8d97c7c624a5d051f25411b419476da94aa87b2c0f54651f8a4a2c31afbf32c -SIZE (firefox-nightly/c7802c9d6eec.tar.bz2) = 135962893 +SHA256 (firefox-nightly/571a1bf8c8ab.tar.bz2) = 50e72978c197629875b7711a7367eda8d7240acbaa931e30513879a87dbcee67 +SIZE (firefox-nightly/571a1bf8c8ab.tar.bz2) = 136492464 Deleted: trunk/www/firefox-nightly/files/patch-bug783463 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug783463 Wed Feb 19 09:12:38 2014 (r1500) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- gfx/skia/moz.build~ -+++ gfx/skia/moz.build -@@ -190,7 +190,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt - 'SkFontHost_FreeType_common.cpp', - 'SkOSFile.cpp', - ] -- if CONFIG['OS_TARGET'] == 'Linux': -+ if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux': - EXPORTS.skia += [ - 'include/ports/SkTypeface_cairo.h', - ] Added: trunk/www/firefox-nightly/files/patch-bug974272 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug974272 Wed Feb 19 09:12:38 2014 (r1501) @@ -0,0 +1,78 @@ +diff --git gfx/skia/moz.build gfx/skia/moz.build +index c1a400f..a558b1c 100644 +--- gfx/skia/moz.build ++++ gfx/skia/moz.build +@@ -707,7 +707,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk'): + 'trunk/src/ports/SkTLS_pthread.cpp', + 'trunk/src/utils/android/ashmem.cpp', + 'trunk/src/utils/SkThreadUtils_pthread.cpp', +- 'trunk/src/utils/SkThreadUtils_pthread_other.cpp', + ] + DEFINES['SK_FONTHOST_CAIRO_STANDALONE'] = 0 + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': +@@ -721,7 +720,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': + 'trunk/src/utils/mac/SkCreateCGImageRef.cpp', + 'trunk/src/utils/mac/SkStream_mac.cpp', + 'trunk/src/utils/SkThreadUtils_pthread.cpp', +- 'trunk/src/utils/SkThreadUtils_pthread_mach.cpp', + ] + if CONFIG['MOZ_WIDGET_GTK']: + SOURCES += [ +@@ -733,7 +731,6 @@ if CONFIG['MOZ_WIDGET_GTK']: + 'trunk/src/ports/SkTime_Unix.cpp', + 'trunk/src/ports/SkTLS_pthread.cpp', + 'trunk/src/utils/SkThreadUtils_pthread.cpp', +- 'trunk/src/utils/SkThreadUtils_pthread_linux.cpp', + ] + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': + SOURCES += [ +@@ -834,6 +831,19 @@ DEFINES['SK_B32_SHIFT'] = 0 + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gtk2', 'gtk3', 'gonk', 'cocoa'): + DEFINES['SK_USE_POSIX_THREADS'] = 1 + ++ if CONFIG['OS_TARGET'] in ('Linux', 'FreeBSD'): ++ SOURCES += [ ++ 'trunk/src/utils/SkThreadUtils_pthread_linux.cpp', ++ ] ++ elif CONFIG['OS_TARGET'] == 'Darwin': ++ SOURCES += [ ++ 'trunk/src/utils/SkThreadUtils_pthread_mach.cpp', ++ ] ++ else: ++ SOURCES += [ ++ 'trunk/src/utils/SkThreadUtils_pthread_other.cpp', ++ ] ++ + if CONFIG['INTEL_ARCHITECTURE'] and CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSSE3']: + DEFINES['SK_BUILD_SSSE3'] = 1 + +diff --git gfx/skia/trunk/src/utils/SkThreadUtils_pthread_linux.cpp gfx/skia/trunk/src/utils/SkThreadUtils_pthread_linux.cpp +index 4a03cb8..1b3d0dc 100644 +--- gfx/skia/trunk/src/utils/SkThreadUtils_pthread_linux.cpp ++++ gfx/skia/trunk/src/utils/SkThreadUtils_pthread_linux.cpp +@@ -13,6 +13,25 @@ + #include "SkThreadUtils_pthread.h" + + #include ++#ifdef __FreeBSD__ ++#include ++#endif ++ ++#if defined(__FreeBSD__) ++#define cpu_set_t cpuset_t ++#endif ++ ++#ifndef CPU_COUNT ++static int CPU_COUNT(cpu_set_t *set) { ++ int count = 0; ++ for (int i = 0; i < CPU_SETSIZE; i++) { ++ if (CPU_ISSET(i, set)) { ++ count++; ++ } ++ } ++ return count; ++} ++#endif /* !CPU_COUNT */ + + static int nth_set_cpu(unsigned int n, cpu_set_t* cpuSet) { + n %= CPU_COUNT(cpuSet); Modified: trunk/www/firefox-nightly/files/patch-ipc-chromium-Makefile.in ============================================================================== --- trunk/www/firefox-nightly/files/patch-ipc-chromium-Makefile.in Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox-nightly/files/patch-ipc-chromium-Makefile.in Wed Feb 19 09:12:38 2014 (r1501) @@ -1,13 +1,11 @@ --- ipc/chromium/Makefile.in~ +++ ipc/chromium/Makefile.in -@@ -55,9 +60,7 @@ vpath %.c \ - $(srcdir)/src/third_party/libevent \ - $(NULL) - else # } else { --# message_pump_libevent.cc includes third_party/libevent/event.h, --# which we put in $(DIST), see export rule below --LOCAL_INCLUDES += -I$(DIST) -+LOCAL_INCLUDES += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS)) - endif # } +@@ -28,6 +28,8 @@ include $(topsrcdir)/config/rules.mk + + ifdef MOZ_NATIVE_LIBEVENT # { - vpath %.cc \ ++OS_CPPFLAGS += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS)) ++ + export-preqs = \ + $(call mkdir_deps,$(CURDIR)/third_party/libevent) \ + $(NULL) Deleted: trunk/www/firefox-nightly/files/patch-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- trunk/www/firefox-nightly/files/patch-ipc-chromium-src-base-message_pump_libevent.cc Wed Feb 19 09:12:38 2014 (r1500) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- ipc/chromium/src/base/message_pump_libevent.cc~ -+++ ipc/chromium/src/base/message_pump_libevent.cc -@@ -16,7 +16,7 @@ - #include "base/scoped_ptr.h" - #include "base/time.h" - #include "nsDependentSubstring.h" --#include "third_party/libevent/event.h" -+#include "event.h" - - // Lifecycle of struct event - // Libevent uses two main data structures: Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox/Makefile Wed Feb 19 09:12:38 2014 (r1501) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= firefox -DISTVERSION= 28.0b3 +DISTVERSION= 28.0b4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox/distinfo Wed Feb 19 09:12:38 2014 (r1501) @@ -1,2 +1,2 @@ -SHA256 (firefox-28.0b3.source.tar.bz2) = 08251fda4bb37f89034806204f2eb8e2f9b6845e308938c28bb13de0d4a2a0a3 -SIZE (firefox-28.0b3.source.tar.bz2) = 134919285 +SHA256 (firefox-28.0b4.source.tar.bz2) = 3cf06ca20b299ce3bbaeb6746767a8eb10ad3bb05935214a93d34f320764d8eb +SIZE (firefox-28.0b4.source.tar.bz2) = 134865272 Modified: trunk/www/firefox/files/patch-bug806917 ============================================================================== --- trunk/www/firefox/files/patch-bug806917 Sun Feb 16 23:28:07 2014 (r1500) +++ trunk/www/firefox/files/patch-bug806917 Wed Feb 19 09:12:38 2014 (r1501) @@ -402,7 +402,7 @@ GST_FUNC(LIBGSTREAMER, gst_bus_set_sync_handler) GST_FUNC(LIBGSTREAMER, gst_bus_timed_pop_filtered) GST_FUNC(LIBGSTREAMER, gst_caps_append) -@@ -37,46 +34,36 @@ GST_FUNC(LIBGSTREAMER, gst_caps_new_any) +@@ -37,47 +34,37 @@ GST_FUNC(LIBGSTREAMER, gst_caps_new_any) GST_FUNC(LIBGSTREAMER, gst_caps_new_empty) GST_FUNC(LIBGSTREAMER, gst_caps_new_full) GST_FUNC(LIBGSTREAMER, gst_caps_new_simple) @@ -431,6 +431,7 @@ -GST_FUNC(LIBGSTREAMER, gst_mini_object_new) GST_FUNC(LIBGSTREAMER, gst_mini_object_ref) GST_FUNC(LIBGSTREAMER, gst_mini_object_unref) + GST_FUNC(LIBGSTREAMER, gst_object_get_name) GST_FUNC(LIBGSTREAMER, gst_object_get_parent) GST_FUNC(LIBGSTREAMER, gst_object_unref) -GST_FUNC(LIBGSTREAMER, gst_pad_add_event_probe) @@ -672,7 +673,7 @@ index 0000000..fb98bde --- /dev/null +++ content/media/gstreamer/GStreamerReader-0.10.cpp -@@ -0,0 +1,198 @@ +@@ -0,0 +1,203 @@ +#include "nsError.h" +#include "MediaDecoderStateMachine.h" +#include "AbstractMediaDecoder.h" @@ -717,6 +718,11 @@ +{ + /* allocate an image using the container */ + ImageContainer* container = mDecoder->GetImageContainer(); ++ if (!container) { ++ // We don't have an ImageContainer. We probably belong to an