From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 24 05:41:24 2012 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 308BD1065672 for ; Sun, 24 Jun 2012 05:41:24 +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 A69998FC0A for ; Sun, 24 Jun 2012 05:41:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5O5fHEZ034208 for ; Sun, 24 Jun 2012 05:41:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5O5fBeX032522 for freebsd-gecko@freebsd.org; Sun, 24 Jun 2012 05:41:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Jun 2012 05:41:11 GMT Message-Id: <201206240541.q5O5fBeX032522@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] r797 - in branches/experimental: mail/thunderbird-beta mail/thunderbird-beta/files mail/thunderbird-esr/files www/seamonkey-beta www/seamonkey-beta/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: Sun, 24 Jun 2012 05:41:24 -0000 Author: jbeich Date: Sun Jun 24 05:41:11 2012 New Revision: 797 Log: more missing clang/libc++ patches for old releases Modified: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc branches/experimental/mail/thunderbird-esr/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/mail/thunderbird-esr/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Modified: branches/experimental/mail/thunderbird-beta/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/Makefile Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/mail/thunderbird-beta/Makefile Sun Jun 24 05:41:11 2012 (r797) @@ -121,6 +121,9 @@ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop post-patch: + @${GREP} -Flr -e MSG_LINEBREAK -e CRLF ${WRKSRC}/mailnews \ + | ${XARGS} ${REINPLACE_CMD} -Ee 's/"(MSG_|CRLF)/" \1/g' \ + -e 's/(BREAK|CRLF)"/\1 "/g' @${GREP} -Flr \"/proc ${MOZSRC}/ipc/chromium/src/base | ${XARGS} ${REINPLACE_CMD} \ -e 's|/proc/self/fd|/dev/fd|' \ -e 's|/proc["/]|/compat/linux&|' Modified: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/file_util_linux.cc~ +++ mozilla/ipc/chromium/src/base/file_util_linux.cc +@@ -5,6 +5,7 @@ + #include "base/file_util.h" + + #include ++#include + + #include + #include @@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { #ifdef ANDROID return GetTempDir(path); Modified: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ +++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc +@@ -6,6 +6,7 @@ + + #include + #include ++#include + + #include "eintr_wrapper.h" + #include "base/logging.h" @@ -15,7 +15,7 @@ #include "base/scoped_nsautorelease_pool.h" #include "base/scoped_ptr.h" Modified: branches/experimental/mail/thunderbird-esr/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/mail/thunderbird-esr/files/patch-ipc-chromium-src-base-file_util_linux.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/mail/thunderbird-esr/files/patch-ipc-chromium-src-base-file_util_linux.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/file_util_linux.cc~ +++ mozilla/ipc/chromium/src/base/file_util_linux.cc +@@ -5,6 +5,7 @@ + #include "base/file_util.h" + + #include ++#include + + #include + #include @@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { #ifdef ANDROID return GetTempDir(path); Modified: branches/experimental/mail/thunderbird-esr/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/mail/thunderbird-esr/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/mail/thunderbird-esr/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ +++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc +@@ -6,6 +6,7 @@ + + #include + #include ++#include + + #include "eintr_wrapper.h" + #include "base/logging.h" @@ -15,7 +15,7 @@ #include "base/scoped_nsautorelease_pool.h" #include "base/scoped_ptr.h" Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/www/seamonkey-beta/Makefile Sun Jun 24 05:41:11 2012 (r797) @@ -129,6 +129,9 @@ .endif post-patch: + @${GREP} -Flr -e MSG_LINEBREAK -e CRLF ${WRKSRC}/mailnews \ + | ${XARGS} ${REINPLACE_CMD} -Ee 's/"(MSG_|CRLF)/" \1/g' \ + -e 's/(BREAK|CRLF)"/\1 "/g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/mozilla/security/manager/ssl/src/Makefile.in \ ${WRKSRC}/mozilla/js/src/config/mkdepend/Makefile.in Modified: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/file_util_linux.cc~ +++ mozilla/ipc/chromium/src/base/file_util_linux.cc +@@ -5,6 +5,7 @@ + #include "base/file_util.h" + + #include ++#include + + #include + #include @@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { #ifdef ANDROID return GetTempDir(path); Modified: branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sat Jun 23 14:04:19 2012 (r796) +++ branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Sun Jun 24 05:41:11 2012 (r797) @@ -1,5 +1,13 @@ --- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ +++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc +@@ -6,6 +6,7 @@ + + #include + #include ++#include + + #include "eintr_wrapper.h" + #include "base/logging.h" @@ -15,7 +15,7 @@ #include "base/scoped_nsautorelease_pool.h" #include "base/scoped_ptr.h" From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 24 19:20:12 2012 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 588201065674; Sun, 24 Jun 2012 19:20:12 +0000 (UTC) (envelope-from hm@hm.net.br) Received: from msrv.matik.com.br (msrv.matik.com.br [187.95.0.181]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7BA8FC12; Sun, 24 Jun 2012 19:20:11 +0000 (UTC) Received: from pop1.hm.net.br (pop1.hm.net.br [189.7.39.207]) (authenticated bits=0) by msrv.matik.com.br (8.14.5/8.14.5) with ESMTP id q5OJJv2J066114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 24 Jun 2012 16:19:58 -0300 (BRT) (envelope-from hm@hm.net.br) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.4 at msrv.matik.com.br X-DKIM: OpenDKIM Filter v2.5.2 msrv.matik.com.br q5OJJv2J066114 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=hm.net.br; s=racoon; t=1340565598; bh=KUSxI/5/fZKqgD6mhOp8XtJ7LhUvHUawJLtOMqgmB8Y=; h=Date:From:To:Subject:In-Reply-To:References; b=P4uGjERBFJuuCCCPqYrEvRHetSE0/hq9NW7FFEQsD8FSbVDHIhBESXfygGcn4FUhi /urbsuFz1rDBCI9akcP0jHmVoLG6y/EFm3vj033NNaFWl4jr5hnSkvx3+7MEeHjZ/v 0WY7DCVLwfy9A5oyFRloNeex9ioTqVJk2VlAoyig= Authentication-Results: msrv.matik.com.br; sender-id=pass header.from=hm@hm.net.br; auth=pass (PLAIN); spf=pass smtp.mfrom=hm@hm.net.br Date: Sun, 24 Jun 2012 16:19:45 -0300 From: H To: gecko@freebsd.org, freebsd-ports-bugs@freebsd.org Message-ID: <20120624161945.3dadc536.hm@hm.net.br> In-Reply-To: <201206191700.q5JH0PGo048245@freefall.freebsd.org> References: <201206191659.q5JGxhpN010176@red.freebsd.org> <201206191700.q5JH0PGo048245@freefall.freebsd.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Spam-Status: No, score=-95.0 required=5.0 tests=AWL=-0.780,BAYES_00=-1.9,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,MIME_BASE64_TEXT=1.741,RCVD_IN_BRBL_LASTEXT=1.449,RCVD_IN_PBL=3.335,RCVD_IN_RP_RNBL=1.31,SPF_PASS=-0.001,T_RP_MATCHES_RCVD=-0.01,USER_IN_WHITELIST=-100 msrv.matik.com.br 1181; Body=1 Fuz1=1 Fuz2=1 [127.0.0.2] [1 mail.matik.com.br.] [187.95.0.182] [127.0.0.6] [127.0.0.11] autolearn=no ASN AS28573 189.7.36.0/22 X-Spam-Checker-Version: SpamAssassin 3.3.2-hm_201202.c (2011-06-06) on msrv.matik.com.br Cc: Subject: Re: ports/169241: Firefox Right mouse buttom click freeze screen 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: Sun, 24 Jun 2012 19:20:12 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpFbSBUdWUs IDE5IEp1biAyMDEyIDE3OjAwOjI1IEdNVA0KRnJlZUJTRC1nbmF0cy1zdWJtaXRARnJlZUJTRC5v cmcgZXNjcmV2ZXU6DQoNCj4gaHR0cDovL3d3dy5mcmVlYnNkLm9yZy9jZ2kvcXVlcnktcHIuY2dp P3ByPTE2OTI0MQ0KPiANCj4gPkNhdGVnb3J5OiAgICAgICBwb3J0cw0KPiA+UmVzcG9uc2libGU6 ICAgIGZyZWVic2QtcG9ydHMtYnVncw0KPiA+U3lub3BzaXM6ICAgICAgIEZpcmVmb3ggUmlnaHQg bW91c2UgYnV0dG9tIGNsaWNrIGZyZWV6ZSBzY3JlZW4NCj4gPkFycml2YWwtRGF0ZTogICBUdWUg SnVuIDE5IDE3OjAwOjI1IFVUQyAyMDEyDQoNCg0KSSBqdXN0IGRvd25ncmFkZWQgdG8gZmlyZWZv eC1lc3IgKGZpcmVmb3gtMTAuMC41LDEpIHZpYSBwb3J0cyBhbmQgdGhpcw0KdmVyc2lvbiBzaG93 cyBubyBzdWNoIHByb2JsZW0sIGZpbmFsbHkgSSBoYXZlIGEgd29ya2luZyBicm93c2VyDQoNCkhh bnMNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2Mi4wLjE5 IChGcmVlQlNEKQ0KDQppRVlFQVJFQ0FBWUZBay9uYUZ3QUNna1F2S1ZmZzV4akNEeHU2UUNmY1RF R3dBSDdLNjYxVmMxM3poTG5zZE8vDQptTklBblI0SVR5QTdqaDVIWDk2UXhSYUVsUWRJNU0rdA0K PUZpL04NCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 04:52:19 2012 Return-Path: Delivered-To: freebsd-gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E83971065674; Mon, 25 Jun 2012 04:52:19 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB4558FC14; Mon, 25 Jun 2012 04:52:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P4qJtH020029; Mon, 25 Jun 2012 04:52:19 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P4qJlu020025; Mon, 25 Jun 2012 04:52:19 GMT (envelope-from eadler) Date: Mon, 25 Jun 2012 04:52:19 GMT Message-Id: <201206250452.q5P4qJlu020025@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-gecko@FreeBSD.org, gecko@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/168574: every time mozilla ports update disables xpi's 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, 25 Jun 2012 04:52:20 -0000 Synopsis: every time mozilla ports update disables xpi's Responsible-Changed-From-To: freebsd-gecko->gecko Responsible-Changed-By: eadler Responsible-Changed-When: Mon Jun 25 04:52:19 UTC 2012 Responsible-Changed-Why: canconical address http://www.freebsd.org/cgi/query-pr.cgi?pr=168574 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 04:52:19 2012 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E83971065674; Mon, 25 Jun 2012 04:52:19 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB4558FC14; Mon, 25 Jun 2012 04:52:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P4qJtH020029; Mon, 25 Jun 2012 04:52:19 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P4qJlu020025; Mon, 25 Jun 2012 04:52:19 GMT (envelope-from eadler) Date: Mon, 25 Jun 2012 04:52:19 GMT Message-Id: <201206250452.q5P4qJlu020025@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-gecko@FreeBSD.org, gecko@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/168574: every time mozilla ports update disables xpi's 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, 25 Jun 2012 04:52:20 -0000 Synopsis: every time mozilla ports update disables xpi's Responsible-Changed-From-To: freebsd-gecko->gecko Responsible-Changed-By: eadler Responsible-Changed-When: Mon Jun 25 04:52:19 UTC 2012 Responsible-Changed-Why: canconical address http://www.freebsd.org/cgi/query-pr.cgi?pr=168574 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 04:57:57 2012 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 C33241065673; Mon, 25 Jun 2012 04:57:57 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9822F8FC0A; Mon, 25 Jun 2012 04:57:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P4vvt2020517; Mon, 25 Jun 2012 04:57:57 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P4vvxq020513; Mon, 25 Jun 2012 04:57:57 GMT (envelope-from ak) Date: Mon, 25 Jun 2012 04:57:57 GMT Message-Id: <201206250457.q5P4vvxq020513@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC 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, 25 Jun 2012 04:57:57 -0000 Synopsis: Firefox/Thunderbird fail to build with system GCC Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: ak Responsible-Changed-When: Mon Jun 25 04:57:57 UTC 2012 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=169389 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 06:10:37 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 85BB2106567B for ; Mon, 25 Jun 2012 06:10:37 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 02C1E153DFA for ; Mon, 25 Jun 2012 06:10:36 +0000 (UTC) Message-ID: <4FE800DC.5080209@FreeBSD.org> Date: Sun, 24 Jun 2012 23:10:36 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20120624 Thunderbird/13.0.1 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: /usr/local where ${LOCALBASE} would probably be better 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, 25 Jun 2012 06:10:37 -0000 Looking through the X11BASE stuff I noticed the following similar patches for mail/thunderbird, mail/thunderbird-esr, and www/seamonkey: - MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/X11R6)/lib' + MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/local)/lib' That /usr/local at the end of the second line should probably be changed to ${LOCALBASE} Doug -- This .signature sanitized for your protection From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 07:53:56 2012 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 8996D1065673; Mon, 25 Jun 2012 07:53:56 +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 5D7988FC0A; Mon, 25 Jun 2012 07:53:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P7ru8x094536; Mon, 25 Jun 2012 07:53:56 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P7rulJ094532; Mon, 25 Jun 2012 07:53:56 GMT (envelope-from beat) Date: Mon, 25 Jun 2012 07:53:56 GMT Message-Id: <201206250753.q5P7rulJ094532@freefall.freebsd.org> To: kan@FreeBSD.org, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC 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, 25 Jun 2012 07:53:56 -0000 Synopsis: Firefox/Thunderbird fail to build with system GCC State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Mon Jun 25 07:53:55 UTC 2012 State-Changed-Why: A fix for this has been committed a couple of days ago. Please update your portstree and try to build them again. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=169389 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:11:01 2012 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CC151065670; Mon, 25 Jun 2012 08:11:01 +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 1B84A8FC14; Mon, 25 Jun 2012 08:11:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P8B07r009496; Mon, 25 Jun 2012 08:11:00 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P8B0p0009477; Mon, 25 Jun 2012 08:11:00 GMT (envelope-from beat) Date: Mon, 25 Jun 2012 08:11:00 GMT Message-Id: <201206250811.q5P8B0p0009477@freefall.freebsd.org> To: zphod@berentweb.com, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/168574: every time mozilla ports update disables xpi's 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, 25 Jun 2012 08:11:01 -0000 Synopsis: every time mozilla ports update disables xpi's State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Mon Jun 25 08:09:18 UTC 2012 State-Changed-Why: Mozilla changed the policy to disable globally installed plugins by default. See: http://blog.mozilla.org/addons/2011/08/11/strengthening-user-control-of-add-ons/ As far as I know there is no workaround to disable this "feature" at the moment. http://www.freebsd.org/cgi/query-pr.cgi?pr=168574 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:11:48 2012 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 6746B1065670; Mon, 25 Jun 2012 08:11:48 +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 3B6E28FC14; Mon, 25 Jun 2012 08:11:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P8BmQ5013924; Mon, 25 Jun 2012 08:11:48 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P8BlgC013875; Mon, 25 Jun 2012 08:11:47 GMT (envelope-from beat) Date: Mon, 25 Jun 2012 08:11:47 GMT Message-Id: <201206250811.q5P8BlgC013875@freefall.freebsd.org> To: toomas.aas@raad.tartu.ee, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/167431: www/firefox fails to build if nspr version is < 4.9 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, 25 Jun 2012 08:11:48 -0000 Synopsis: www/firefox fails to build if nspr version is < 4.9 State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Mon Jun 25 08:11:47 UTC 2012 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=167431 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:16:27 2012 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 801DB1065687; Mon, 25 Jun 2012 08:16:27 +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 521778FC1B; Mon, 25 Jun 2012 08:16:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P8GQpV015561; Mon, 25 Jun 2012 08:16:26 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P8GQbL015556; Mon, 25 Jun 2012 08:16:26 GMT (envelope-from beat) Date: Mon, 25 Jun 2012 08:16:26 GMT Message-Id: <201206250816.q5P8GQbL015556@freefall.freebsd.org> To: barbara.xxx1975@libero.it, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/164687: www/firefox: build fails on check-sync-dirs.py - partial build fix 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, 25 Jun 2012 08:16:27 -0000 Synopsis: www/firefox: build fails on check-sync-dirs.py - partial build fix State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Mon Jun 25 08:16:26 UTC 2012 State-Changed-Why: A patch for this has been committed some months ago. Thanks for reporting! http://www.freebsd.org/cgi/query-pr.cgi?pr=164687 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:17:05 2012 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 95E3A1065677; Mon, 25 Jun 2012 08:17:05 +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 6987A8FC14; Mon, 25 Jun 2012 08:17:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P8H5Nm015772; Mon, 25 Jun 2012 08:17:05 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P8H41v015763; Mon, 25 Jun 2012 08:17:04 GMT (envelope-from beat) Date: Mon, 25 Jun 2012 08:17:04 GMT Message-Id: <201206250817.q5P8H41v015763@freefall.freebsd.org> To: hm@hm.net.br, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/169242: www/seamonkey Right mouse buttom click freeze window 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, 25 Jun 2012 08:17:05 -0000 Synopsis: www/seamonkey Right mouse buttom click freeze window State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Mon Jun 25 08:17:03 UTC 2012 State-Changed-Why: Duplicate of ports/169241. http://www.freebsd.org/cgi/query-pr.cgi?pr=169242 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:24:18 2012 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 2DBB21065687; Mon, 25 Jun 2012 08:24:18 +0000 (UTC) (envelope-from hm@hm.net.br) Received: from msrv.matik.com.br (msrv.matik.com.br [187.95.0.181]) by mx1.freebsd.org (Postfix) with ESMTP id 64A1C8FC18; Mon, 25 Jun 2012 08:24:17 +0000 (UTC) Received: from pop1.hm.net.br (pop1.hm.net.br [189.7.36.191]) (authenticated bits=0) by msrv.matik.com.br (8.14.5/8.14.5) with ESMTP id q5P8OB7K026324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 25 Jun 2012 05:24:12 -0300 (BRT) (envelope-from hm@hm.net.br) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.4 at msrv.matik.com.br X-DKIM: OpenDKIM Filter v2.5.2 msrv.matik.com.br q5P8OB7K026324 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=hm.net.br; s=racoon; t=1340612652; bh=16UTrdcPaVfRou4yL0yWODPx/FQZuoWZ7Agyru7VDcQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=TKFH07WcPGcWK9LLLpka90NfF4g8XtOv5JEcKdVpSynEysVwr8CXoUicR0s2LyTm3 qgczu/4pdult9bVw5XrzKO5qlhycD/cXI4k5o8bjS/eFRcFAw+1JWHUwBoNxY7GsAj M+sKd/XtpgHEAoSkaYDYUmTb/yBk1DoTnybQkZYM= Authentication-Results: msrv.matik.com.br; sender-id=pass header.from=hm@hm.net.br; auth=pass (PLAIN); spf=pass smtp.mfrom=hm@hm.net.br Date: Mon, 25 Jun 2012 05:24:00 -0300 From: H To: beat@FreeBSD.org Message-ID: <20120625052400.2e7b9c21.hm@hm.net.br> In-Reply-To: <201206250817.q5P8H41v015763@freefall.freebsd.org> References: <201206250817.q5P8H41v015763@freefall.freebsd.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Spam-Status: No, score=-95.6 required=5.0 tests=AWL=-0.118,BAYES_00=-1.9,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,MIME_BASE64_TEXT=1.741,RCVD_IN_BRBL_LASTEXT=1.449,RCVD_IN_PBL=3.335,SPF_PASS=-0.001,T_RP_MATCHES_RCVD=-0.01,USER_IN_WHITELIST=-100 msrv.matik.com.br 1102; Body=1 Fuz1=1 Fuz2=1 [127.0.0.2] [1 mail.matik.com.br.] [187.95.0.182] [127.0.0.11] autolearn=no ASN AS28573 189.7.36.0/22 X-Spam-Checker-Version: SpamAssassin 3.3.2-hm_201202.c (2011-06-06) on msrv.matik.com.br Cc: gecko@FreeBSD.org Subject: Re: ports/169242: www/seamonkey Right mouse buttom click freeze window 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, 25 Jun 2012 08:24:18 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpFbSBNb24s IDI1IEp1biAyMDEyIDA4OjE3OjA0IEdNVA0KYmVhdEBGcmVlQlNELm9yZyBlc2NyZXZldToNCg0K PiBTeW5vcHNpczogd3d3L3NlYW1vbmtleSBSaWdodCBtb3VzZSBidXR0b20gY2xpY2sgZnJlZXpl IHdpbmRvdw0KPiANCj4gU3RhdGUtQ2hhbmdlZC1Gcm9tLVRvOiBvcGVuLT5jbG9zZWQNCj4gU3Rh dGUtQ2hhbmdlZC1CeTogYmVhdA0KPiBTdGF0ZS1DaGFuZ2VkLVdoZW46IE1vbiBKdW4gMjUgMDg6 MTc6MDMgVVRDIDIwMTINCj4gU3RhdGUtQ2hhbmdlZC1XaHk6IA0KPiBEdXBsaWNhdGUgb2YgcG9y dHMvMTY5MjQxLg0KPiANCj4gaHR0cDovL3d3dy5mcmVlYnNkLm9yZy9jZ2kvcXVlcnktcHIuY2dp P3ByPTE2OTI0Mg0KDQp3aHkgaXMgdGhpcyBkdXBsaWNhdGlvbj8gVGhhdCBhcmUgdHdvIGRpZmZl cmVudCBhcHBsaWNhdGlvbnMsIFNlYW1vbmtleQ0KYW5kIEZpcmVmb3ggLi4uDQoNCkhhbnMNCi0t LS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2Mi4wLjE5IChGcmVl QlNEKQ0KDQppRVlFQVJFQ0FBWUZBay9vSUNrQUNna1F2S1ZmZzV4akNEeTRKUUNmVUN3OWpLMWtH UUgwSHJmbHpXcUZhSlpCDQp4RU1BblJnalZtaVR5NGVaUXVsUzgzMkxnTFNYVlNCcw0KPTdGc0oN Ci0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 08:26:20 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B14DE106567C for ; Mon, 25 Jun 2012 08:26:20 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6AEA08FC08 for ; Mon, 25 Jun 2012 08:26:20 +0000 (UTC) Received: by qchj9 with SMTP id j9so2240238qch.37 for ; Mon, 25 Jun 2012 01:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IOIbngwKpdcNXLu9C9ka4qej6HxHtTrPvAbdYdKChes=; b=kSCj+Z7iQno1y6W/XBUrLKB0nTM+EDgwFSlKXo23tWrroEkOgREVdahO9vNPKsL9cB 5lmYmDZaFQvjCTMV3dW58ILVAO9ECUFGN4hcgwNIsizuUWJi1lzs90eT4GR/+1ZM7KXw olg2NV25rff9FoeYF1Cp/KEiZk4aT51LFjjKcyGTQezetbfEcEgIJgPNFg4NbVLtGK8Q MDdXuYm4bA5l72XY/JJwZ6cRTXF+gAv05wDElb3VmLTROj3v5+XxxzJY0Zjua3EiUPtu nnhQkzuHNVBmLyujQXCybjyVaM1BBalNUwPyuSY0ITRrgoOYFHg9XIf0RKdF+XW3GjfI oo3w== MIME-Version: 1.0 Received: by 10.224.32.11 with SMTP id a11mr19458661qad.59.1340612779959; Mon, 25 Jun 2012 01:26:19 -0700 (PDT) Sender: beat.gaetzi@gmail.com Received: by 10.229.89.71 with HTTP; Mon, 25 Jun 2012 01:26:19 -0700 (PDT) In-Reply-To: <20120625052400.2e7b9c21.hm@hm.net.br> References: <201206250817.q5P8H41v015763@freefall.freebsd.org> <20120625052400.2e7b9c21.hm@hm.net.br> Date: Mon, 25 Jun 2012 10:26:19 +0200 X-Google-Sender-Auth: sYh8jDm7f7F2gsNBVdblzvlVwIY Message-ID: From: Beat Gaetzi To: H Content-Type: text/plain; charset=ISO-8859-1 Cc: gecko@freebsd.org Subject: Re: ports/169242: www/seamonkey Right mouse buttom click freeze window 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, 25 Jun 2012 08:26:20 -0000 2012/6/25 H : > Em Mon, 25 Jun 2012 08:17:04 GMT > beat@FreeBSD.org escreveu: > >> Synopsis: www/seamonkey Right mouse buttom click freeze window >> >> State-Changed-From-To: open->closed >> State-Changed-By: beat >> State-Changed-When: Mon Jun 25 08:17:03 UTC 2012 >> State-Changed-Why: >> Duplicate of ports/169241. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=169242 > > why is this duplication? That are two different applications, Seamonkey > and Firefox ... The used code base for both is the same. Beat From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 11:07:41 2012 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 DCBE210656F0 for ; Mon, 25 Jun 2012 11:07:41 +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 ADB0A8FC16 for ; Mon, 25 Jun 2012 11:07:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PB7fV4078630 for ; Mon, 25 Jun 2012 11:07:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PB7e24078627 for gecko@FreeBSD.org; Mon, 25 Jun 2012 11:07:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Jun 2012 11:07:40 GMT Message-Id: <201206251107.q5PB7e24078627@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, 25 Jun 2012 11:07:42 -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/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/169231 gecko [patch] Fix build for www/firefox using CLANG o ports/168978 gecko mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error o ports/168898 gecko mail/thunderbird: nsDirPrefs.cpp:378:9: error: case va o ports/168793 gecko www/firefox: /usr/ports/www/firefox/work/mozilla-relea o ports/168718 gecko www/firefox: core dumping or refuse to compile o ports/168637 gecko www/libxul: nsStackWalk.cpp: In function 'nsresult NS_ o ports/168465 gecko www/firefox: HTML5 audio and video doesn't work in FF1 o ports/168369 gecko [PATCH] cannot build www/libxul 1.9.2.28 o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca o ports/167298 gecko mail/thunderbird-i18n and www/firefox-i18n fail to fet f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164919 gecko www/seamonkey fails to build on pre-SSE2 processor o ports/164905 gecko www/seamonkey fails to build with clang [patch] o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/163454 gecko [patch] www/firefox-beta: unbreak with libc++ o ports/162939 gecko www/firefox crashes with Zotero add-on o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o ports/161421 gecko [patch] www/firefox: use libevent2 o ports/160933 gecko Bad port interactions between Mozilla projects o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o ports/160351 gecko www/libxul installs incorrect mozilla-nss.pc o ports/159831 gecko www/firefox is broken o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/150631 gecko www/firefox 3.6.9 does not build if you have previousl o ports/146231 gecko [feature request] [patch] www/firefox: use port libs o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 30 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 13:01:53 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 268761065670 for ; Mon, 25 Jun 2012 13:01: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 A348E8FC1C for ; Mon, 25 Jun 2012 13:01:51 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5PD1hnJ059582 for ; Mon, 25 Jun 2012 13:01:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5PD1bSe049809 for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 13:01:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Jun 2012 13:01:37 GMT Message-Id: <201206251301.q5PD1bSe049809@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] r798 - in trunk: Mk devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n mail/thunderbird/files mail/thunderbird3 mail/thunderbird3-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox/files www/firefox36 www/firefox36-i18n www/kompozer www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n 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, 25 Jun 2012 13:01:53 -0000 Author: beat Date: Mon Jun 25 13:01:37 2012 New Revision: 798 Log: - Sync trunk with ports Added: trunk/mail/thunderbird/files/patch-bugzilla-736961 trunk/mail/thunderbird/files/patch-mail-app-Makefile.in trunk/www/firefox/files/patch-bugzilla-736961 trunk/www/firefox/files/patch-gfx-ycbcr-Makefile.in Deleted: trunk/mail/thunderbird3/ trunk/mail/thunderbird3-i18n/ trunk/www/firefox36/ trunk/www/firefox36-i18n/ Modified: trunk/Mk/bsd.gecko.mk trunk/devel/nspr/Makefile trunk/devel/nspr/distinfo trunk/devel/nspr/files/patch-..::configure trunk/devel/nspr/files/patch-config-nsprc.pc.in trunk/devel/nspr/files/patch-tests trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/thunderbird-esr-i18n/Makefile trunk/mail/thunderbird-esr-i18n/distinfo trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird-esr/distinfo trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/mail/thunderbird/files/patch-mozilla-configure.in trunk/security/ca_root_nss/Makefile trunk/security/ca_root_nss/distinfo trunk/security/nss/Makefile trunk/security/nss/distinfo trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-esr/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/firefox/files/patch-browser-app-Makefile.in trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp trunk/www/firefox/files/patch-configure.in trunk/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp trunk/www/firefox/pkg-descr trunk/www/kompozer/Makefile trunk/www/libxul/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/linux-seamonkey/distinfo trunk/www/linux-seamonkey/pkg-plist trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sun Jun 24 05:41:11 2012 (r797) +++ trunk/Mk/bsd.gecko.mk Mon Jun 25 13:01:37 2012 (r798) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.59 2012/06/01 05:15:42 dinoex Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.62 2012/06/09 08:28:37 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -181,7 +181,7 @@ # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 10+ 12+ 10 12+ +# Available values: yes 10+ 13+ 10 13+ # NOTE: # default value 10 is used in case of USE_FIREFOX=yes # @@ -203,7 +203,7 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 10+ 12+ 10 12 +# Available values: yes 10+ 13+ 10 13 # NOTE: # default value 10 is used in case of USE_THUNDERBIRD=yes # @@ -223,11 +223,11 @@ .endif _FIREFOX_DEFAULT_VERSION= 10 -_FIREFOX_VERSIONS= 10 12 -_FIREFOX_RANGE_VERSIONS= 10+ 12+ +_FIREFOX_VERSIONS= 10 13 +_FIREFOX_RANGE_VERSIONS= 10+ 13+ # For specifying [10, ..]+ -_FIREFOX_12P= 12 ${_FIREFOX_10P} +_FIREFOX_13P= 13 ${_FIREFOX_10P} _FIREFOX_10P= 10 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -281,7 +281,7 @@ # Dependence lines for different Firefox versions 10_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -12_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +13_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -373,11 +373,11 @@ .endif _THUNDERBIRD_DEFAULT_VERSION= 10 -_THUNDERBIRD_VERSIONS= 10 12 -_THUNDERBIRD_RANGE_VERSIONS= 10+ 12+ +_THUNDERBIRD_VERSIONS= 10 13 +_THUNDERBIRD_RANGE_VERSIONS= 10+ 13+ # For specifying [10, ..]+ -_THUNDERBIRD_12P= 12 ${_THUNDERBIRD_10P} +_THUNDERBIRD_13P= 13 ${_THUNDERBIRD_10P} _THUNDERBIRD_10P= 10 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given @@ -386,8 +386,10 @@ .endif # Setting/finding Thunderbird version we want. +.if exists(${LOCALBASE}/bin/thunderbird) _TMP_VER!= ${LOCALBASE}/bin/thunderbird --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/ Thunderbird \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' _THUNDERBIRD_VER:= ${_TMP_VER:C/([0-9][0-9]).*/\1/} +.endif # Check if installed Thunderbird version matches the wanted one .if defined(_THUNDERBIRD_VER) @@ -422,7 +424,7 @@ # Dependence lines for different Thunderbird versions 10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird-esr -12_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +13_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird # Add dependencies .if defined(USE_THUNDERBIRD) Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/devel/nspr/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,12 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/devel/nspr/Makefile,v 1.48 2012/02/20 21:46:16 flo Exp $ +# $FreeBSD: ports/devel/nspr/Makefile,v 1.50 2012/06/05 18:16:15 flo Exp $ # $MCom: ports-experimental/devel/nspr/Makefile,v 1.6 2008/03/12 13:06:56 ahze Exp $ PORTNAME= nspr -DISTVERSION= 4.9 +DISTVERSION= 4.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= MOZILLA MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src Modified: trunk/devel/nspr/distinfo ============================================================================== --- trunk/devel/nspr/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/devel/nspr/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.9.tar.gz) = ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a -SIZE (nspr-4.9.tar.gz) = 1218528 +SHA256 (nspr-4.9.1.tar.gz) = 5b696b80a3254aa0e5c7f0614b6bb9b14c483df46af66c792993e3d853568d17 +SIZE (nspr-4.9.1.tar.gz) = 1172951 Modified: trunk/devel/nspr/files/patch-..::configure ============================================================================== --- trunk/devel/nspr/files/patch-..::configure Sun Jun 24 05:41:11 2012 (r797) +++ trunk/devel/nspr/files/patch-..::configure Mon Jun 25 13:01:37 2012 (r798) @@ -21,12 +21,4 @@ ;; *-netbsd*) if test "$ac_cv_have_dash_pthread" = "yes"; then -@@ -6694,6 +6689,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+ config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile Modified: trunk/devel/nspr/files/patch-config-nsprc.pc.in ============================================================================== --- trunk/devel/nspr/files/patch-config-nsprc.pc.in Sun Jun 24 05:41:11 2012 (r797) +++ trunk/devel/nspr/files/patch-config-nsprc.pc.in Mon Jun 25 13:01:37 2012 (r798) @@ -1,13 +1,10 @@ ---- ../config/nspr.pc.in.orig Thu Aug 4 21:38:50 2005 -+++ ../config/nspr.pc.in Thu Aug 4 21:38:59 2005 -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSPR -+Description: The Netscape Portable Runtime -+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ +--- ../config/nspr.pc.in.orig 2012-05-19 00:26:17.000000000 +0200 ++++ ../config/nspr.pc.in 2012-06-05 16:19:31.000000000 +0200 +@@ -6,5 +6,5 @@ + Name: NSPR + Description: The Netscape Portable Runtime + Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ +-Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ +-Cflags: -I@includedir@ +Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ @OS_LIBS@ +Cflags: -I${includedir} Modified: trunk/devel/nspr/files/patch-tests ============================================================================== --- trunk/devel/nspr/files/patch-tests Sun Jun 24 05:41:11 2012 (r797) +++ trunk/devel/nspr/files/patch-tests Mon Jun 25 13:01:37 2012 (r798) @@ -148,24 +148,6 @@ + (long)retVal, (long)PR_GetError()); exit(1); } ---- ../pr/tests/op_noacc.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/op_noacc.c Tue Jul 12 01:40:22 2005 -@@ -82,5 +82,5 @@ - PR_STDIO_INIT(); - err01 = PR_Open("err01.tmp", PR_CREATE_FILE | PR_RDWR, 0); -- if (err01 == NULL) -+ if (err01 == NULL) { - if (PR_GetError() == PR_NO_ACCESS_RIGHTS_ERROR) { - printf ("error code is %d\n",PR_GetError()); -@@ -92,3 +92,7 @@ - return 1; - } --} -+ } else { -+ perror("err01.tmp"); -+ return 2; -+ } -+} --- ../pr/tests/peek.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/peek.c Tue Jul 12 01:41:44 2005 @@ -168,5 +168,5 @@ @@ -1841,36 +1823,44 @@ + (void*)(intptr_t)PR_SecondsToInterval(secs), PR_PRIORITY_NORMAL, threadScopes[i], PR_JOINABLE_THREAD, 0); if (threads[idx] == NULL) { ---- ../pr/tests/zerolen.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/zerolen.c Mon Jul 25 23:04:19 2005 -@@ -78,5 +78,5 @@ +--- ../pr/tests/zerolen.c.orig 2012-03-06 14:14:33.000000000 +0100 ++++ ../pr/tests/zerolen.c 2012-06-04 13:39:40.000000000 +0200 +@@ -45,7 +45,7 @@ + { PRFileDesc *sock; PRNetAddr addr; - PRUint16 port = (PRUint16) arg; + PRUint16 port = (PRUint16)(uintptr_t)arg; char buf[1024]; PRInt32 nbytes; -@@ -157,5 +157,5 @@ + +@@ -127,7 +127,7 @@ + * First test PR_Writev. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { -@@ -198,5 +198,5 @@ + fprintf(stderr, "PR_CreateThread failed\n"); +@@ -171,7 +171,7 @@ + * Then test PR_Write. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { -@@ -237,5 +237,5 @@ + fprintf(stderr, "PR_CreateThread failed\n"); +@@ -216,7 +216,7 @@ + * Finally test PR_Send. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { + fprintf(stderr, "PR_CreateThread failed\n"); --- ../pr/tests/runtests.sh Sun Apr 25 11:01:02 2004 +++ ../pr/tests/runtests.sh Tue Jul 26 00:01:35 2005 @@ -85,7 +85,4 @@ Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/linux-thunderbird/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 17 April 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.55 2012/04/24 20:53:36 beat Exp $ +# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.56 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/linux-thunderbird/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.4esr.tar.bz2) = 2909502ae5ce80f0c945e0fb671e9180beeaa97f378563632a531a35f3644ba0 -SIZE (thunderbird-10.0.4esr.tar.bz2) = 18525433 +SHA256 (thunderbird-10.0.5esr.tar.bz2) = 38258c5357ff398bb8ebcd7eb4749269b81f44915994b72c781c3688a431e441 +SIZE (thunderbird-10.0.5esr.tar.bz2) = 18569797 Modified: trunk/mail/thunderbird-esr-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-esr-i18n/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-esr-i18n/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird-esr-i18n/Makefile,v 1.63 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-esr-i18n/Makefile,v 1.64 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird-i18n -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-esr-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-esr-i18n/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-esr-i18n/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-10.0.4/ar.xpi) = 8295b8d86576eef51ca04983d9e36a833eca0708bc53c87329dbcccfefc4001e -SIZE (xpi/thunderbird-i18n-10.0.4/ar.xpi) = 441466 -SHA256 (xpi/thunderbird-i18n-10.0.4/br.xpi) = 8832db8c596fba7c953c2a9cee12055a0d7fbd63005608c6952f3f702cca9a7a -SIZE (xpi/thunderbird-i18n-10.0.4/br.xpi) = 415527 -SHA256 (xpi/thunderbird-i18n-10.0.4/ca.xpi) = 983b6b38e19c15818960ddfdfd1322cbdf2916572946b99e81aabf3f0852db93 -SIZE (xpi/thunderbird-i18n-10.0.4/ca.xpi) = 416069 -SHA256 (xpi/thunderbird-i18n-10.0.4/cs.xpi) = 8b2abbfa1a4793a3aff0dee0a5b36b7ef39e68a5b8fb5027abf2600ede65dc04 -SIZE (xpi/thunderbird-i18n-10.0.4/cs.xpi) = 419419 -SHA256 (xpi/thunderbird-i18n-10.0.4/da.xpi) = cc8c0c4c42ff6d9ffddbfc5770dae2348b222fcf18ed7aae56bfcb120819e801 -SIZE (xpi/thunderbird-i18n-10.0.4/da.xpi) = 363375 -SHA256 (xpi/thunderbird-i18n-10.0.4/de.xpi) = 0a45766c6c905070b099b74bd753ec9c04eebb7fff3eadb1daa168a3e3347f7e -SIZE (xpi/thunderbird-i18n-10.0.4/de.xpi) = 418266 -SHA256 (xpi/thunderbird-i18n-10.0.4/en-GB.xpi) = b7f55778acaa177bb8fd1f0436685acfb10f67ee641be59dc3e8065d52fadd29 -SIZE (xpi/thunderbird-i18n-10.0.4/en-GB.xpi) = 391743 -SHA256 (xpi/thunderbird-i18n-10.0.4/en-US.xpi) = 2a1e46aa282dcc4f8dd132699a91565578322f02ff9b034517db27729b87b66d -SIZE (xpi/thunderbird-i18n-10.0.4/en-US.xpi) = 391242 -SHA256 (xpi/thunderbird-i18n-10.0.4/es-AR.xpi) = ec4198e8deb477e5016a8b70eb0cc70c4d98c69ce4ddfa501357b7959c7ea065 -SIZE (xpi/thunderbird-i18n-10.0.4/es-AR.xpi) = 410726 -SHA256 (xpi/thunderbird-i18n-10.0.4/es-ES.xpi) = ae49dcc476f2e16b0332d1c66084bfc5c1a258467cfe9cedb659d1728df10955 -SIZE (xpi/thunderbird-i18n-10.0.4/es-ES.xpi) = 355142 -SHA256 (xpi/thunderbird-i18n-10.0.4/et.xpi) = da1fde032f6beff791a592ed46710c655546c4466d57dfb04770b0270665e4a6 -SIZE (xpi/thunderbird-i18n-10.0.4/et.xpi) = 410724 -SHA256 (xpi/thunderbird-i18n-10.0.4/eu.xpi) = c0ecbafbfb62843d7b76322bff5db3ba2d7bee50283e58d54ee8123b21f91915 -SIZE (xpi/thunderbird-i18n-10.0.4/eu.xpi) = 406387 -SHA256 (xpi/thunderbird-i18n-10.0.4/fi.xpi) = 9c83968e1004cef9a03171aec4bf90ab197f71005bf17df91eaae20e7bce6515 -SIZE (xpi/thunderbird-i18n-10.0.4/fi.xpi) = 411928 -SHA256 (xpi/thunderbird-i18n-10.0.4/fr.xpi) = ac0aca1a0822581805d5bd9c241b54554f9cd682bf73d88c0c15261db4772731 -SIZE (xpi/thunderbird-i18n-10.0.4/fr.xpi) = 414749 -SHA256 (xpi/thunderbird-i18n-10.0.4/fy-NL.xpi) = a733f624164348a5666db3a624c18899961a2ed913829c19d19964ad28cd72a1 -SIZE (xpi/thunderbird-i18n-10.0.4/fy-NL.xpi) = 413985 -SHA256 (xpi/thunderbird-i18n-10.0.4/ga-IE.xpi) = ab98d4b37b69a391aee9b16cd678b0bb0a07ba064d7f7f92913c1905abe0eda9 -SIZE (xpi/thunderbird-i18n-10.0.4/ga-IE.xpi) = 423261 -SHA256 (xpi/thunderbird-i18n-10.0.4/gd.xpi) = dae3c6fa4290eabc84e3d8a7f0df4c194a72a44f2c631a0d6f42fe1b76f0ac3f -SIZE (xpi/thunderbird-i18n-10.0.4/gd.xpi) = 425876 -SHA256 (xpi/thunderbird-i18n-10.0.4/gl.xpi) = 2deb10fd529124e12fc3864df7af0f03b3dd57b63bf2e7853ee634c8dbb88d20 -SIZE (xpi/thunderbird-i18n-10.0.4/gl.xpi) = 409229 -SHA256 (xpi/thunderbird-i18n-10.0.4/he.xpi) = afe7c88bdb586d2357a7024393fc28c2d096db6a9a018a8908a9c986229b7ab8 -SIZE (xpi/thunderbird-i18n-10.0.4/he.xpi) = 439206 -SHA256 (xpi/thunderbird-i18n-10.0.4/hu.xpi) = 476a2513eddb6cee28ed750e5fc468cf314b2a631ae80b8bbd3fea76ed02fb92 -SIZE (xpi/thunderbird-i18n-10.0.4/hu.xpi) = 426356 -SHA256 (xpi/thunderbird-i18n-10.0.4/is.xpi) = e9a4f1f8c32dc3fbe772b16e47c01679de79d061264ce92e27b69f1cc6baddb0 -SIZE (xpi/thunderbird-i18n-10.0.4/is.xpi) = 412634 -SHA256 (xpi/thunderbird-i18n-10.0.4/it.xpi) = 48224ad82f53616d75f2e8fb638d16ea35a4e39d5b7cdc2d6084c2bacb2e7b0b -SIZE (xpi/thunderbird-i18n-10.0.4/it.xpi) = 347633 -SHA256 (xpi/thunderbird-i18n-10.0.4/ja.xpi) = d1ac30764556272dd6819f77995d91233f76a51d2f2b30eec3650cab588d6611 -SIZE (xpi/thunderbird-i18n-10.0.4/ja.xpi) = 459031 -SHA256 (xpi/thunderbird-i18n-10.0.4/ko.xpi) = e07765842bce4bdd1a91290a0eebb325cf0915638fceafa878ce4718356d7a50 -SIZE (xpi/thunderbird-i18n-10.0.4/ko.xpi) = 372016 -SHA256 (xpi/thunderbird-i18n-10.0.4/lt.xpi) = bb62f856282eb161f6606f72f2d97ea86103b2a5594cd62d22beabc58fb767a5 -SIZE (xpi/thunderbird-i18n-10.0.4/lt.xpi) = 531022 -SHA256 (xpi/thunderbird-i18n-10.0.4/nb-NO.xpi) = f9a63afb0403b6237f89ae78d5744feea4fe5d4f0a9757c0b72bcf51e4ef8a31 -SIZE (xpi/thunderbird-i18n-10.0.4/nb-NO.xpi) = 407729 -SHA256 (xpi/thunderbird-i18n-10.0.4/nl.xpi) = 80238734807ed1277eaec57bc9f3dbac363cbdbe228e6ee1321ae41571c2240f -SIZE (xpi/thunderbird-i18n-10.0.4/nl.xpi) = 407985 -SHA256 (xpi/thunderbird-i18n-10.0.4/nn-NO.xpi) = a4a0de4ba590381b011bf5c3827770e491ae315d8bd9b4ba2dd37b93f076bd42 -SIZE (xpi/thunderbird-i18n-10.0.4/nn-NO.xpi) = 409458 -SHA256 (xpi/thunderbird-i18n-10.0.4/pl.xpi) = 9df0e7b399d74bcb0f6bebc51b7bbedbded306bf7d642a5db50950d5e4ea9343 -SIZE (xpi/thunderbird-i18n-10.0.4/pl.xpi) = 393578 -SHA256 (xpi/thunderbird-i18n-10.0.4/pt-BR.xpi) = 849ad2774372a334b74c0f66686df15f107a57aaa1555c9416aa05d01f8a1534 -SIZE (xpi/thunderbird-i18n-10.0.4/pt-BR.xpi) = 417230 -SHA256 (xpi/thunderbird-i18n-10.0.4/pt-PT.xpi) = b8c87e130a4244037e35efc05f3f477b080b02f8217cd9b5bca281222a7cc045 -SIZE (xpi/thunderbird-i18n-10.0.4/pt-PT.xpi) = 414265 -SHA256 (xpi/thunderbird-i18n-10.0.4/rm.xpi) = 18aeb1ac642ed56a46357184d49d4c7732462303eaf9aeffdfe0bdaa19f7b7b8 -SIZE (xpi/thunderbird-i18n-10.0.4/rm.xpi) = 414709 -SHA256 (xpi/thunderbird-i18n-10.0.4/ru.xpi) = 6d5363913e283d25f4ba130f8f6c4f7f2be357470fc6b1ce981131b66503d93b -SIZE (xpi/thunderbird-i18n-10.0.4/ru.xpi) = 411634 -SHA256 (xpi/thunderbird-i18n-10.0.4/si.xpi) = 1f1c4c01af7a9f9af5a6f179c42a2f597e9adc795fd6f6ec12b9fc707a190b88 -SIZE (xpi/thunderbird-i18n-10.0.4/si.xpi) = 456607 -SHA256 (xpi/thunderbird-i18n-10.0.4/sk.xpi) = 42dad57a49f46be4815819f34c7c332badf778b2dc8112511788682fb10f8c76 -SIZE (xpi/thunderbird-i18n-10.0.4/sk.xpi) = 425029 -SHA256 (xpi/thunderbird-i18n-10.0.4/sl.xpi) = 479616bb0137065948170a4ccb6ab1669747f83a0f1be649fa101d5289cb05ad -SIZE (xpi/thunderbird-i18n-10.0.4/sl.xpi) = 410431 -SHA256 (xpi/thunderbird-i18n-10.0.4/sq.xpi) = e5ddc5d2d565f45a80f19dfa16912cf7c87b8b6f477f7c0ccb9f2ec11b37b663 -SIZE (xpi/thunderbird-i18n-10.0.4/sq.xpi) = 360480 -SHA256 (xpi/thunderbird-i18n-10.0.4/sv-SE.xpi) = 7f8d6865d449e16d0702c8ae0a1a21f67dc98c500d47658620deabbc1114c05d -SIZE (xpi/thunderbird-i18n-10.0.4/sv-SE.xpi) = 478281 -SHA256 (xpi/thunderbird-i18n-10.0.4/ta-LK.xpi) = e34265695f5234c3d79368296ae8985f2af1524b08857f93ba35d2c968eaa79c -SIZE (xpi/thunderbird-i18n-10.0.4/ta-LK.xpi) = 475763 -SHA256 (xpi/thunderbird-i18n-10.0.4/tr.xpi) = 170dd5ee1974f11a618c82a677d615cf118bbd125e5c60dc4d7d4dfe38efb57c -SIZE (xpi/thunderbird-i18n-10.0.4/tr.xpi) = 418210 -SHA256 (xpi/thunderbird-i18n-10.0.4/uk.xpi) = 463aeb2a30d51b983b3a074cea3d5913011105b7f37eb0db38f43de81cbb5050 -SIZE (xpi/thunderbird-i18n-10.0.4/uk.xpi) = 463925 -SHA256 (xpi/thunderbird-i18n-10.0.4/zh-TW.xpi) = 596081c0e046faa6056b8844fd42deadeaa6ba156efb25918b055d2b8b9e4fb7 -SIZE (xpi/thunderbird-i18n-10.0.4/zh-TW.xpi) = 431827 +SHA256 (xpi/thunderbird-i18n-10.0.5/ar.xpi) = b69d852ba95ab5c14a8da84fb653d2163b2c37d808c9fae92d39ee9b8388a86e +SIZE (xpi/thunderbird-i18n-10.0.5/ar.xpi) = 441466 +SHA256 (xpi/thunderbird-i18n-10.0.5/br.xpi) = e2d9d3049ad4036737e58aa018c63cdea9726d801b9fa319e94263cc4cbbf829 +SIZE (xpi/thunderbird-i18n-10.0.5/br.xpi) = 415527 +SHA256 (xpi/thunderbird-i18n-10.0.5/ca.xpi) = e65a1eb51c07a1a114db98e6b7a9b7473f35d86b9e82dbcabb60871a67feade6 +SIZE (xpi/thunderbird-i18n-10.0.5/ca.xpi) = 416069 +SHA256 (xpi/thunderbird-i18n-10.0.5/cs.xpi) = b4af7f2f9161412e40b9d54d51ca8351b8c353335a2b5e4ddb155a4c1699a7e1 +SIZE (xpi/thunderbird-i18n-10.0.5/cs.xpi) = 419418 +SHA256 (xpi/thunderbird-i18n-10.0.5/da.xpi) = 60477ce2c2f1cf98e341d810ef38a7352ce93af3d11a1687dd40c6b9a83fe69b +SIZE (xpi/thunderbird-i18n-10.0.5/da.xpi) = 363376 +SHA256 (xpi/thunderbird-i18n-10.0.5/de.xpi) = 72bfe1498f4f21e19a53e3ad3875e55dd005f2dfe91a5b9f3d598433452d83d2 +SIZE (xpi/thunderbird-i18n-10.0.5/de.xpi) = 418266 +SHA256 (xpi/thunderbird-i18n-10.0.5/en-GB.xpi) = 50a52ed103c76542b60ebff6302c256e3404fbbdcae1ac8699fb5ef9bde630c0 +SIZE (xpi/thunderbird-i18n-10.0.5/en-GB.xpi) = 391743 +SHA256 (xpi/thunderbird-i18n-10.0.5/en-US.xpi) = bb5f56a0a97c7a0c7e060ff26fa5a4c55ae8fc36227abf052704b3fc1912ec21 +SIZE (xpi/thunderbird-i18n-10.0.5/en-US.xpi) = 391242 +SHA256 (xpi/thunderbird-i18n-10.0.5/es-AR.xpi) = 3d13e3b98a4f98ca28dd3f704cfd35b836588307ac9c1126a0b6ab3390dbfb78 +SIZE (xpi/thunderbird-i18n-10.0.5/es-AR.xpi) = 410726 +SHA256 (xpi/thunderbird-i18n-10.0.5/es-ES.xpi) = 447f96ded904518422519c48dc3fb6a031bed6202f3f3d2bdb6c35aa86a8d651 +SIZE (xpi/thunderbird-i18n-10.0.5/es-ES.xpi) = 355142 +SHA256 (xpi/thunderbird-i18n-10.0.5/et.xpi) = 2fa43e19032210a713203e6df3ad2ecd48bc5c4904f53bd7109cfa23741ac17a +SIZE (xpi/thunderbird-i18n-10.0.5/et.xpi) = 410724 +SHA256 (xpi/thunderbird-i18n-10.0.5/eu.xpi) = 517cb9354440924029bace7447d4573d1e076258da452e6339d4ed3013cbdc4a +SIZE (xpi/thunderbird-i18n-10.0.5/eu.xpi) = 406387 +SHA256 (xpi/thunderbird-i18n-10.0.5/fi.xpi) = 724861217296f7f4f9bbe8ded334ac028ba60ec10b6c4b59b47f62783317d8f9 +SIZE (xpi/thunderbird-i18n-10.0.5/fi.xpi) = 411928 +SHA256 (xpi/thunderbird-i18n-10.0.5/fr.xpi) = d4fbba44e7f37fde324d8dc8b296e2891051febd77526188816f1fd63b133b2d +SIZE (xpi/thunderbird-i18n-10.0.5/fr.xpi) = 414749 +SHA256 (xpi/thunderbird-i18n-10.0.5/fy-NL.xpi) = 9505cde98c321854c4abec4b3f347adffbcd39089bdb22184f4c6f38f7a35fac +SIZE (xpi/thunderbird-i18n-10.0.5/fy-NL.xpi) = 413985 +SHA256 (xpi/thunderbird-i18n-10.0.5/ga-IE.xpi) = 9b50f292645ab8b920cb293f559ab78e5270a034589635d796bc6032ff402c27 +SIZE (xpi/thunderbird-i18n-10.0.5/ga-IE.xpi) = 423260 +SHA256 (xpi/thunderbird-i18n-10.0.5/gd.xpi) = 0ff6ed5d17eb0126638b4e0d64be6fb923f9882a95676fec380b1e7ae8f68dc2 +SIZE (xpi/thunderbird-i18n-10.0.5/gd.xpi) = 425875 +SHA256 (xpi/thunderbird-i18n-10.0.5/gl.xpi) = 1e8c7b4dd21ef0bca2d550300b99feaafc18b7d585cc27124201d5cfe8e67b10 +SIZE (xpi/thunderbird-i18n-10.0.5/gl.xpi) = 409228 +SHA256 (xpi/thunderbird-i18n-10.0.5/he.xpi) = 00a4807bfcc0bbe5b9e7333ced32b1f94fecfdfd662069ecfc02976417e47aea +SIZE (xpi/thunderbird-i18n-10.0.5/he.xpi) = 439206 +SHA256 (xpi/thunderbird-i18n-10.0.5/hu.xpi) = 2df737386b9cec55081b2795cd3a1c3920359878739aec5f3b8a4ec0ccf2b97d +SIZE (xpi/thunderbird-i18n-10.0.5/hu.xpi) = 426356 +SHA256 (xpi/thunderbird-i18n-10.0.5/is.xpi) = 64257028a6b24cd33b5e54a8c06c99e6745eb03a1e8481eaee6e7d44dca0e4f7 +SIZE (xpi/thunderbird-i18n-10.0.5/is.xpi) = 412634 +SHA256 (xpi/thunderbird-i18n-10.0.5/it.xpi) = 3b230b10edaaca08b0de5a60e80fccf5e14b210e92c7caaa52f1b2c231ecb177 +SIZE (xpi/thunderbird-i18n-10.0.5/it.xpi) = 347633 +SHA256 (xpi/thunderbird-i18n-10.0.5/ja.xpi) = 4e910ae6b8db167b66d25981f86a337421d4b890aaa60aadf2298c2eae9bfb54 +SIZE (xpi/thunderbird-i18n-10.0.5/ja.xpi) = 459031 +SHA256 (xpi/thunderbird-i18n-10.0.5/ko.xpi) = 1f6f07a2c84902bad9a1f78eff13c94bd07757ff7117bec23d3371cde092158e +SIZE (xpi/thunderbird-i18n-10.0.5/ko.xpi) = 372016 +SHA256 (xpi/thunderbird-i18n-10.0.5/lt.xpi) = 34832a1c54ba4874d67ae8af17554f275e15b7a2319b4cbe19503631ec1c4c27 +SIZE (xpi/thunderbird-i18n-10.0.5/lt.xpi) = 531022 +SHA256 (xpi/thunderbird-i18n-10.0.5/nb-NO.xpi) = fcbeb3ffb602a8253f8a07f0eb8cdb925b62a2ad81c8d26360656295da4dbecf +SIZE (xpi/thunderbird-i18n-10.0.5/nb-NO.xpi) = 407729 +SHA256 (xpi/thunderbird-i18n-10.0.5/nl.xpi) = 6610a240a3991f5d848bb1304516cd1caac99a14978a2900949387384a0ca02f +SIZE (xpi/thunderbird-i18n-10.0.5/nl.xpi) = 407985 +SHA256 (xpi/thunderbird-i18n-10.0.5/nn-NO.xpi) = fecdcd06715ad18b0425f429e8ccef5a168239979898aff8e81751b7ef0abf82 +SIZE (xpi/thunderbird-i18n-10.0.5/nn-NO.xpi) = 409458 +SHA256 (xpi/thunderbird-i18n-10.0.5/pl.xpi) = d1929ec5647a790c3079ced6d526e1ceb2c19c140e6569990d5a862d12048519 +SIZE (xpi/thunderbird-i18n-10.0.5/pl.xpi) = 393578 +SHA256 (xpi/thunderbird-i18n-10.0.5/pt-BR.xpi) = 60f0912f612c2ebf3ab4ab89cddd1b3a7222f5f18475a7a05cb5cbc5524e0e78 +SIZE (xpi/thunderbird-i18n-10.0.5/pt-BR.xpi) = 417229 +SHA256 (xpi/thunderbird-i18n-10.0.5/pt-PT.xpi) = b8ef82bf9e56914915023f787ce94ca62c6e390ccd0a2ffbf77716aa54bddc97 +SIZE (xpi/thunderbird-i18n-10.0.5/pt-PT.xpi) = 414265 +SHA256 (xpi/thunderbird-i18n-10.0.5/rm.xpi) = ae1cdccfe338e81039d8a50cbc77739e4e93e65f33701bc7a8d5ff5c89f9b080 +SIZE (xpi/thunderbird-i18n-10.0.5/rm.xpi) = 414709 +SHA256 (xpi/thunderbird-i18n-10.0.5/ru.xpi) = 72dd2420c89af9d056594bde8fea1764bbb504bf8399219cf6369d180b090ba3 +SIZE (xpi/thunderbird-i18n-10.0.5/ru.xpi) = 411634 +SHA256 (xpi/thunderbird-i18n-10.0.5/si.xpi) = a43f9eb2b7cb5b3ff150b7399a025233a379e7b9ec1ba6e18c91faeb484cc9a3 +SIZE (xpi/thunderbird-i18n-10.0.5/si.xpi) = 456607 +SHA256 (xpi/thunderbird-i18n-10.0.5/sk.xpi) = f3e69874812ab562ccaf5eb3ea3132261694fb0ab06794fa3789098414e07c37 +SIZE (xpi/thunderbird-i18n-10.0.5/sk.xpi) = 425029 +SHA256 (xpi/thunderbird-i18n-10.0.5/sl.xpi) = 08f3af3962eeb07fa6df745adfff8795eba53a372c149713d2af144a89dd8ec4 +SIZE (xpi/thunderbird-i18n-10.0.5/sl.xpi) = 410431 +SHA256 (xpi/thunderbird-i18n-10.0.5/sq.xpi) = 55f4a9d6bc65d5623b9570ebb861987e9229a9867d800bb2589e204906d220bc +SIZE (xpi/thunderbird-i18n-10.0.5/sq.xpi) = 360480 +SHA256 (xpi/thunderbird-i18n-10.0.5/sv-SE.xpi) = 35b43033dec37f5de2026343e6b17d32878fce9f51eb3abd44d594aa418d6277 +SIZE (xpi/thunderbird-i18n-10.0.5/sv-SE.xpi) = 478280 +SHA256 (xpi/thunderbird-i18n-10.0.5/ta-LK.xpi) = cb7d78d90b7380f85c83093307934ff09471eb707be58a3d6c43914686eefc88 +SIZE (xpi/thunderbird-i18n-10.0.5/ta-LK.xpi) = 475718 +SHA256 (xpi/thunderbird-i18n-10.0.5/tr.xpi) = 748f9a5c2660f2da480eff9bf40373567d5a8ce59c0fe07192335a73541458d2 +SIZE (xpi/thunderbird-i18n-10.0.5/tr.xpi) = 418209 +SHA256 (xpi/thunderbird-i18n-10.0.5/uk.xpi) = 7bb99378a48c12da258dc21c511267251b864ed26a31a653ca8c0188765ca78a +SIZE (xpi/thunderbird-i18n-10.0.5/uk.xpi) = 463925 +SHA256 (xpi/thunderbird-i18n-10.0.5/zh-TW.xpi) = a6acbc39e441f148a68776de671a3a365bda2a8b388b2ed0d235ca082e174faf +SIZE (xpi/thunderbird-i18n-10.0.5/zh-TW.xpi) = 431827 Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-esr/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird-esr/Makefile,v 1.149 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-esr/Makefile,v 1.151 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird -DISTVERSION= 10.0.4 +DISTVERSION= 10.0.5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source Modified: trunk/mail/thunderbird-esr/distinfo ============================================================================== --- trunk/mail/thunderbird-esr/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-esr/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.4esr.source.tar.bz2) = f3657ece13c72646cdead2969deee1c16f152c08c90d350070301182ec8c1c4b -SIZE (thunderbird-10.0.4esr.source.tar.bz2) = 98131707 +SHA256 (thunderbird-10.0.5esr.source.tar.bz2) = d9e94cf730b6ce8974a63cbc240f27671a74c662942c26a6f4264ed24af4281f +SIZE (thunderbird-10.0.5esr.source.tar.bz2) = 97617123 Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-i18n/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.63 2012/04/25 04:51:59 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.65 2012/06/19 18:27:39 beat Exp $ # PORTNAME= thunderbird-i18n -PORTVERSION= 12.0 +PORTVERSION= 13.0.1 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -27,7 +27,7 @@ .endif NO_BUILD= yes -USE_THUNDERBIRD= 12 +USE_THUNDERBIRD= 13 USE_XPI= thunderbird linux-thunderbird THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird-i18n/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-12.0/ar.xpi) = 98b08101a7a0ffd6af607f16814aaca5cdd304fe1b14842add231a4c27fe3dff -SIZE (xpi/thunderbird-i18n-12.0/ar.xpi) = 442461 -SHA256 (xpi/thunderbird-i18n-12.0/br.xpi) = a8192a6ab711eb0893ee7183baeb63fe3d7e0ee70f7b360ec709d96b40562655 -SIZE (xpi/thunderbird-i18n-12.0/br.xpi) = 415803 -SHA256 (xpi/thunderbird-i18n-12.0/ca.xpi) = e9c0a307c2f2922b7499f81c57e788d6f4455ad07cde91a3693f45f9f1635acd -SIZE (xpi/thunderbird-i18n-12.0/ca.xpi) = 416424 -SHA256 (xpi/thunderbird-i18n-12.0/cs.xpi) = 2b32f0ac5b05860f0295b11aa09e04234e63b384614b9153e92f036b51b7bb14 -SIZE (xpi/thunderbird-i18n-12.0/cs.xpi) = 419795 -SHA256 (xpi/thunderbird-i18n-12.0/da.xpi) = aef7b41681b5bfc2b64e0fcd34608b144466418fe638a1336cf020b7011a8117 -SIZE (xpi/thunderbird-i18n-12.0/da.xpi) = 363729 -SHA256 (xpi/thunderbird-i18n-12.0/de.xpi) = f8cb1d821f633f788a784a739e9f1a9a8137bf17c88e49065a65fdcab087ea7c -SIZE (xpi/thunderbird-i18n-12.0/de.xpi) = 418610 -SHA256 (xpi/thunderbird-i18n-12.0/en-GB.xpi) = f070031fc69267b03804c4e6b3d2f11a7a7a04ee1d6e3f688f60f3a8a0068dc5 -SIZE (xpi/thunderbird-i18n-12.0/en-GB.xpi) = 391879 -SHA256 (xpi/thunderbird-i18n-12.0/en-US.xpi) = 0bc2688d886c85450707f3c71a89f87ddb411c9df9f410dfde51662d60138df8 -SIZE (xpi/thunderbird-i18n-12.0/en-US.xpi) = 391389 -SHA256 (xpi/thunderbird-i18n-12.0/es-AR.xpi) = 080bc68df883cf042cda09952b7bf39d59afa4b4b9fb572e9fcf1d5ec21d408c -SIZE (xpi/thunderbird-i18n-12.0/es-AR.xpi) = 411066 -SHA256 (xpi/thunderbird-i18n-12.0/es-ES.xpi) = b47de5911c34de205f8f904b5dacf8ffded9bf88174ab04c4a886ad7ac273f7a -SIZE (xpi/thunderbird-i18n-12.0/es-ES.xpi) = 355293 -SHA256 (xpi/thunderbird-i18n-12.0/et.xpi) = 01dc12cd5f3a2cc952ef4349ec2f97137da701896526b0722e320cdb46b55f8d -SIZE (xpi/thunderbird-i18n-12.0/et.xpi) = 411101 -SHA256 (xpi/thunderbird-i18n-12.0/eu.xpi) = 27cf2efe410f8f60560d1dc448acce58f0eda56f2cf9ea303349b55863575cac -SIZE (xpi/thunderbird-i18n-12.0/eu.xpi) = 406755 -SHA256 (xpi/thunderbird-i18n-12.0/fi.xpi) = 49113e0b6e59ce714c809ef4cb634164ffdab00334fee546155d65bfe1f72ec3 -SIZE (xpi/thunderbird-i18n-12.0/fi.xpi) = 412215 -SHA256 (xpi/thunderbird-i18n-12.0/fr.xpi) = f1ce9df9fc66716407c1c92b907f5c3794b5bfd41d0feb30be41213b2350d2a5 -SIZE (xpi/thunderbird-i18n-12.0/fr.xpi) = 414944 -SHA256 (xpi/thunderbird-i18n-12.0/fy-NL.xpi) = 3fa0b20f35ac167e21a6fb7518cbfd16b1d4250b0e1ec5df46331b7e87cf69db -SIZE (xpi/thunderbird-i18n-12.0/fy-NL.xpi) = 414172 -SHA256 (xpi/thunderbird-i18n-12.0/ga-IE.xpi) = d28cbcf4696a4479a523db55ebfe1a6c71c317779241f3ccd9cfdfbce281d4ff -SIZE (xpi/thunderbird-i18n-12.0/ga-IE.xpi) = 423395 -SHA256 (xpi/thunderbird-i18n-12.0/gd.xpi) = 666726e67481a9035b1979197b3974269e4829dfd9468557771c3957d5545186 -SIZE (xpi/thunderbird-i18n-12.0/gd.xpi) = 426218 -SHA256 (xpi/thunderbird-i18n-12.0/gl.xpi) = f2864e9a868d426ca2d01e8d8a26e37fc0916513dcf6938e3446919f0682b273 -SIZE (xpi/thunderbird-i18n-12.0/gl.xpi) = 409585 -SHA256 (xpi/thunderbird-i18n-12.0/he.xpi) = 1c4aad1b4848292fa67aaac03c103810f70bc5f003e6cf86cfcdff2d7a04004a -SIZE (xpi/thunderbird-i18n-12.0/he.xpi) = 440659 -SHA256 (xpi/thunderbird-i18n-12.0/hu.xpi) = 2375635fb65fe2cdac99779fd5dd84bec760cd4e62c4439bb4bed9ceacd94f20 -SIZE (xpi/thunderbird-i18n-12.0/hu.xpi) = 426697 -SHA256 (xpi/thunderbird-i18n-12.0/is.xpi) = 6d1fe0733e769e1fb2b1322c341b7429dd5cf7f4ac8b8e38e45681b641738f80 -SIZE (xpi/thunderbird-i18n-12.0/is.xpi) = 412894 -SHA256 (xpi/thunderbird-i18n-12.0/it.xpi) = 398a02f0759d3323fac229e7d4abdb1969ca0191e93482701b35adeca24b345d -SIZE (xpi/thunderbird-i18n-12.0/it.xpi) = 347707 -SHA256 (xpi/thunderbird-i18n-12.0/ja.xpi) = 030a59eaa22dbf86e0d5365e83ec877ede33d10c0436cfe36c56972575130622 -SIZE (xpi/thunderbird-i18n-12.0/ja.xpi) = 460229 -SHA256 (xpi/thunderbird-i18n-12.0/ko.xpi) = ca1e7abc128e412aabf33cc40b6554ed503b44209b266e11b0b6366901fefadc -SIZE (xpi/thunderbird-i18n-12.0/ko.xpi) = 372416 -SHA256 (xpi/thunderbird-i18n-12.0/lt.xpi) = 5b9f2197242bdde08ca688e831d6ee2659afc3cddc8ca8d83b9472a9a45a1203 -SIZE (xpi/thunderbird-i18n-12.0/lt.xpi) = 514441 -SHA256 (xpi/thunderbird-i18n-12.0/nb-NO.xpi) = 3f1ac82c2cc0c60e6623d98ccf6d6c0112c99a8a1bac0e8fd9d34c25cfc6bcc6 -SIZE (xpi/thunderbird-i18n-12.0/nb-NO.xpi) = 407993 -SHA256 (xpi/thunderbird-i18n-12.0/nl.xpi) = 1eaf8420b313cdc472574bbf8aad2d305a3ac0bb2df913245be70c5a1e39afca -SIZE (xpi/thunderbird-i18n-12.0/nl.xpi) = 408295 -SHA256 (xpi/thunderbird-i18n-12.0/nn-NO.xpi) = 412bfa014f989d75906543ef7d448f5c6a1729f4f1b5dec440e6fe07df11e734 -SIZE (xpi/thunderbird-i18n-12.0/nn-NO.xpi) = 409737 -SHA256 (xpi/thunderbird-i18n-12.0/pl.xpi) = fa9367d7d9b63cf0007a46ce55b9e96e59266fd5f2f44d5875dba0a2f90c1e95 -SIZE (xpi/thunderbird-i18n-12.0/pl.xpi) = 394211 -SHA256 (xpi/thunderbird-i18n-12.0/pt-BR.xpi) = e0060b3bd5187bd214f40822b524590377ea3cee0559653f2eee38f0bec9f35f -SIZE (xpi/thunderbird-i18n-12.0/pt-BR.xpi) = 417523 -SHA256 (xpi/thunderbird-i18n-12.0/pt-PT.xpi) = a2a9d890d3e232b2b3051e8c7311a2255bf4b4edfb91517d99291f6ccc5161d4 -SIZE (xpi/thunderbird-i18n-12.0/pt-PT.xpi) = 414640 -SHA256 (xpi/thunderbird-i18n-12.0/rm.xpi) = 71ec9e7714240dce8a48fb4d47897ff1c92637c189ca4664c385c1b3c0cdcae4 -SIZE (xpi/thunderbird-i18n-12.0/rm.xpi) = 415053 -SHA256 (xpi/thunderbird-i18n-12.0/ru.xpi) = 366e44cd174ec235f58e10fd5b5b996888197777d6a739bff85b6cb5fce30ebf -SIZE (xpi/thunderbird-i18n-12.0/ru.xpi) = 411865 -SHA256 (xpi/thunderbird-i18n-12.0/si.xpi) = 993d2e0fb0d953cc82d11805947eec42a8672d882da1f246e53181b1db4a3c81 -SIZE (xpi/thunderbird-i18n-12.0/si.xpi) = 456744 -SHA256 (xpi/thunderbird-i18n-12.0/sk.xpi) = 75f9fc595021a67b8c6da91c48180bc1ed837c22665455f680aba19f15840635 -SIZE (xpi/thunderbird-i18n-12.0/sk.xpi) = 425703 -SHA256 (xpi/thunderbird-i18n-12.0/sl.xpi) = 4d05e8560e2b879eb6d8d965f807b8d8bd3651f6ee3a4b2e1f7a9a2b29287f36 -SIZE (xpi/thunderbird-i18n-12.0/sl.xpi) = 410808 -SHA256 (xpi/thunderbird-i18n-12.0/sq.xpi) = 9f7d4c839dd68ba83076f8e21b80f9627c8c2b12ad2387e17e5e7d3cdb2911d0 -SIZE (xpi/thunderbird-i18n-12.0/sq.xpi) = 360833 -SHA256 (xpi/thunderbird-i18n-12.0/sv-SE.xpi) = aae5166de471f0f4598a6d1e4e74ca5076a2fcc2510490dd47b4828f13f657fc -SIZE (xpi/thunderbird-i18n-12.0/sv-SE.xpi) = 478932 -SHA256 (xpi/thunderbird-i18n-12.0/ta-LK.xpi) = a51cd707ac55d45c5f23a49d0fce8f3ee3188c1c8d7f84f8f23fda1d72d03471 -SIZE (xpi/thunderbird-i18n-12.0/ta-LK.xpi) = 476470 -SHA256 (xpi/thunderbird-i18n-12.0/tr.xpi) = 7d7e62f11844e4888fcbc9714411a4d4e31185960881d56c62969e14b73dcaa7 -SIZE (xpi/thunderbird-i18n-12.0/tr.xpi) = 418243 -SHA256 (xpi/thunderbird-i18n-12.0/uk.xpi) = dd83aa700af6ccc2473820a39acb87dbc13025da71354a0ea02cb453c1a2a6b7 -SIZE (xpi/thunderbird-i18n-12.0/uk.xpi) = 464128 -SHA256 (xpi/thunderbird-i18n-12.0/zh-TW.xpi) = 043e95b5380b40c8171c93919738fc0a270312268ceb5b0b5a7fc3c2a5f6d6da -SIZE (xpi/thunderbird-i18n-12.0/zh-TW.xpi) = 432164 +SHA256 (xpi/thunderbird-i18n-13.0.1/ar.xpi) = 49b03ea3ae216b8d13f2e062f06ac38d3ce2d6cf196b5b19c06732c8167bed1a +SIZE (xpi/thunderbird-i18n-13.0.1/ar.xpi) = 464600 +SHA256 (xpi/thunderbird-i18n-13.0.1/br.xpi) = 520e025ab04d6a4bce1240aea85b09b52ab7da8f6677ca10b2b05bdf797363fb +SIZE (xpi/thunderbird-i18n-13.0.1/br.xpi) = 438441 +SHA256 (xpi/thunderbird-i18n-13.0.1/ca.xpi) = 4d907f21cef8f123c58d667784459dc0fcdcafca75f00ef56aa86843eabc2694 +SIZE (xpi/thunderbird-i18n-13.0.1/ca.xpi) = 438907 +SHA256 (xpi/thunderbird-i18n-13.0.1/cs.xpi) = 94b577286492dcbc90360d43231d996c78253a2b1f3bcf1323df2ff4823f6acd +SIZE (xpi/thunderbird-i18n-13.0.1/cs.xpi) = 442218 +SHA256 (xpi/thunderbird-i18n-13.0.1/da.xpi) = 0cc862d2d380483dcc0070b054625754198c2b7e47bcbf6b08b1e43ba4e06ef2 +SIZE (xpi/thunderbird-i18n-13.0.1/da.xpi) = 386029 +SHA256 (xpi/thunderbird-i18n-13.0.1/de.xpi) = 98950e7a3a316be8780d5aefe02ddcdf4456540f76c087d3b692f3706acf3b33 +SIZE (xpi/thunderbird-i18n-13.0.1/de.xpi) = 441537 +SHA256 (xpi/thunderbird-i18n-13.0.1/en-GB.xpi) = f555ae053c8861aa96d6b1e39d22322a6f17f6b4aae18062caef57362f3468c0 +SIZE (xpi/thunderbird-i18n-13.0.1/en-GB.xpi) = 413052 +SHA256 (xpi/thunderbird-i18n-13.0.1/en-US.xpi) = 18c09a514dbc07737d6db55d387420b009319af2deff4c3c236820737dfc9f76 +SIZE (xpi/thunderbird-i18n-13.0.1/en-US.xpi) = 412556 +SHA256 (xpi/thunderbird-i18n-13.0.1/es-AR.xpi) = 5bfc35b36a8472d107939ad7c688b9f1a35546e7cd4de197f6be0f2dc024314a +SIZE (xpi/thunderbird-i18n-13.0.1/es-AR.xpi) = 433356 +SHA256 (xpi/thunderbird-i18n-13.0.1/es-ES.xpi) = e643404531bd49c137027efa3e630d20756c125c42360b8aff58b62a9ff781f2 +SIZE (xpi/thunderbird-i18n-13.0.1/es-ES.xpi) = 372017 +SHA256 (xpi/thunderbird-i18n-13.0.1/et.xpi) = 8316b645906a06dead18f9e9b50407cba06fda0563a3d02847ba80244db93f8b +SIZE (xpi/thunderbird-i18n-13.0.1/et.xpi) = 433404 +SHA256 (xpi/thunderbird-i18n-13.0.1/eu.xpi) = da7b9c996beb74a63bc8f144858f25df39ce576fc923398c7b3c22154bab6314 +SIZE (xpi/thunderbird-i18n-13.0.1/eu.xpi) = 428885 +SHA256 (xpi/thunderbird-i18n-13.0.1/fi.xpi) = 3f054cebae8de427a88196bced05fd6f3fc94f0a3f639de4ffd2c18f9eaa3c4c +SIZE (xpi/thunderbird-i18n-13.0.1/fi.xpi) = 434513 +SHA256 (xpi/thunderbird-i18n-13.0.1/fr.xpi) = 765e197921e191ce0708facd29b3d7953554c21ef71a7d3a3a31dc3acac418c8 +SIZE (xpi/thunderbird-i18n-13.0.1/fr.xpi) = 437825 +SHA256 (xpi/thunderbird-i18n-13.0.1/fy-NL.xpi) = 35049723d6c1ab696987c8d2a5726a1c2607489c9658b3c61a37a78bebd14e3f +SIZE (xpi/thunderbird-i18n-13.0.1/fy-NL.xpi) = 436856 +SHA256 (xpi/thunderbird-i18n-13.0.1/ga-IE.xpi) = 218f0cba1023082c35ebfd982eb7aaaeb21c17cbd11125375cdd488211760b74 +SIZE (xpi/thunderbird-i18n-13.0.1/ga-IE.xpi) = 445906 +SHA256 (xpi/thunderbird-i18n-13.0.1/gd.xpi) = 36591ce169662057e692256b42849d51693c6ef473d69256f7030f1202e91b2f +SIZE (xpi/thunderbird-i18n-13.0.1/gd.xpi) = 449540 +SHA256 (xpi/thunderbird-i18n-13.0.1/gl.xpi) = b16482165194c46ae89bb112e1d8912db1f07a21943154845b6e95268adb8a6c +SIZE (xpi/thunderbird-i18n-13.0.1/gl.xpi) = 431836 +SHA256 (xpi/thunderbird-i18n-13.0.1/he.xpi) = 56d0ee32829c0e4eec4bbf979e40311e26a6c3358ea5f84b3eb4bb8d34041e92 +SIZE (xpi/thunderbird-i18n-13.0.1/he.xpi) = 462891 +SHA256 (xpi/thunderbird-i18n-13.0.1/hu.xpi) = df0bb7abe1d9b5b6f5bfbf03037d61f082801d92e820bd7acb1e67ee71e107e4 +SIZE (xpi/thunderbird-i18n-13.0.1/hu.xpi) = 448913 +SHA256 (xpi/thunderbird-i18n-13.0.1/is.xpi) = 61d36431358a0f691508c89b0e38fd17f0ff767489b7ea735d3795c7528cebe3 +SIZE (xpi/thunderbird-i18n-13.0.1/is.xpi) = 435541 +SHA256 (xpi/thunderbird-i18n-13.0.1/it.xpi) = c61b6760fd967029c408c97946959cff325950e9594a1ff13a7953decc369844 +SIZE (xpi/thunderbird-i18n-13.0.1/it.xpi) = 363044 +SHA256 (xpi/thunderbird-i18n-13.0.1/ja.xpi) = 3dda3cdff458abf74edd467dae3e14625a31b2802acda3f079e704928feeac4a +SIZE (xpi/thunderbird-i18n-13.0.1/ja.xpi) = 485921 +SHA256 (xpi/thunderbird-i18n-13.0.1/ko.xpi) = 68747390f71725ea2fcffd188f9d762d2f9a32044bbc4ee2dab45f77bd4d848e +SIZE (xpi/thunderbird-i18n-13.0.1/ko.xpi) = 396780 +SHA256 (xpi/thunderbird-i18n-13.0.1/lt.xpi) = e519b6d6ce6a893e33fbe12efee827c08ab0dcb6e603412aae90d3d1eec9890c +SIZE (xpi/thunderbird-i18n-13.0.1/lt.xpi) = 528697 +SHA256 (xpi/thunderbird-i18n-13.0.1/nb-NO.xpi) = 1cc38ba351d14c19eae3bccf43514b0c378eafe999a00e2ad193fc964bcbf2c5 +SIZE (xpi/thunderbird-i18n-13.0.1/nb-NO.xpi) = 430103 +SHA256 (xpi/thunderbird-i18n-13.0.1/nl.xpi) = a660539714585c26765f107c1fab212a6958eee6625889bb4262d08adba1d117 +SIZE (xpi/thunderbird-i18n-13.0.1/nl.xpi) = 430442 +SHA256 (xpi/thunderbird-i18n-13.0.1/nn-NO.xpi) = 41bfe84c379ebfb848d609c768c127de4c41a4994d4207466d637f475a198c68 +SIZE (xpi/thunderbird-i18n-13.0.1/nn-NO.xpi) = 432244 +SHA256 (xpi/thunderbird-i18n-13.0.1/pl.xpi) = 1e0d2be8b80e0a48c8cc759aef6affad7455e3abbfb4ef9f41902d815722a023 +SIZE (xpi/thunderbird-i18n-13.0.1/pl.xpi) = 411543 +SHA256 (xpi/thunderbird-i18n-13.0.1/pt-BR.xpi) = 7724489eaba56aaa6b1fc95561f5c028e679813c918a39d4e9ddbc773e21f7ed +SIZE (xpi/thunderbird-i18n-13.0.1/pt-BR.xpi) = 440128 +SHA256 (xpi/thunderbird-i18n-13.0.1/pt-PT.xpi) = 666db898090397fbcecd737dc272b099114f54105102929b2e8a28289fd6ad85 +SIZE (xpi/thunderbird-i18n-13.0.1/pt-PT.xpi) = 437092 +SHA256 (xpi/thunderbird-i18n-13.0.1/rm.xpi) = dd6b8461a0d55dd3a9eaa85e65a5a97bfdfc7b48640d2570e90b933ec8e2beea +SIZE (xpi/thunderbird-i18n-13.0.1/rm.xpi) = 437475 +SHA256 (xpi/thunderbird-i18n-13.0.1/ru.xpi) = 93f05f86752702a18003dab2cc54ac73361a7d8671d5e0c9efde068ad840deb4 +SIZE (xpi/thunderbird-i18n-13.0.1/ru.xpi) = 430597 +SHA256 (xpi/thunderbird-i18n-13.0.1/si.xpi) = f1faa45d947133cfcb324e429ece68be3a5c5fb698fd2c9cbda775f6f1e3e3f6 +SIZE (xpi/thunderbird-i18n-13.0.1/si.xpi) = 480817 +SHA256 (xpi/thunderbird-i18n-13.0.1/sk.xpi) = 4d9729ee737251949f65aa66142f9bb475d5c3388e810f5000df7d36f83bfcf4 +SIZE (xpi/thunderbird-i18n-13.0.1/sk.xpi) = 449078 +SHA256 (xpi/thunderbird-i18n-13.0.1/sl.xpi) = b39f695a34984c8d45962fb52567663c95af18f4488139aa56866b73d0c5c69c +SIZE (xpi/thunderbird-i18n-13.0.1/sl.xpi) = 433152 +SHA256 (xpi/thunderbird-i18n-13.0.1/sq.xpi) = 199bac5070f170803959096313504e26e545d8f40b51d998895f8e3173a9244e +SIZE (xpi/thunderbird-i18n-13.0.1/sq.xpi) = 384120 +SHA256 (xpi/thunderbird-i18n-13.0.1/sv-SE.xpi) = ba1d1f9bc1dc0ff32a725fcce1ee8277b56c871f2adf6514b93176a57efc20b1 +SIZE (xpi/thunderbird-i18n-13.0.1/sv-SE.xpi) = 501341 +SHA256 (xpi/thunderbird-i18n-13.0.1/ta-LK.xpi) = 447c27407c55307958fbc6f732a3841bcca64b69f79545807b5c55050dd363dd +SIZE (xpi/thunderbird-i18n-13.0.1/ta-LK.xpi) = 499173 +SHA256 (xpi/thunderbird-i18n-13.0.1/tr.xpi) = 5d8db2a902b8cfe7671128985400b255b722a03d5e3d7179172a750eb8fbc041 +SIZE (xpi/thunderbird-i18n-13.0.1/tr.xpi) = 440499 +SHA256 (xpi/thunderbird-i18n-13.0.1/uk.xpi) = d754b7daf2c6c2f0b5932b477eeef746bc323b935f43c7216beb630303177714 +SIZE (xpi/thunderbird-i18n-13.0.1/uk.xpi) = 487737 +SHA256 (xpi/thunderbird-i18n-13.0.1/zh-TW.xpi) = dabb72384cb9f83cf448901f5cde7e425ff6102e422a08298cd5d680816c05d1 +SIZE (xpi/thunderbird-i18n-13.0.1/zh-TW.xpi) = 456145 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.150 2012/05/02 15:27:28 flo Exp $ +# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.153 2012/06/19 18:27:11 beat Exp $ # PORTNAME= thunderbird -DISTVERSION= 12.0.1 +DISTVERSION= 13.0.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -15,7 +15,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ @@ -34,6 +34,7 @@ ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" +EXTRA_CFLAGS= -O0 HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-12.0.1.source.tar.bz2) = d8914f27b0ec71d940475a8942c951b106ecda69fd3a2954047584663a6ab183 -SIZE (thunderbird-12.0.1.source.tar.bz2) = 101253776 +SHA256 (thunderbird-13.0.1.source.tar.bz2) = 5696620746cf440c327aeedea428d24d513603a651a4edda02ae0072036ac434 +SIZE (thunderbird-13.0.1.source.tar.bz2) = 102705807 Added: trunk/mail/thunderbird/files/patch-bugzilla-736961 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bugzilla-736961 Mon Jun 25 13:01:37 2012 (r798) @@ -0,0 +1,111 @@ +--- mozilla/config/rules.mk.orig Wed May 2 05:16:35 2012 ++++ mozilla/config/rules.mk Fri May 11 08:42:50 2012 +@@ -1479,7 +1487,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS) $(XPIDL_GEN_ + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + @if test -n "$(findstring $*.h, $(EXPORTS))"; \ + then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi + +@@ -1492,7 +1500,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(XPIDL_GE + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ + -I$(topsrcdir)/xpcom/typelib/xpt/tools \ +- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + + # no need to link together if XPIDLSRCS contains only XPIDL_MODULE + ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS))) +--- mozilla/js/src/config/rules.mk.orig Fri May 11 08:42:57 2012 ++++ mozilla/js/src/config/rules.mk Fri May 11 08:43:15 2012 +@@ -1479,7 +1479,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS) $(XPIDL_GEN_ + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + @if test -n "$(findstring $*.h, $(EXPORTS))"; \ + then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi + +@@ -1492,7 +1492,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(XPIDL_GE + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ + -I$(topsrcdir)/xpcom/typelib/xpt/tools \ +- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + + # no need to link together if XPIDLSRCS contains only XPIDL_MODULE + ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS))) +--- mozilla/js/xpconnect/src/Makefile.in.orig Fri May 11 08:43:27 2012 ++++ mozilla/js/xpconnect/src/Makefile.in Fri May 11 08:44:03 2012 +@@ -151,7 +151,7 @@ dom_quickstubs.cpp: $(srcdir)/dom_quickstubs.qsconf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/qsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output dom_quickstubs.h \ + --stub-output dom_quickstubs.cpp \ + --makedepend-output $(MDDEPDIR)/dom_qsgen.pp \ +@@ -172,7 +172,7 @@ dombindings_gen.h: $(srcdir)/dombindings.conf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dombindingsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output dombindings_gen.h \ + $(srcdir)/dombindings.conf + +@@ -189,7 +189,7 @@ dombindings_gen.cpp: $(srcdir)/dombindings.conf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dombindingsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --stub-output dombindings_gen.cpp \ + --makedepend-output $(MDDEPDIR)/dombindingsgen.pp \ + $(srcdir)/dombindings.conf +@@ -208,7 +208,7 @@ DictionaryHelpers.h: $(srcdir)/dictionary_helper_gen.c + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dictionary_helper_gen.py \ + -I $(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output DictionaryHelpers.h \ + $(srcdir)/dictionary_helper_gen.conf + +@@ -223,7 +223,7 @@ DictionaryHelpers.cpp: $(srcdir)/dictionary_helper_gen + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dictionary_helper_gen.py \ + -I $(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output DictionaryHelpers.h \ + --stub-output DictionaryHelpers.cpp \ + --makedepend-output $(MDDEPDIR)/dictionary_helper_gen.pp \ +--- mozilla/xpcom/idl-parser/Makefile.in.orig Fri May 11 08:44:10 2012 ++++ mozilla/xpcom/idl-parser/Makefile.in Fri May 11 08:44:29 2012 +@@ -61,7 +61,7 @@ export:: $(PARSER_SRCS) $(PLY_PROGS) + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=. --regen ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache --regen + + check:: + $(PYTHON_PATH) \ +--- mozilla/xpcom/typelib/xpidl/Makefile.in.orig Fri May 11 08:44:51 2012 ++++ mozilla/xpcom/typelib/xpidl/Makefile.in Fri May 11 08:45:09 2012 +@@ -48,8 +48,8 @@ SDK_BINARY = \ + $(topsrcdir)/xpcom/idl-parser/xpidl.py \ + $(topsrcdir)/xpcom/idl-parser/header.py \ + $(topsrcdir)/xpcom/idl-parser/typelib.py \ +- $(DEPTH)/xpcom/idl-parser/xpidllex.py \ +- $(DEPTH)/xpcom/idl-parser/xpidlyacc.py \ ++ $(DEPTH)/xpcom/idl-parser/cache/xpidllex.py \ ++ $(DEPTH)/xpcom/idl-parser/cache/xpidlyacc.py \ + $(NULL) + + ifndef MOZ_SYSTEM_PLY Added: trunk/mail/thunderbird/files/patch-mail-app-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-mail-app-Makefile.in Mon Jun 25 13:01:37 2012 (r798) @@ -0,0 +1,254 @@ +--- mail/app/Makefile.in 2012-06-01 19:11:49.000000000 +0200 ++++ /usr/ports/mail/thunderbird/work/comm-release/mail/app/Makefile.in 2012-04-28 21:31:30.000000000 +0200 +@@ -47,6 +47,13 @@ + GRE_MILESTONE = $(shell $(PYTHON) $(MOZILLA_SRCDIR)/config/printconfigsetting.py $(LIBXUL_DIST)/bin/platform.ini Build Milestone) + GRE_BUILDID = $(shell $(PYTHON) $(MOZILLA_SRCDIR)/config/printconfigsetting.py $(LIBXUL_DIST)/bin/platform.ini Build BuildID) + ++DEFINES += \ ++ -DTHUNDERBIRD_ICO=\"$(DIST)/branding/thunderbird.ico\" \ ++ -DAB_CD=$(AB_CD) \ ++ -DGRE_MILESTONE=$(GRE_MILESTONE) \ ++ -DGRE_BUILDID=$(GRE_BUILDID) \ ++ $(NULL) ++ + MOZ_SOURCE_STAMP = $(firstword $(shell hg -R $(topsrcdir) parent --template="{node|short}\n" 2>/dev/null)) + ifdef MOZ_SOURCE_STAMP + DEFINES += -DMOZ_SOURCE_STAMP="$(MOZ_SOURCE_STAMP)" +@@ -58,30 +65,26 @@ + endif + + ifdef MOZILLA_OFFICIAL +-DEFINES += -DMOZILLA_OFFICIAL ++DEFINES += -DOFFICIAL_BUILD=1 + endif + + DIRS = profile + ++GARBAGE += \ ++ $(FINAL_TARGET)/license.html \ ++ $(NULL) ++ + PREF_JS_EXPORTS = \ + $(srcdir)/profile/all-thunderbird.js \ + $(srcdir)/profile/channel-prefs.js \ + $(NULL) + +-DEFINES += \ +- -DAB_CD=$(AB_CD) \ +- -DAPP_VERSION="$(MOZ_APP_VERSION)" \ +- -DTHUNDERBIRD_ICO=\"$(DIST)/branding/thunderbird.ico\" \ +- -DGRE_MILESTONE=$(GRE_MILESTONE) \ +- -DGRE_BUILDID=$(GRE_BUILDID) \ +- $(NULL) +- +-ifdef LIBXUL_SDK +-include $(topsrcdir)/config/rules.mk ++ifneq (,$(filter OS2 Darwin WINNT,$(OS_ARCH))) ++PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX) + else +-# Build a binary bootstrapping with XRE_main ++PROGRAM = $(MOZ_APP_NAME)-bin$(BIN_SUFFIX) ++endif + +-PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX) + + CPPSRCS = nsMailApp.cpp + +@@ -96,13 +99,21 @@ + DEFINES += -DXPCOM_GLUE + STL_FLAGS= + ++ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ++TK_LIBS := -framework Cocoa $(TK_LIBS) ++endif ++ + LIBS += \ + $(EXTRA_DSO_LIBS) \ + $(XPCOM_STANDALONE_GLUE_LDOPTS) \ + $(NULL) + +-ifdef MOZ_LINKER +-LIBS += $(ZLIB_LIBS) ++ifdef MOZ_JPROF ++LIBS += -ljprof ++endif ++ ++ifdef MOZ_ENABLE_DBUS ++LIBS += $(MOZ_DBUS_GLIB_LIBS) + endif + + ifndef MOZ_WINCONSOLE +@@ -136,6 +147,8 @@ + + GARBAGE += write-message.ico address-book.ico + ++OS_LIBS += $(call EXPAND_LIBNAME,comctl32 comdlg32 uuid shell32 ole32 oleaut32 version winspool) ++OS_LIBS += $(call EXPAND_LIBNAME,usp10 msimg32) + RCINCLUDE = splash.rc + ifndef GNU_CC + RCFLAGS += -DMOZ_THUNDERBIRD -I$(srcdir) +@@ -147,11 +160,25 @@ + ifeq ($(OS_ARCH),OS2) + RESFILE=splashos2.res + RCFLAGS += -DMOZ_THUNDERBIRD ++ifdef DEBUG ++RCFLAGS += -DDEBUG ++endif + RCFLAGS += -DTHUNDERBIRD_ICO=\"$(DIST)/branding/thunderbird.ico\" + endif + + include $(topsrcdir)/config/rules.mk + ++ifdef MOZILLA_OFFICIAL ++DEFINES += -DMOZILLA_OFFICIAL ++endif ++ ++APP_UA_NAME = $(shell echo $(MOZ_APP_DISPLAYNAME) | sed -e's/[^A-Za-z]//g') ++DEFINES += -DAPP_VERSION="$(MOZ_APP_VERSION)" -DAPP_UA_NAME="$(APP_UA_NAME)" ++ ++ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ++LIBS += -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon ++endif ++ + ifeq ($(OS_ARCH),WINNT) + # + # Control the default heap size. +@@ -165,22 +192,9 @@ + # + ifndef GNU_CC + LDFLAGS += /HEAP:0x40000 +-ifeq ($(OS_TEST),x86_64) +-# set stack to 2MB on x64 build. See bug 582910 +-LDFLAGS += -STACK:2097152 +-endif + endif + endif + +-ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH))) +-libs:: +- cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX) +- +-GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js all-thunderbird.js channel-prefs.js mailnews.js) +-endif # ! OS 2 or WinNT +- +-endif # LIBXUL_SDK +- + ifneq (,$(filter windows os2,$(MOZ_WIDGET_TOOLKIT))) + ICON_SUFFIX=.ico + +@@ -219,10 +233,36 @@ + $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default* $(DESTDIR)$(mozappdir)/chrome/icons/default + endif + ++ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH))) ++ifneq (,$(filter-out Darwin,$(OS_ARCH))) ++$(MOZ_APP_NAME):: $(MOZILLA_DIR)/build/unix/mozilla.in $(GLOBAL_DEPS) $(DEPTH)/config/autoconf.mk ++ cat $< | sed -e "s|%MOZAPPDIR%|$(installdir)|" \ ++ -e "s|%MOZ_APP_DISPLAYNAME%|$(MOZ_APP_DISPLAYNAME)|" > $@ ++ chmod +x $@ ++ ++libs:: $(MOZ_APP_NAME) ++ $(INSTALL) $< $(DIST)/bin ++ ++install:: $(MOZ_APP_NAME) ++ $(SYSINSTALL) $< $(DESTDIR)$(bindir) ++ ++GARBAGE += $(MOZ_APP_NAME) ++else ++libs:: ++ cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX) ++ ++endif # ! Mac ++GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js all-thunderbird.js channel-prefs.js mailnews.js) ++endif # ! OS 2 or WinNT ++ ++ifeq ($(MOZ_WIDGET_TOOLKIT),photon) ++LIBS += -lphexlib ++endif ++ + libs:: $(srcdir)/profile/prefs.js + $(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/defaults/profile + +-libs:: $(srcdir)/blocklist.xml ++libs:: blocklist.xml + $(INSTALL) $(IFLAGS1) $^ $(DIST)/bin + + ifdef ENABLE_TESTS +@@ -239,6 +279,8 @@ + + ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) + ++AB := $(firstword $(subst -, ,$(AB_CD))) ++ + MAC_APP_NAME = $(MOZ_APP_DISPLAYNAME) + + ifdef MOZ_DEBUG +@@ -247,55 +289,26 @@ + + LOWER_MAC_APP_NAME = $(shell echo $(MAC_APP_NAME) | tr '[A-Z]' '[a-z]') + +-AB_CD = $(MOZ_UI_LOCALE) +- +-AB := $(firstword $(subst -, ,$(AB_CD))) +- +-clean clobber repackage:: +- $(RM) -r $(DIST)/$(MOZ_MACBUNDLE_NAME) +- +-ifdef LIBXUL_SDK +-APPFILES = Resources +-else +-APPFILES = MacOS +-endif +- +-libs repackage:: $(PROGRAM) +- $(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS +- rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(MOZ_MACBUNDLE_NAME) --exclude English.lproj +- $(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj +- rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj ++libs:: $(PROGRAM) ++ mkdir -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS ++ rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(MOZ_MACBUNDLE_NAME) --exclude English.lproj ++ mkdir -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj ++ rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj + sed -e "s/%APP_VERSION%/$(MOZ_APP_VERSION)/" -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" -e "s/%LOWER_MAC_APP_NAME%/$(LOWER_MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Info.plist + sed -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv -f UTF-8 -t UTF-16 > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj/InfoPlist.strings +- rsync -a $(DIST)/bin/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES) +-ifdef LIBXUL_SDK +- cp $(LIBXUL_DIST)/bin/$(XR_STUB_NAME) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/thunderbird +-else +- $(RM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM) ++ rsync -a $(DIST)/bin/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS ++ rm -f $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM) + rsync -aL $(PROGRAM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS +-endif +- $(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Library/Spotlight ++ mkdir -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Library/Spotlight + rsync -a --copy-unsafe-links $(DIST)/package/Thunderbird.mdimporter $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Library/Spotlight + cp -RL $(DIST)/branding/thunderbird.icns $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/thunderbird.icns + printf APPLMOZM > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/PkgInfo +-else +-ifdef LIBXUL_SDK +-libs:: +- cp $(LIBXUL_DIST)/bin/$(XULRUNNER_STUB_NAME)$(BIN_SUFFIX) $(DIST)/bin/thunderbird$(BIN_SUFFIX) +-endif +-endif ++# remove CVS dirs from packaged app ++ find $(DIST)/$(MOZ_MACBUNDLE_NAME) -type d -name "CVS" -prune -exec rm -rf {} \; + +-ifdef LIBXUL_SDK +-ifndef SKIP_COPY_XULRUNNER +-libs:: +-ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) +- rsync -a --copy-unsafe-links $(LIBXUL_DIST)/XUL.framework $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Frameworks +-else +- $(NSINSTALL) -D $(DIST)/bin/xulrunner +- (cd $(LIBXUL_SDK)/bin && tar $(TAR_CREATE_FLAGS) - .) | (cd $(DIST)/bin/xulrunner && tar -xf -) +-endif # cocoa +-endif # SKIP_COPY_XULRUNNER +-endif # LIBXUL_SDK ++clean clobber:: ++ rm -rf $(DIST)/$(MOZ_MACBUNDLE_NAME) ++endif + + # Note that anything you do to dist/ down here isn't going to make it into the + # Mac build, since it's already been copied over to the .app, above. Modified: trunk/mail/thunderbird/files/patch-mozilla-configure.in ============================================================================== --- trunk/mail/thunderbird/files/patch-mozilla-configure.in Sun Jun 24 05:41:11 2012 (r797) +++ trunk/mail/thunderbird/files/patch-mozilla-configure.in Mon Jun 25 13:01:37 2012 (r798) @@ -1,6 +1,6 @@ ---- mozilla/configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ mozilla/configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ +--- mozilla/configure.in.orig 2012-05-23 20:56:34.000000000 +0200 ++++ mozilla/configure.in 2012-05-27 18:18:25.000000000 +0200 +@@ -1517,7 +1517,7 @@ CPU_ARCH=sparc ;; @@ -9,7 +9,7 @@ CPU_ARCH="$OS_TEST" ;; -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp +@@ -1539,7 +1539,7 @@ dnl =============================================================== INTEL_ARCHITECTURE= case "$OS_TEST" in @@ -18,34 +18,7 @@ INTEL_ARCHITECTURE=1 esac -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS +@@ -4580,7 +4580,7 @@ LDFLAGS=$_SAVE_LDFLAGS LIBS=$_SAVE_LIBS @@ -54,7 +27,7 @@ ZLIB_CFLAGS="-I${ZLIB_DIR}/include" ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" fi -@@ -6022,6 +6024,14 @@ +@@ -5903,6 +5903,14 @@ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" VPX_X86_ASM=1 ;; @@ -69,7 +42,7 @@ SunOS:x86) VPX_ASFLAGS="-f elf32 -rnasm -pnasm" VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then +@@ -6297,6 +6305,14 @@ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" LIBJPEG_TURBO_X64_ASM=1 ;; Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/security/ca_root_nss/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,7 +2,7 @@ # Date created: Thu Jan 25 13:02:14 CST 2007 # Whom: Brooks Davis # -# $FreeBSD: ports/security/ca_root_nss/Makefile,v 1.22 2012/04/14 21:09:51 flo Exp $ +# $FreeBSD: ports/security/ca_root_nss/Makefile,v 1.23 2012/06/04 21:14:30 flo Exp $ # PORTNAME= ca_root_nss @@ -15,7 +15,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The root certificate bundle from the Mozilla Project -OPTIONS= ETCSYMLINK "Add symlink to /etc/ssl/cert.pem" off +OPTIONS_DEFINE= ETCSYMLINK +ETCSYMLINK_DESC= Add symlink to /etc/ssl/cert.pem USE_PERL5_BUILD= yes NO_WRKSUBDIR= yes @@ -28,14 +29,14 @@ # !!! www/apache13-modssl. Please DO NOT submit patches for !!! # !!! new versions until they have been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.13.4 +VERSION_NSS= 3.13.5 VERSION_APACHE= 1.3.41 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/mozilla/security/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl -.include +.include -.if !defined(WITHOUT_ETCSYMLINK) +.if ${PORT_OPTIONS:METCSYMLINK} PLIST_SUB+= ETCSYMLINK= CONFLICTS= ca-roots-[0-9]* .else @@ -62,8 +63,8 @@ do-install: ${MKDIR} ${PREFIX}/${CERTDIR} ${INSTALL_DATA} ${WRKDIR}/ca-root-nss.crt ${PREFIX}/${CERTDIR} -.if !defined(WITHOUT_ETCSYMLINK) +.if ${PORT_OPTIONS:METCSYMLINK} ${LN} -sf ${PREFIX}/${CERTDIR}/ca-root-nss.crt /etc/ssl/cert.pem .endif -.include +.include Modified: trunk/security/ca_root_nss/distinfo ============================================================================== --- trunk/security/ca_root_nss/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/security/ca_root_nss/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (nss-3.13.4.tar.gz) = a552f56b03c0c716ba950c7eef971d87f717c02a4d9a75ee2fe84bd036830de5 -SIZE (nss-3.13.4.tar.gz) = 6087584 +SHA256 (nss-3.13.5.tar.gz) = ee8b995ebc971308a5bc8b50eb391cd925d6ee7c5e139d25018ee993e71b012a +SIZE (nss-3.13.5.tar.gz) = 6087983 Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/security/nss/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,7 +2,7 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/security/nss/Makefile,v 1.65 2012/04/14 21:09:51 flo Exp $ +# $FreeBSD: ports/security/nss/Makefile,v 1.66 2012/06/04 21:12:14 flo Exp $ # $MCom ports-experimental/security/nss/Makefile,v 1.4 2008/02/23 15:47:28 ahze Exp $ PORTNAME= nss @@ -22,7 +22,7 @@ _MAJOR= 3 _MINOR= 13 -_PATCH= 4 +_PATCH= 5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss Modified: trunk/security/nss/distinfo ============================================================================== --- trunk/security/nss/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/security/nss/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (nss-3.13.4.tar.gz) = a552f56b03c0c716ba950c7eef971d87f717c02a4d9a75ee2fe84bd036830de5 -SIZE (nss-3.13.4.tar.gz) = 6087584 +SHA256 (nss-3.13.5.tar.gz) = ee8b995ebc971308a5bc8b50eb391cd925d6ee7c5e139d25018ee993e71b012a +SIZE (nss-3.13.5.tar.gz) = 6087983 Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-esr-i18n/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-esr-i18n/Makefile,v 1.72 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/www/firefox-esr-i18n/Makefile,v 1.73 2012/06/05 21:17:35 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-esr-i18n/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-10.0.4/af.xpi) = 375d0ef6e2c5543276704920fcaac881c8a852b17d300224848fa71636be7b5b -SIZE (xpi/firefox-i18n-10.0.4/af.xpi) = 238740 -SHA256 (xpi/firefox-i18n-10.0.4/ak.xpi) = 246065e30882eeb5fe9017e65bec73e7bb60f35763b42a48c0adc6b375c28417 -SIZE (xpi/firefox-i18n-10.0.4/ak.xpi) = 240568 -SHA256 (xpi/firefox-i18n-10.0.4/ar.xpi) = 6bf992eb757890ac79dc35b6ff7204435abf8070ca98260ce2940728b42a541b -SIZE (xpi/firefox-i18n-10.0.4/ar.xpi) = 263699 -SHA256 (xpi/firefox-i18n-10.0.4/ast.xpi) = c5c4f1308f958a12ce4123aeb1e6c0d428fbfab00f45f770d0433dac74d1cc92 -SIZE (xpi/firefox-i18n-10.0.4/ast.xpi) = 237972 -SHA256 (xpi/firefox-i18n-10.0.4/be.xpi) = de3f31df5664f34caff2d0bcce7400a5cdfe93aa2ffa953de4e0525475511bab -SIZE (xpi/firefox-i18n-10.0.4/be.xpi) = 245753 -SHA256 (xpi/firefox-i18n-10.0.4/bg.xpi) = d4ba44ebb33cf1fb58fbb39604066e4d6774e033359c86f0a4692f84fb81182c -SIZE (xpi/firefox-i18n-10.0.4/bg.xpi) = 276752 -SHA256 (xpi/firefox-i18n-10.0.4/bn-BD.xpi) = d0b8776eddd3090a389fa17686ca912eef6f86836fd266bf60083a11af085bf6 -SIZE (xpi/firefox-i18n-10.0.4/bn-BD.xpi) = 288290 -SHA256 (xpi/firefox-i18n-10.0.4/bn-IN.xpi) = fbcf9da2b5d81952d2f84d5608f5316d562b00593f18fc501f9780f2ace902eb -SIZE (xpi/firefox-i18n-10.0.4/bn-IN.xpi) = 319302 -SHA256 (xpi/firefox-i18n-10.0.4/br.xpi) = e56dd861af173ce5778f7ba1f77051c36fae6acb9fa2f3f44db6906047fb0cc8 -SIZE (xpi/firefox-i18n-10.0.4/br.xpi) = 247648 -SHA256 (xpi/firefox-i18n-10.0.4/bs.xpi) = 520c99818b136c8c516c895cbb1309ac47991dffabe754467c3b538b5095cbd9 -SIZE (xpi/firefox-i18n-10.0.4/bs.xpi) = 245305 -SHA256 (xpi/firefox-i18n-10.0.4/ca.xpi) = 3f7fc9f7753b38bf6054b8f43c1efdf01b7e93e4a9566320ec03599fde97406c -SIZE (xpi/firefox-i18n-10.0.4/ca.xpi) = 248217 -SHA256 (xpi/firefox-i18n-10.0.4/cs.xpi) = a5238f7ecaeab23b2ec383eeb4e93c98b17ac4dde280c5a8d8e390512433426f -SIZE (xpi/firefox-i18n-10.0.4/cs.xpi) = 248766 -SHA256 (xpi/firefox-i18n-10.0.4/cy.xpi) = 91007ba23e623a22c32f51f555ac4d3e48827ab2be17b299fc344ccea5b0d829 -SIZE (xpi/firefox-i18n-10.0.4/cy.xpi) = 244194 -SHA256 (xpi/firefox-i18n-10.0.4/da.xpi) = f74e8887e08891d1f2527bb188c95de4e7d4bc95f29359e5eae8ee057d018281 -SIZE (xpi/firefox-i18n-10.0.4/da.xpi) = 240325 -SHA256 (xpi/firefox-i18n-10.0.4/de.xpi) = c4da00e8bde6ff621f15a365771a2b7546a53524fc411564ddbb0e99d0eb32b3 -SIZE (xpi/firefox-i18n-10.0.4/de.xpi) = 249295 -SHA256 (xpi/firefox-i18n-10.0.4/el.xpi) = 44049d0af162f864b71d8ed18e4e9f8870c0c12197bd5777269fa89e5fe0e454 -SIZE (xpi/firefox-i18n-10.0.4/el.xpi) = 264377 -SHA256 (xpi/firefox-i18n-10.0.4/en-GB.xpi) = ad0edc140d3d2594d5782970c9bbb4b8041eef157602cb81e9d1389c6c5334a0 -SIZE (xpi/firefox-i18n-10.0.4/en-GB.xpi) = 231191 -SHA256 (xpi/firefox-i18n-10.0.4/en-US.xpi) = 5554c13ba92a47cb1b04c739f0b9611c44339b5f033f0d2e0fba5bbe7f5d5a0b -SIZE (xpi/firefox-i18n-10.0.4/en-US.xpi) = 230678 -SHA256 (xpi/firefox-i18n-10.0.4/en-ZA.xpi) = 4bab5719e2575a07dc0137f87ca12273f398262917c7ad593d2a189bdeece1d5 -SIZE (xpi/firefox-i18n-10.0.4/en-ZA.xpi) = 233917 -SHA256 (xpi/firefox-i18n-10.0.4/eo.xpi) = 19869ed03e9510dfeb0bd2460aef718215fe6256b1a2ee852bcab9f0770be5d4 -SIZE (xpi/firefox-i18n-10.0.4/eo.xpi) = 240899 -SHA256 (xpi/firefox-i18n-10.0.4/es-AR.xpi) = 677ba210f3365cffe4463d13b074a81495e71cd8f8b89b0392848ba6ca4f2325 -SIZE (xpi/firefox-i18n-10.0.4/es-AR.xpi) = 245343 -SHA256 (xpi/firefox-i18n-10.0.4/es-CL.xpi) = 06e9c0a5cce1e424757a13df487faa6bbde461f25bee3d98bae35621d32653dc -SIZE (xpi/firefox-i18n-10.0.4/es-CL.xpi) = 250202 -SHA256 (xpi/firefox-i18n-10.0.4/es-ES.xpi) = dc735944dc5b32fcf43bc4c59b4425b80b88b03b92465b93756152bec4cc10ea -SIZE (xpi/firefox-i18n-10.0.4/es-ES.xpi) = 215375 -SHA256 (xpi/firefox-i18n-10.0.4/es-MX.xpi) = 59110269809bb00f29c49e71097cf82325e668a1411ff5c7281e0b48745c934f -SIZE (xpi/firefox-i18n-10.0.4/es-MX.xpi) = 224149 -SHA256 (xpi/firefox-i18n-10.0.4/et.xpi) = c775a9f2a743a29750639df3e819c71420816ab08a35b342cb0fa4376ddbde86 -SIZE (xpi/firefox-i18n-10.0.4/et.xpi) = 242628 -SHA256 (xpi/firefox-i18n-10.0.4/eu.xpi) = 1bbb22f8145567733dfca7c93ade6a8abd02a834ab2e046919df29b934faadfc -SIZE (xpi/firefox-i18n-10.0.4/eu.xpi) = 240247 -SHA256 (xpi/firefox-i18n-10.0.4/fa.xpi) = b0c1111e45bdff1cf1a283099d72a9a1ce7232c4de1c6e5cd93336f81b4d6f44 -SIZE (xpi/firefox-i18n-10.0.4/fa.xpi) = 272850 -SHA256 (xpi/firefox-i18n-10.0.4/fi.xpi) = 056a3b3e5335e3b6af07c9583231ad38349260c64fd44c491dff4aab50a215e4 -SIZE (xpi/firefox-i18n-10.0.4/fi.xpi) = 243627 -SHA256 (xpi/firefox-i18n-10.0.4/fr.xpi) = cddb3616058d202b379ccf4c60c27f95fd3d31bc70157804610439752865c4cd -SIZE (xpi/firefox-i18n-10.0.4/fr.xpi) = 249565 -SHA256 (xpi/firefox-i18n-10.0.4/fy-NL.xpi) = 010c2c32a3427242d7ace11e7b8eb2c05f102bb0886abd2a5314e9fc34f40fbf -SIZE (xpi/firefox-i18n-10.0.4/fy-NL.xpi) = 249340 -SHA256 (xpi/firefox-i18n-10.0.4/ga-IE.xpi) = 6c83b3e8f2c9b26d03537f75b56a719e3a2d49354390a4420509b9b952142c5d -SIZE (xpi/firefox-i18n-10.0.4/ga-IE.xpi) = 252020 -SHA256 (xpi/firefox-i18n-10.0.4/gl.xpi) = 2a57e3d26a19ab8134467b5292951f112c9ff2fff037b56437660495c701a964 -SIZE (xpi/firefox-i18n-10.0.4/gl.xpi) = 243247 -SHA256 (xpi/firefox-i18n-10.0.4/gu-IN.xpi) = 65dca364e03d29028a61ff8ac98e5ba5303c49f174b967038be8c163a6bef916 -SIZE (xpi/firefox-i18n-10.0.4/gu-IN.xpi) = 275219 -SHA256 (xpi/firefox-i18n-10.0.4/he.xpi) = ab92ccb00f750d2a8eca49671dc87ece69f02291ba5fbf38c775ec9f78e369b7 -SIZE (xpi/firefox-i18n-10.0.4/he.xpi) = 264932 -SHA256 (xpi/firefox-i18n-10.0.4/hi-IN.xpi) = 5faaf108c5183f81e976c29f54ebb3a02e8e13ad9832bb98e34eb2f51057a6b9 -SIZE (xpi/firefox-i18n-10.0.4/hi-IN.xpi) = 279998 -SHA256 (xpi/firefox-i18n-10.0.4/hr.xpi) = 4804c901dcdf70d4ee147acfd91575548f6a76226c4fba00e4574d96ad484807 -SIZE (xpi/firefox-i18n-10.0.4/hr.xpi) = 249330 -SHA256 (xpi/firefox-i18n-10.0.4/hu.xpi) = b9dda9541afe4eaae3234e50558c469f0a567b4c5e4b537d554e3fb4c38c4831 -SIZE (xpi/firefox-i18n-10.0.4/hu.xpi) = 253771 -SHA256 (xpi/firefox-i18n-10.0.4/hy-AM.xpi) = 11c7e5500098360faf71ea932841b7f49dd02ce847fa2b4971228dae904fd9ee -SIZE (xpi/firefox-i18n-10.0.4/hy-AM.xpi) = 445449 -SHA256 (xpi/firefox-i18n-10.0.4/id.xpi) = 15f899db6963b3ce456b08b898f48691e6d2d7938120370d3ebedbea05cac789 -SIZE (xpi/firefox-i18n-10.0.4/id.xpi) = 236821 -SHA256 (xpi/firefox-i18n-10.0.4/is.xpi) = 600cefdc4fe5ce693ab59677db88b6fd42cc3fe40d84d2c5c96276c85cf0b89c -SIZE (xpi/firefox-i18n-10.0.4/is.xpi) = 243065 -SHA256 (xpi/firefox-i18n-10.0.4/it.xpi) = 7118b065151879a8efb5b2194b7084a4121755845711be250b7657e3bb989220 -SIZE (xpi/firefox-i18n-10.0.4/it.xpi) = 212714 -SHA256 (xpi/firefox-i18n-10.0.4/ja.xpi) = b929980df42ee72f51521b1c42d6e3322c22f4231ab91dd48dc7960b37bb80d6 -SIZE (xpi/firefox-i18n-10.0.4/ja.xpi) = 273112 -SHA256 (xpi/firefox-i18n-10.0.4/kk.xpi) = 388107619d6d8490aa7f57406a919a997aa9825012fd47b84b1265c0adb996b8 -SIZE (xpi/firefox-i18n-10.0.4/kk.xpi) = 279774 -SHA256 (xpi/firefox-i18n-10.0.4/kn.xpi) = 21ac7b0d3441d7757a4e7c33266998c924f14747da95b44f20a6906b5b4f56f4 -SIZE (xpi/firefox-i18n-10.0.4/kn.xpi) = 299828 -SHA256 (xpi/firefox-i18n-10.0.4/ko.xpi) = 98f2ac793628cd93f3f86f6c9be2f573fbf58ff1655061681aa89b9a45d84fd8 -SIZE (xpi/firefox-i18n-10.0.4/ko.xpi) = 227940 -SHA256 (xpi/firefox-i18n-10.0.4/ku.xpi) = 45ec44785bd6af66454dbe3be11793bdf90eb28ee3df5ddde3f990c004f4998d -SIZE (xpi/firefox-i18n-10.0.4/ku.xpi) = 254707 -SHA256 (xpi/firefox-i18n-10.0.4/lg.xpi) = f4b39c662b95e1c0c4c470c7e1202ff409023b8239684b54e089d526a7ee4420 -SIZE (xpi/firefox-i18n-10.0.4/lg.xpi) = 247671 -SHA256 (xpi/firefox-i18n-10.0.4/lt.xpi) = 43e5ab0f64a314e9da3f78ab2383ca9a998a1130ca005cd4a51316c729e06c42 -SIZE (xpi/firefox-i18n-10.0.4/lt.xpi) = 330628 -SHA256 (xpi/firefox-i18n-10.0.4/lv.xpi) = 5169752cc649581f11a6dfabbe41a0698cd7708e55cd60f1d9a6126b362ccefa -SIZE (xpi/firefox-i18n-10.0.4/lv.xpi) = 244349 -SHA256 (xpi/firefox-i18n-10.0.4/mai.xpi) = 45dd7cfb023a9ece20faf94daf43b6399586a69dba16404bd0b84109bd08aa00 -SIZE (xpi/firefox-i18n-10.0.4/mai.xpi) = 279251 -SHA256 (xpi/firefox-i18n-10.0.4/mk.xpi) = 648a913256a64ce445cb8ffa4c53dbce635af451772c6cbc9c227bf48446e31e -SIZE (xpi/firefox-i18n-10.0.4/mk.xpi) = 272936 -SHA256 (xpi/firefox-i18n-10.0.4/ml.xpi) = 00795d1bab6c8dd1a41d051f3f8c941bd2d70d3d0546650fea88192bc6f31db7 -SIZE (xpi/firefox-i18n-10.0.4/ml.xpi) = 306673 -SHA256 (xpi/firefox-i18n-10.0.4/mr.xpi) = 045809988140f7c7df532d695f5a98afb87dab4d9cd69af3ff87e7507e97e103 -SIZE (xpi/firefox-i18n-10.0.4/mr.xpi) = 281455 -SHA256 (xpi/firefox-i18n-10.0.4/nb-NO.xpi) = 319f21a013aed41faffa238b5ec569b7a7bbd05830763e9befa8e8997b433bc9 -SIZE (xpi/firefox-i18n-10.0.4/nb-NO.xpi) = 241208 -SHA256 (xpi/firefox-i18n-10.0.4/nl.xpi) = 30f29b6c99bf6b361ab51f097720c938c5985f93bdb22729f1af40ce84d6d6d1 -SIZE (xpi/firefox-i18n-10.0.4/nl.xpi) = 242398 -SHA256 (xpi/firefox-i18n-10.0.4/nn-NO.xpi) = eb0fd49839e38fd06a206241261ec80af54f9478ea7dddf62ae43f685264722d -SIZE (xpi/firefox-i18n-10.0.4/nn-NO.xpi) = 242451 -SHA256 (xpi/firefox-i18n-10.0.4/nso.xpi) = 91062d27b1d6e53001c2cc3df61c6dbb79a760e1d6fad63b019f142216b40d60 -SIZE (xpi/firefox-i18n-10.0.4/nso.xpi) = 245692 -SHA256 (xpi/firefox-i18n-10.0.4/or.xpi) = da63d476209fee28fac311a532761f53ce38942f5c8eca32c23ca94bc464487f -SIZE (xpi/firefox-i18n-10.0.4/or.xpi) = 281684 -SHA256 (xpi/firefox-i18n-10.0.4/pa-IN.xpi) = f58c26374beaa43bde80624a553646281d0471e0ea6a5e14365141a415940d54 -SIZE (xpi/firefox-i18n-10.0.4/pa-IN.xpi) = 282142 -SHA256 (xpi/firefox-i18n-10.0.4/pl.xpi) = e5c0523fcb8b7d6bdf877acbc13999d685f4fe1af361d4713ad46df057b3dd57 -SIZE (xpi/firefox-i18n-10.0.4/pl.xpi) = 252043 -SHA256 (xpi/firefox-i18n-10.0.4/pt-BR.xpi) = 5a16ad83498cb495f47da38b4d78e03d45babb0af2b817279084d57ca1a24be0 -SIZE (xpi/firefox-i18n-10.0.4/pt-BR.xpi) = 246845 -SHA256 (xpi/firefox-i18n-10.0.4/pt-PT.xpi) = 0d905cc55163c4f22260b368118c2e5a4bbda94fabd298da0adc66ad903571e8 -SIZE (xpi/firefox-i18n-10.0.4/pt-PT.xpi) = 246471 -SHA256 (xpi/firefox-i18n-10.0.4/rm.xpi) = eda7ec6d1f2a4af0cd4d1d3310276305d86de6b0adaccab11f041e03ae7f0973 -SIZE (xpi/firefox-i18n-10.0.4/rm.xpi) = 245768 -SHA256 (xpi/firefox-i18n-10.0.4/ro.xpi) = 13760bc76e3301d88d38159450062224ab849f47070d3effb16e0eea45666c66 -SIZE (xpi/firefox-i18n-10.0.4/ro.xpi) = 263249 -SHA256 (xpi/firefox-i18n-10.0.4/ru.xpi) = a51ee9da4dae375a459dd8ffa402a57a335c19102f96fba4dacd24fbf4e691a2 -SIZE (xpi/firefox-i18n-10.0.4/ru.xpi) = 254982 -SHA256 (xpi/firefox-i18n-10.0.4/si.xpi) = 33f0838a17e4bfb9a1b94184011f40e4cac316c48cc92d9fa84caeb11c44e422 -SIZE (xpi/firefox-i18n-10.0.4/si.xpi) = 271987 -SHA256 (xpi/firefox-i18n-10.0.4/sk.xpi) = fc8d6c7b040828946deda2cce08647d953cc6b4962e3e60dbe153d89aec2741e -SIZE (xpi/firefox-i18n-10.0.4/sk.xpi) = 254286 -SHA256 (xpi/firefox-i18n-10.0.4/sl.xpi) = 99e5b4936817aee29a930aa07649212868bf304b2f00c1a1119cebb5f24402e3 -SIZE (xpi/firefox-i18n-10.0.4/sl.xpi) = 241031 -SHA256 (xpi/firefox-i18n-10.0.4/son.xpi) = 36970881af28cc5d5f0085aeddf4f8fd62a8d69a93b32c075756b4044e19c356 -SIZE (xpi/firefox-i18n-10.0.4/son.xpi) = 239057 -SHA256 (xpi/firefox-i18n-10.0.4/sq.xpi) = b8e5143f0391dbb2719a1f4b2dfe285d821d10929b774180764c86c1e1ac91e0 -SIZE (xpi/firefox-i18n-10.0.4/sq.xpi) = 227693 -SHA256 (xpi/firefox-i18n-10.0.4/sr.xpi) = 30055512a7812cd19ed88ce4c864bd76d5651398fae04958b8c0272f77a65fce -SIZE (xpi/firefox-i18n-10.0.4/sr.xpi) = 277743 -SHA256 (xpi/firefox-i18n-10.0.4/sv-SE.xpi) = 2f077a94bc2348255271cdad2e5ba7b87077444b345029b9e3ba9a7f30741ffb -SIZE (xpi/firefox-i18n-10.0.4/sv-SE.xpi) = 278877 -SHA256 (xpi/firefox-i18n-10.0.4/ta-LK.xpi) = e6b1c89e1c39461402a95b66df0e116702654277eee376d08baa9008723ceaa2 -SIZE (xpi/firefox-i18n-10.0.4/ta-LK.xpi) = 290616 -SHA256 (xpi/firefox-i18n-10.0.4/ta.xpi) = 977a0f0880b587a75affc15924cca25bed7876f628a1308d579cd273c46e748a -SIZE (xpi/firefox-i18n-10.0.4/ta.xpi) = 274052 -SHA256 (xpi/firefox-i18n-10.0.4/te.xpi) = 1cf73e705370503df7315353a589ff719046dc03b316487389bba54ec67b580a -SIZE (xpi/firefox-i18n-10.0.4/te.xpi) = 289043 -SHA256 (xpi/firefox-i18n-10.0.4/th.xpi) = 3d5ace42b2f7bcbd0dafd013e77478df67b645105b4fc8fa0e70803761d7d133 -SIZE (xpi/firefox-i18n-10.0.4/th.xpi) = 272418 -SHA256 (xpi/firefox-i18n-10.0.4/tr.xpi) = 86d718c4721cb945af3e3e1e66a043b142298533272692511c1ed1aac9f42a02 -SIZE (xpi/firefox-i18n-10.0.4/tr.xpi) = 249915 -SHA256 (xpi/firefox-i18n-10.0.4/uk.xpi) = e134316824ec76efa72907d80ba98e97ab19bed1af7b57728f704fbddff06349 -SIZE (xpi/firefox-i18n-10.0.4/uk.xpi) = 279130 -SHA256 (xpi/firefox-i18n-10.0.4/vi.xpi) = 9ca45a0eda9696d8769f26fcd9fbe4ac84af7c60e905156a57368a4db3bae74a -SIZE (xpi/firefox-i18n-10.0.4/vi.xpi) = 262783 -SHA256 (xpi/firefox-i18n-10.0.4/zh-CN.xpi) = 57c7767969ecdda513cec23a540488152369c6121b8091941255cba64f45776f -SIZE (xpi/firefox-i18n-10.0.4/zh-CN.xpi) = 256544 -SHA256 (xpi/firefox-i18n-10.0.4/zh-TW.xpi) = bb0b95ca4a489178f0e0f765e5d166bc853872878f0e3ed1dab95ccd68194634 -SIZE (xpi/firefox-i18n-10.0.4/zh-TW.xpi) = 257489 -SHA256 (xpi/firefox-i18n-10.0.4/zu.xpi) = 7467cae292d3a13976a1e7b8f3526474e646fbeab17ca378c38b923b7530e59b -SIZE (xpi/firefox-i18n-10.0.4/zu.xpi) = 246392 +SHA256 (xpi/firefox-i18n-10.0.5/af.xpi) = 3af9a9e44ff8ce6091ec36a2258c2be75d1bda7864db9acf7bff854495f334c9 +SIZE (xpi/firefox-i18n-10.0.5/af.xpi) = 238745 +SHA256 (xpi/firefox-i18n-10.0.5/ak.xpi) = 9ad2a71cc2cf95377cc3296dee711627f53411bd10d661ffcd8709aa6a04c5d4 +SIZE (xpi/firefox-i18n-10.0.5/ak.xpi) = 240573 +SHA256 (xpi/firefox-i18n-10.0.5/ar.xpi) = 2a130cd8168e1b6740db7451ddfcafc44f78aeda09ed81c56e78da0f0ddd2a0f +SIZE (xpi/firefox-i18n-10.0.5/ar.xpi) = 263703 +SHA256 (xpi/firefox-i18n-10.0.5/ast.xpi) = a7d66600833a5e0900b410729f28c9827dd8aa5c338a273f9b1ba6a50c99dd82 +SIZE (xpi/firefox-i18n-10.0.5/ast.xpi) = 237975 +SHA256 (xpi/firefox-i18n-10.0.5/be.xpi) = 3ef97b72687cd839a7e579ea134ab5f0d337dba7f2801ebf83b8fa48a5ec928e +SIZE (xpi/firefox-i18n-10.0.5/be.xpi) = 245758 +SHA256 (xpi/firefox-i18n-10.0.5/bg.xpi) = 99b9b1064b1e35aa95b2e3b8ff9e4e17a8372bfa11ce89018f6da67f99c22b6c +SIZE (xpi/firefox-i18n-10.0.5/bg.xpi) = 276757 +SHA256 (xpi/firefox-i18n-10.0.5/bn-BD.xpi) = 20cce468b7295faecd491067859c6e6905216465beb98fc500ce9847b0579c32 +SIZE (xpi/firefox-i18n-10.0.5/bn-BD.xpi) = 288294 +SHA256 (xpi/firefox-i18n-10.0.5/bn-IN.xpi) = 8f16b797a7d70684a1e92be2f3c8ba5e95827c51f451761274923699619c4f0c +SIZE (xpi/firefox-i18n-10.0.5/bn-IN.xpi) = 319305 +SHA256 (xpi/firefox-i18n-10.0.5/br.xpi) = 7d1f8ca529d639f20633d3d6e04fa9913fe388e8ffa338b88880bba3927f02dd +SIZE (xpi/firefox-i18n-10.0.5/br.xpi) = 247652 +SHA256 (xpi/firefox-i18n-10.0.5/bs.xpi) = ae01f94e0a7b8b71b5c528b76dce846e506829103a0b84b575c349be4aba197c +SIZE (xpi/firefox-i18n-10.0.5/bs.xpi) = 245309 +SHA256 (xpi/firefox-i18n-10.0.5/ca.xpi) = a7cfffe9b2c684bea7668c84f30f352485a79b297e355e9e3d97c76396d4d981 +SIZE (xpi/firefox-i18n-10.0.5/ca.xpi) = 248222 +SHA256 (xpi/firefox-i18n-10.0.5/cs.xpi) = c2908c2edb3cecf21e20e0ab0e02ac7fdc10b617c31d9d9a363bb9275ee0ebf8 +SIZE (xpi/firefox-i18n-10.0.5/cs.xpi) = 248770 +SHA256 (xpi/firefox-i18n-10.0.5/cy.xpi) = a664fd62544e0f288c5d77be9d7eb0d2a31db162ded8eef63df7ee23aa59bfb0 +SIZE (xpi/firefox-i18n-10.0.5/cy.xpi) = 244198 +SHA256 (xpi/firefox-i18n-10.0.5/da.xpi) = b099e89d50750574f19c0883805b34caa859cc97c1c0fa6ec880973c798e857c +SIZE (xpi/firefox-i18n-10.0.5/da.xpi) = 240329 +SHA256 (xpi/firefox-i18n-10.0.5/de.xpi) = d7321203dec67ccda8960c2181d38b45789b135320a2d2a0f1d2f2fe6da38854 +SIZE (xpi/firefox-i18n-10.0.5/de.xpi) = 249298 +SHA256 (xpi/firefox-i18n-10.0.5/el.xpi) = fc1d499005ceaf410286ea861638bf0ebd6994f21edc8573aa3a0f75a3b90d4d +SIZE (xpi/firefox-i18n-10.0.5/el.xpi) = 264380 +SHA256 (xpi/firefox-i18n-10.0.5/en-GB.xpi) = 8ba41f3bdd2a978b90a4de726de5e4f6afa6b3bb0753dd04e783ddaeda151c83 +SIZE (xpi/firefox-i18n-10.0.5/en-GB.xpi) = 231194 +SHA256 (xpi/firefox-i18n-10.0.5/en-US.xpi) = 35aa501175258b16004f7845a3bcc5d8d403e81f4af43c2a5f842bbdbdbe3353 +SIZE (xpi/firefox-i18n-10.0.5/en-US.xpi) = 230681 +SHA256 (xpi/firefox-i18n-10.0.5/en-ZA.xpi) = e1181de582375b0ac23a7d0ef4ec8355227cf70455028daa32f3f601f93b5f6f +SIZE (xpi/firefox-i18n-10.0.5/en-ZA.xpi) = 233920 +SHA256 (xpi/firefox-i18n-10.0.5/eo.xpi) = 79e772dc399764771880fd55760ec53b617b41c3fee9038f280d13a77814e3d5 +SIZE (xpi/firefox-i18n-10.0.5/eo.xpi) = 240903 +SHA256 (xpi/firefox-i18n-10.0.5/es-AR.xpi) = c144255ded63e0d1d85d9fd92022152c3459ecfea6ef0facad6bdd8a5b2d2372 +SIZE (xpi/firefox-i18n-10.0.5/es-AR.xpi) = 245347 +SHA256 (xpi/firefox-i18n-10.0.5/es-CL.xpi) = 676a8f505354d1af597f092907f168600e5eb6da851c3edfd6202b3966ef0357 +SIZE (xpi/firefox-i18n-10.0.5/es-CL.xpi) = 250206 +SHA256 (xpi/firefox-i18n-10.0.5/es-ES.xpi) = 858aebdf8903dc4bafafd86161b00587018ffe26b4f355a0a93b2cf56e54987a +SIZE (xpi/firefox-i18n-10.0.5/es-ES.xpi) = 215379 +SHA256 (xpi/firefox-i18n-10.0.5/es-MX.xpi) = d1f1a3ed898c617f94ef3d991d1b54dbad65dc8a91a74b5b82f0d02edca54dad +SIZE (xpi/firefox-i18n-10.0.5/es-MX.xpi) = 224152 +SHA256 (xpi/firefox-i18n-10.0.5/et.xpi) = 28b06d2e0c06313a70d3730c7e860d44fdb48c49d5f75c838b4057660426f66d +SIZE (xpi/firefox-i18n-10.0.5/et.xpi) = 242632 +SHA256 (xpi/firefox-i18n-10.0.5/eu.xpi) = 6d73239bcce73d4619b255923956cf699387ad38c83d50f69a7b2d1539a7edaf +SIZE (xpi/firefox-i18n-10.0.5/eu.xpi) = 240252 +SHA256 (xpi/firefox-i18n-10.0.5/fa.xpi) = 0014103ec5848e9ca0c71ec71350e45d0dcb862fc3a52d1673dcd73541895525 +SIZE (xpi/firefox-i18n-10.0.5/fa.xpi) = 272854 +SHA256 (xpi/firefox-i18n-10.0.5/fi.xpi) = dc5d4adb96e1f845ae9d207bf06b548a5247850a7309b68d616170d280b77359 +SIZE (xpi/firefox-i18n-10.0.5/fi.xpi) = 243630 +SHA256 (xpi/firefox-i18n-10.0.5/fr.xpi) = 6e7d6134ab0ff5da9b1acaa081eb6a97cba80968f8b6ab5424687a60ad44a014 +SIZE (xpi/firefox-i18n-10.0.5/fr.xpi) = 249569 +SHA256 (xpi/firefox-i18n-10.0.5/fy-NL.xpi) = 342538096c69021880b6f20467ab874258586e5029dbd6f490a560ca56e92bc6 +SIZE (xpi/firefox-i18n-10.0.5/fy-NL.xpi) = 249345 +SHA256 (xpi/firefox-i18n-10.0.5/ga-IE.xpi) = 6f280cda017aff49a0b8dac13484799d606cbaa7e3950f8b7fad85ea5cba5df4 +SIZE (xpi/firefox-i18n-10.0.5/ga-IE.xpi) = 252023 +SHA256 (xpi/firefox-i18n-10.0.5/gl.xpi) = 56497cea09d3d20ed7c5bc2413d930b150b37ec5d028bffab96672b89f3d6df1 +SIZE (xpi/firefox-i18n-10.0.5/gl.xpi) = 243250 +SHA256 (xpi/firefox-i18n-10.0.5/gu-IN.xpi) = 2c95e3dd74194567a0ce686b3f84380be4df5f331bb22b62fb00872277cbd808 +SIZE (xpi/firefox-i18n-10.0.5/gu-IN.xpi) = 275223 +SHA256 (xpi/firefox-i18n-10.0.5/he.xpi) = 7c68d6420569336e2613c1f1c8ed44c2194e679d5a857bddbb451f34b01723bd +SIZE (xpi/firefox-i18n-10.0.5/he.xpi) = 264936 +SHA256 (xpi/firefox-i18n-10.0.5/hi-IN.xpi) = 7d4d0aa0fcfeae384dbc5f720a5a4d7f3eac62a15cc6780bf0aa0e503bd6c453 +SIZE (xpi/firefox-i18n-10.0.5/hi-IN.xpi) = 280002 +SHA256 (xpi/firefox-i18n-10.0.5/hr.xpi) = c2e6feeb1d60be47b8aa3fd00edd163cec5538a32eb3e418bdcc827b81ec7e23 +SIZE (xpi/firefox-i18n-10.0.5/hr.xpi) = 249334 +SHA256 (xpi/firefox-i18n-10.0.5/hu.xpi) = 1cca1121ce2062b78490b2c7801301e7f3dcb2ccc7b1866465e5198ce109d89d +SIZE (xpi/firefox-i18n-10.0.5/hu.xpi) = 253775 +SHA256 (xpi/firefox-i18n-10.0.5/hy-AM.xpi) = cf068f3d4e8e5401664f231b2349990dbb1561ef7a53830f9856c908ea2a2540 +SIZE (xpi/firefox-i18n-10.0.5/hy-AM.xpi) = 445453 +SHA256 (xpi/firefox-i18n-10.0.5/id.xpi) = 713be4252044513df7d16cbf42ac017aae46023a32b2335632bb2e1cc2e8b168 +SIZE (xpi/firefox-i18n-10.0.5/id.xpi) = 236825 +SHA256 (xpi/firefox-i18n-10.0.5/is.xpi) = 74ffdfe66af8b58a6f6b857a9bbf576eab5cbfef6df7e80a70c1ac700a5a08cd +SIZE (xpi/firefox-i18n-10.0.5/is.xpi) = 243068 +SHA256 (xpi/firefox-i18n-10.0.5/it.xpi) = 4d51e867b06b529e2f39f95cb590ca1bf4698e7753e9bc006bb9bfd3f2f3b131 +SIZE (xpi/firefox-i18n-10.0.5/it.xpi) = 212717 +SHA256 (xpi/firefox-i18n-10.0.5/ja.xpi) = 03d4294467b36c75d6bc5b10d532b76d32a3da3941bc736c68f4d5cd5de24ac1 +SIZE (xpi/firefox-i18n-10.0.5/ja.xpi) = 273116 +SHA256 (xpi/firefox-i18n-10.0.5/kk.xpi) = cabf4f3b45fac11c0803b4191a5165c39aea9fc304bbce9fbe5d62f348425303 +SIZE (xpi/firefox-i18n-10.0.5/kk.xpi) = 279779 +SHA256 (xpi/firefox-i18n-10.0.5/kn.xpi) = b746ddcfd8194af57f6b9c625f51ca68fb74c08d6b77e6aabea00e2f5c32984a +SIZE (xpi/firefox-i18n-10.0.5/kn.xpi) = 299831 +SHA256 (xpi/firefox-i18n-10.0.5/ko.xpi) = f143e5a8b5cfc9ea3f87f389d67ec267d2bf162ee7e9b5bf385fb31634a9f0f4 +SIZE (xpi/firefox-i18n-10.0.5/ko.xpi) = 227947 +SHA256 (xpi/firefox-i18n-10.0.5/ku.xpi) = 3a7cbe4b1c236ef6a35eea8f57cb200042a9963c3b1417688e5cc17d75380d09 +SIZE (xpi/firefox-i18n-10.0.5/ku.xpi) = 254711 +SHA256 (xpi/firefox-i18n-10.0.5/lg.xpi) = 45ee07afb3ffb2923f4ee04c248530c59ac9e7b54408fb88e14208cef2590923 +SIZE (xpi/firefox-i18n-10.0.5/lg.xpi) = 247675 +SHA256 (xpi/firefox-i18n-10.0.5/lt.xpi) = 5bacf78c4a6094030787948d471205c9ace095eacda8c1363212e5dae28b55ea +SIZE (xpi/firefox-i18n-10.0.5/lt.xpi) = 330632 +SHA256 (xpi/firefox-i18n-10.0.5/lv.xpi) = df01b75a2fc03f39bf1ad4896c904474681b31a26d242fd6ce0a12909ec7c81b +SIZE (xpi/firefox-i18n-10.0.5/lv.xpi) = 244353 +SHA256 (xpi/firefox-i18n-10.0.5/mai.xpi) = 98c3f2bca57ace5406166a2c9e0d6ca7627c526d7d9b214f317dcc4864e53ce3 +SIZE (xpi/firefox-i18n-10.0.5/mai.xpi) = 279254 +SHA256 (xpi/firefox-i18n-10.0.5/mk.xpi) = 92cba20cd620a18b054f561e8dfb22cbfd9afa643b7c58e53aa20a5f583d872b +SIZE (xpi/firefox-i18n-10.0.5/mk.xpi) = 272940 +SHA256 (xpi/firefox-i18n-10.0.5/ml.xpi) = 229d2f37a991c60a9695d871a3e5e42f2b20c578d4c893d0c0213df2a4234e7e +SIZE (xpi/firefox-i18n-10.0.5/ml.xpi) = 306677 +SHA256 (xpi/firefox-i18n-10.0.5/mr.xpi) = 923b07e6a5bad8e9888201ee98653d4a271d56fe4a4f8ed062027fc583062df7 +SIZE (xpi/firefox-i18n-10.0.5/mr.xpi) = 281459 +SHA256 (xpi/firefox-i18n-10.0.5/nb-NO.xpi) = 5a8cb95afbeadba73bbfd2744b81a778e43a7fb3e96e4945f162be3aae992260 +SIZE (xpi/firefox-i18n-10.0.5/nb-NO.xpi) = 241211 +SHA256 (xpi/firefox-i18n-10.0.5/nl.xpi) = cea9693c535be842ebc15f56cc0713de63e5314e902f40244f218e5016c0e66d +SIZE (xpi/firefox-i18n-10.0.5/nl.xpi) = 242401 +SHA256 (xpi/firefox-i18n-10.0.5/nn-NO.xpi) = 9a565655b65004fd911d59ca4705827f5e93eff6894b686c920425731d962471 +SIZE (xpi/firefox-i18n-10.0.5/nn-NO.xpi) = 242454 +SHA256 (xpi/firefox-i18n-10.0.5/nso.xpi) = 4df6d210dcdc6bbace5318f4a2855298631c2837d206215918e7fc93e52f4fab +SIZE (xpi/firefox-i18n-10.0.5/nso.xpi) = 245696 +SHA256 (xpi/firefox-i18n-10.0.5/or.xpi) = 5a11bb5fdb10ad529cff165172603e141dfdfb23db02375319930bc21499ac01 +SIZE (xpi/firefox-i18n-10.0.5/or.xpi) = 281686 +SHA256 (xpi/firefox-i18n-10.0.5/pa-IN.xpi) = 660e7f0d76737e53efb29922fe7957ea44d363ef590f519087cbc9ae9116a1c9 +SIZE (xpi/firefox-i18n-10.0.5/pa-IN.xpi) = 282146 +SHA256 (xpi/firefox-i18n-10.0.5/pl.xpi) = 40f062f21d7d6addda450a186e6acd0a4b54b0aa79e4f8410c4dfd133af1f379 +SIZE (xpi/firefox-i18n-10.0.5/pl.xpi) = 252048 +SHA256 (xpi/firefox-i18n-10.0.5/pt-BR.xpi) = bd1df43f2456d22d2499870db579d712ef89c1df219d26eba9f747d12a1ff2bb +SIZE (xpi/firefox-i18n-10.0.5/pt-BR.xpi) = 246849 +SHA256 (xpi/firefox-i18n-10.0.5/pt-PT.xpi) = 0980042e46b32bf329ca0defdb67696b254ce880f72cbf8179d55b2c1632759c +SIZE (xpi/firefox-i18n-10.0.5/pt-PT.xpi) = 246477 +SHA256 (xpi/firefox-i18n-10.0.5/rm.xpi) = f33dd039150fdc50a9212d9e7ecaa4651d81fbf81641ffdf16469edcf1acbafd +SIZE (xpi/firefox-i18n-10.0.5/rm.xpi) = 245773 +SHA256 (xpi/firefox-i18n-10.0.5/ro.xpi) = f83b18e2a89e7d99fb13d4c7002c576ca5b54f73364471f078cc4cc38b562665 +SIZE (xpi/firefox-i18n-10.0.5/ro.xpi) = 263252 +SHA256 (xpi/firefox-i18n-10.0.5/ru.xpi) = 5353e18450ff8c2225fdf1db548bce03c8fd7e7119199c2646a5d7f0fd28b63f +SIZE (xpi/firefox-i18n-10.0.5/ru.xpi) = 254985 +SHA256 (xpi/firefox-i18n-10.0.5/si.xpi) = 9067d71510bd552e4f36e49bb9caec77d36465f301d1d9c618f36f94c453798e +SIZE (xpi/firefox-i18n-10.0.5/si.xpi) = 271991 +SHA256 (xpi/firefox-i18n-10.0.5/sk.xpi) = 7f9bfce27a66b59726cf6425fa9717e0eac48fb57097c99c5ffcb04ef7f88431 +SIZE (xpi/firefox-i18n-10.0.5/sk.xpi) = 254290 +SHA256 (xpi/firefox-i18n-10.0.5/sl.xpi) = b6c15b670009c960623bf37cc71980a53bcf519786b77732c398aca89f42bfcd +SIZE (xpi/firefox-i18n-10.0.5/sl.xpi) = 241036 +SHA256 (xpi/firefox-i18n-10.0.5/son.xpi) = 8199e50bebcf1b63a20e63269b80481fb44fcc73da55cca03f116d38e5ab3f47 +SIZE (xpi/firefox-i18n-10.0.5/son.xpi) = 239061 +SHA256 (xpi/firefox-i18n-10.0.5/sq.xpi) = d8ff16265e78b440e2b90eea2b7faa61a5a9b85e048c47e003e8111377a073d6 +SIZE (xpi/firefox-i18n-10.0.5/sq.xpi) = 227698 +SHA256 (xpi/firefox-i18n-10.0.5/sr.xpi) = 10960870ab7ef0322abc5ea47d48fe5e1c10d2f37b859a49352846dee4a968d9 +SIZE (xpi/firefox-i18n-10.0.5/sr.xpi) = 277746 +SHA256 (xpi/firefox-i18n-10.0.5/sv-SE.xpi) = de6b1189dc81f11e88bcb7c3db6a59e63cf120762e96b78ad0f0de6d37f32bb4 +SIZE (xpi/firefox-i18n-10.0.5/sv-SE.xpi) = 278881 +SHA256 (xpi/firefox-i18n-10.0.5/ta-LK.xpi) = e30b425f338b08ed0e0c29f74d48fc6e2c9a052945511de2df0750b09fd2849a +SIZE (xpi/firefox-i18n-10.0.5/ta-LK.xpi) = 290619 +SHA256 (xpi/firefox-i18n-10.0.5/ta.xpi) = c0da467c72143f5ec3d87c94ab1398ce2b35691426b3ac6436b8b80105299248 +SIZE (xpi/firefox-i18n-10.0.5/ta.xpi) = 274057 +SHA256 (xpi/firefox-i18n-10.0.5/te.xpi) = 348c0c06c132dcf65ce65b69e4138a6e6c7c8e4d4d8e8b915d1c189b45db6e23 +SIZE (xpi/firefox-i18n-10.0.5/te.xpi) = 289046 +SHA256 (xpi/firefox-i18n-10.0.5/th.xpi) = aa4ab7b1bf763e026e5786be9d81387c710d894e432e4669fd5c21453be43b11 +SIZE (xpi/firefox-i18n-10.0.5/th.xpi) = 272423 +SHA256 (xpi/firefox-i18n-10.0.5/tr.xpi) = eec9a9fd574bc6b229d91c34f2ac02a2882ff58627fa0619c75f2fc85a3dc72e +SIZE (xpi/firefox-i18n-10.0.5/tr.xpi) = 249918 +SHA256 (xpi/firefox-i18n-10.0.5/uk.xpi) = 2ac149587946e117377de00d9826b5bfe2a0e64ffe1e7cfc3e9d656b0dc84d1f +SIZE (xpi/firefox-i18n-10.0.5/uk.xpi) = 279133 +SHA256 (xpi/firefox-i18n-10.0.5/vi.xpi) = 1fed8c0c60abd723deb2c7d52f508cfb8e673512230bc9c7b796779618be90bc +SIZE (xpi/firefox-i18n-10.0.5/vi.xpi) = 262787 +SHA256 (xpi/firefox-i18n-10.0.5/zh-CN.xpi) = b2161e41b9e82473a06e5ff8e0ed3ee50b479448786826702c08eea1cee2907b +SIZE (xpi/firefox-i18n-10.0.5/zh-CN.xpi) = 256548 +SHA256 (xpi/firefox-i18n-10.0.5/zh-TW.xpi) = 1b7e7b717a40376cc46d71fdf84d5b945d8e68d58e0cccca1ac69fb47f5397f7 +SIZE (xpi/firefox-i18n-10.0.5/zh-TW.xpi) = 257493 +SHA256 (xpi/firefox-i18n-10.0.5/zu.xpi) = be8e314881d4b099b456bea5fede78a08139a91a5703fb24476abbaab3c063f6 +SIZE (xpi/firefox-i18n-10.0.5/zu.xpi) = 246396 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-esr/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox-esr/Makefile,v 1.268 2012/04/30 09:18:05 beat Exp $ +# $FreeBSD: ports/www/firefox-esr/Makefile,v 1.270 2012/06/05 21:17:35 beat Exp $ # PORTNAME= firefox -DISTVERSION= 10.0.4 +DISTVERSION= 10.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-esr/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.4esr.source.tar.bz2) = 9bd156fee8297617935179b2906c69f9b0f3c0ff5273494b5acd27b4fbc5f51c -SIZE (firefox-10.0.4esr.source.tar.bz2) = 75714917 +SHA256 (firefox-10.0.5esr.source.tar.bz2) = c91c0418ad199ea6950a31ad9097ba306970115887b51bbc2a5672edb462179c +SIZE (firefox-10.0.5esr.source.tar.bz2) = 75448904 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-i18n/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.71 2012/04/25 04:51:58 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.73 2012/06/18 17:13:55 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 12.0 +PORTVERSION= 13.0.1 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -18,7 +18,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_FIREFOX= 12 +USE_FIREFOX= 13 USE_XPI= firefox linux-firefox USE_SUBMAKE= yes Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox-i18n/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-12.0/af.xpi) = eb4da7b66f26286917239430a3072afc6c4b00b39e4547271f4f2689888b4f21 -SIZE (xpi/firefox-i18n-12.0/af.xpi) = 248464 -SHA256 (xpi/firefox-i18n-12.0/ak.xpi) = decb84ee6e1119270c30d35da968d1a531eed5525b1b457912207c853a86cecd -SIZE (xpi/firefox-i18n-12.0/ak.xpi) = 249906 -SHA256 (xpi/firefox-i18n-12.0/ar.xpi) = 468f1f5878d3b7be432d28356b0e576c7c92a5c90eaccaf645a4d08dfe4b8096 -SIZE (xpi/firefox-i18n-12.0/ar.xpi) = 273145 -SHA256 (xpi/firefox-i18n-12.0/ast.xpi) = 15c5abb60106834f6c1451f5f848303791f94566651131ab777d646fd5892d77 -SIZE (xpi/firefox-i18n-12.0/ast.xpi) = 236550 -SHA256 (xpi/firefox-i18n-12.0/be.xpi) = e4f3754f48b71ab79520a41cbd5b9aae91ee3d02f9f2638b44ea7d853e25326c -SIZE (xpi/firefox-i18n-12.0/be.xpi) = 250974 -SHA256 (xpi/firefox-i18n-12.0/bg.xpi) = feb0576750ebddbed14744af914fda5ede2562f69177262189fa9015ed8eebce -SIZE (xpi/firefox-i18n-12.0/bg.xpi) = 287480 -SHA256 (xpi/firefox-i18n-12.0/bn-BD.xpi) = 999075230ec5ed063b0896ad178e5a59e8cb5b0e57fc5cd6e595c486084e0578 -SIZE (xpi/firefox-i18n-12.0/bn-BD.xpi) = 298212 -SHA256 (xpi/firefox-i18n-12.0/bn-IN.xpi) = 25f8d6f8a4d5e0a90c29dc10da889b5f47830ad04bd10a780152c4bd084ba6f5 -SIZE (xpi/firefox-i18n-12.0/bn-IN.xpi) = 328484 -SHA256 (xpi/firefox-i18n-12.0/br.xpi) = 3503104d23ce35b373335acd56dd28bf7b733ef4e727f691f33e865fad77bce8 -SIZE (xpi/firefox-i18n-12.0/br.xpi) = 256517 -SHA256 (xpi/firefox-i18n-12.0/bs.xpi) = c046a343d823b2d3b7830b08dcb6a053f712f7f6fd460776f15b40af95c1b6f6 -SIZE (xpi/firefox-i18n-12.0/bs.xpi) = 253727 -SHA256 (xpi/firefox-i18n-12.0/ca.xpi) = 6ad9940a4f5ee9e5e32c70f6bb4c4f536613213cb0e96e59d0c2d95570b50273 -SIZE (xpi/firefox-i18n-12.0/ca.xpi) = 257918 -SHA256 (xpi/firefox-i18n-12.0/cs.xpi) = f1f73c4f07de16d07ad8d96afc9c5219de083f69d6a5ed0a1affc2584794d556 -SIZE (xpi/firefox-i18n-12.0/cs.xpi) = 258608 -SHA256 (xpi/firefox-i18n-12.0/cy.xpi) = 8d1d1886c0026606c49b328b5f07cd872dfcc56d3474ac79959beee6bda8356e -SIZE (xpi/firefox-i18n-12.0/cy.xpi) = 254254 -SHA256 (xpi/firefox-i18n-12.0/da.xpi) = 0b0df62ab04c5ada5febc417cd874ad0df1e68b833fd52e617ef29456184194e -SIZE (xpi/firefox-i18n-12.0/da.xpi) = 248523 -SHA256 (xpi/firefox-i18n-12.0/de.xpi) = c99ca58a51ad3ae516ffe61c255382247c48456532dc53b360e90911bf948b44 -SIZE (xpi/firefox-i18n-12.0/de.xpi) = 257836 -SHA256 (xpi/firefox-i18n-12.0/el.xpi) = dde76bef7b26dee52a0f3d4ffc242e8a1a5472e3a377788a83dabf3afdbeff37 -SIZE (xpi/firefox-i18n-12.0/el.xpi) = 273052 -SHA256 (xpi/firefox-i18n-12.0/en-GB.xpi) = d5495afdbc9fdf6b48872060a7f6a90ae40a17bad58de729bed96ef939c6b8af -SIZE (xpi/firefox-i18n-12.0/en-GB.xpi) = 239433 -SHA256 (xpi/firefox-i18n-12.0/en-US.xpi) = 6551bf25f753dfe3328c1aed983c4dded301d4d52b75b5a580879e5bfb994afc -SIZE (xpi/firefox-i18n-12.0/en-US.xpi) = 239908 -SHA256 (xpi/firefox-i18n-12.0/en-ZA.xpi) = fc4ff55aa78d2e187b68372be92df51ba8359fa22f0b5880bf893b42233bf36a -SIZE (xpi/firefox-i18n-12.0/en-ZA.xpi) = 240286 -SHA256 (xpi/firefox-i18n-12.0/eo.xpi) = 248e5a9bd807602beca516a5f7fd77fe4508a6c293ca92d8c5bc73f40cefdc1f -SIZE (xpi/firefox-i18n-12.0/eo.xpi) = 249474 -SHA256 (xpi/firefox-i18n-12.0/es-AR.xpi) = 67369f5dc9ba075ade26d3fdbdc7a4c0f1dde20ba51e1244f59494d867e770dc -SIZE (xpi/firefox-i18n-12.0/es-AR.xpi) = 254170 -SHA256 (xpi/firefox-i18n-12.0/es-CL.xpi) = dfa75b4458a6543f17e40c9b4047f378b8185fde1fcc89dea0c1938b371516cf -SIZE (xpi/firefox-i18n-12.0/es-CL.xpi) = 256098 -SHA256 (xpi/firefox-i18n-12.0/es-ES.xpi) = 45df2146cc155b4fe12ed6e37f025481435e391c5bba31566a7d2a6a05dbf7ad -SIZE (xpi/firefox-i18n-12.0/es-ES.xpi) = 219732 -SHA256 (xpi/firefox-i18n-12.0/es-MX.xpi) = d2d0cbe422881b9bd158c26c288316f8a64411575980932afbe4533ee6d41a72 -SIZE (xpi/firefox-i18n-12.0/es-MX.xpi) = 220130 -SHA256 (xpi/firefox-i18n-12.0/et.xpi) = 334a8179045643cb5b3a4ce051ad1a7ef1df0ab64282531fde517208f9b37bb5 -SIZE (xpi/firefox-i18n-12.0/et.xpi) = 251664 -SHA256 (xpi/firefox-i18n-12.0/eu.xpi) = 6be0ffa84f7d1e256ba337c12e7774f74ebb67a4ae0feda421c1fb778f8cf4b8 -SIZE (xpi/firefox-i18n-12.0/eu.xpi) = 249943 -SHA256 (xpi/firefox-i18n-12.0/fa.xpi) = 2f11911c6e4dc00e503243e4e837d03939d13fac1a1ae75ebc9971ed3185b101 -SIZE (xpi/firefox-i18n-12.0/fa.xpi) = 282765 -SHA256 (xpi/firefox-i18n-12.0/fi.xpi) = a772cfacbe7977e2025e7e1008612d312186dabd0d9c8af799a6bce4d685321e -SIZE (xpi/firefox-i18n-12.0/fi.xpi) = 252890 -SHA256 (xpi/firefox-i18n-12.0/fr.xpi) = af915009df46a8c513036e18c9513960f2c4d9f73767a7ed5b7f12f069b75391 -SIZE (xpi/firefox-i18n-12.0/fr.xpi) = 259401 -SHA256 (xpi/firefox-i18n-12.0/fy-NL.xpi) = c2e84375c3a704a61606b466cbfef8adc43c1a21e8442c24c7753aca6d7eb8df -SIZE (xpi/firefox-i18n-12.0/fy-NL.xpi) = 255236 -SHA256 (xpi/firefox-i18n-12.0/ga-IE.xpi) = ae96c56669de274fc0e01ad17dab38b1e51ce370871ac79c0780cd5566bd271a -SIZE (xpi/firefox-i18n-12.0/ga-IE.xpi) = 261701 -SHA256 (xpi/firefox-i18n-12.0/gl.xpi) = cadec82c90e55db17ef4243a24ae8e09ab262a9552a41ecd1d87d6e312e8b453 -SIZE (xpi/firefox-i18n-12.0/gl.xpi) = 252522 -SHA256 (xpi/firefox-i18n-12.0/gu-IN.xpi) = a37b94a297360bf5dd27282437214ffd1c2245f5bfa3f69466da2caf5765acb0 -SIZE (xpi/firefox-i18n-12.0/gu-IN.xpi) = 282623 -SHA256 (xpi/firefox-i18n-12.0/he.xpi) = 692e4e81850b090a75f94b84ecc9bdc29eccbb5172064876d96534f6ed25503f -SIZE (xpi/firefox-i18n-12.0/he.xpi) = 275579 -SHA256 (xpi/firefox-i18n-12.0/hi-IN.xpi) = e3ccf80c4cb13057ad793897d8e05f2b08c857c2a4937ab23f666d9fae6465be -SIZE (xpi/firefox-i18n-12.0/hi-IN.xpi) = 289255 -SHA256 (xpi/firefox-i18n-12.0/hr.xpi) = 3b81a5f0d258408af26d5adf3fcbc3eeefc2f2a924649fe14f416bb688d55e69 -SIZE (xpi/firefox-i18n-12.0/hr.xpi) = 253006 -SHA256 (xpi/firefox-i18n-12.0/hu.xpi) = a960fa900823656d9ddae2ce4e99757c3aab3420259ba2a8fe06dda687e9d90f -SIZE (xpi/firefox-i18n-12.0/hu.xpi) = 263597 -SHA256 (xpi/firefox-i18n-12.0/hy-AM.xpi) = 0704e3cfb34f825aae2d9b0eaff54cb63d9374a0644e0ef5c95d3a7287bce7e2 -SIZE (xpi/firefox-i18n-12.0/hy-AM.xpi) = 462337 -SHA256 (xpi/firefox-i18n-12.0/id.xpi) = d0ce98c7bc8e639f7dd4168f2bebd57948d201500229bb2f92fa3d08bc3acdd3 -SIZE (xpi/firefox-i18n-12.0/id.xpi) = 245056 -SHA256 (xpi/firefox-i18n-12.0/is.xpi) = 1f7a48b41112c4ef3a8f9f7e4d4069c246e7f8cd966425f5d16754fabb68675b -SIZE (xpi/firefox-i18n-12.0/is.xpi) = 252739 -SHA256 (xpi/firefox-i18n-12.0/it.xpi) = dcc39c56a5911c019ec7285c5b5d277defe4c896faa1145a55151d474586c108 -SIZE (xpi/firefox-i18n-12.0/it.xpi) = 217024 -SHA256 (xpi/firefox-i18n-12.0/ja.xpi) = e4ba6644f55e11029d120be3d88c98f008c8bd1c7145bb70ad1c51e223c5d8d6 -SIZE (xpi/firefox-i18n-12.0/ja.xpi) = 284143 -SHA256 (xpi/firefox-i18n-12.0/kk.xpi) = 752ceb18ea0a597eaea7afdb18b652568427343f63b4365451f8c2ed80f158bc -SIZE (xpi/firefox-i18n-12.0/kk.xpi) = 290295 -SHA256 (xpi/firefox-i18n-12.0/kn.xpi) = 0d423cdb82df5873497098829f7e5077882ff27f25424bcbc7cac8862fad60c9 -SIZE (xpi/firefox-i18n-12.0/kn.xpi) = 309176 -SHA256 (xpi/firefox-i18n-12.0/ko.xpi) = 35f36af5f59111cdf9a12a9e5a40412acd4981c113a57144ca8ccfa1114323e1 -SIZE (xpi/firefox-i18n-12.0/ko.xpi) = 236487 -SHA256 (xpi/firefox-i18n-12.0/ku.xpi) = 0b55896cae4b38cad2c5f1da68f44ecfc083dcb261f8cffc0c00c7d5d165c616 -SIZE (xpi/firefox-i18n-12.0/ku.xpi) = 264107 -SHA256 (xpi/firefox-i18n-12.0/lg.xpi) = 72049481c1ebf64a571dec9e297ff9e348972d0aaf7959214bf145d801f931dc -SIZE (xpi/firefox-i18n-12.0/lg.xpi) = 257540 -SHA256 (xpi/firefox-i18n-12.0/lt.xpi) = 2d8a34006001e34c28ea72bd4ee9b21985808132323b4f8866093b25feb4cdac -SIZE (xpi/firefox-i18n-12.0/lt.xpi) = 326786 -SHA256 (xpi/firefox-i18n-12.0/lv.xpi) = 394850aeba1f160b7d3b9fe052964723b5bfb9984aa2ea8613569d32e918a4f7 -SIZE (xpi/firefox-i18n-12.0/lv.xpi) = 252510 -SHA256 (xpi/firefox-i18n-12.0/mai.xpi) = bbbd27bb5e2964add283cd48ef2b064c08edc86d299cc4906c98ec76e799e647 -SIZE (xpi/firefox-i18n-12.0/mai.xpi) = 288478 -SHA256 (xpi/firefox-i18n-12.0/mk.xpi) = 33127a01be406f16a201df3890607654c89c23fe322ae2b56031f58a98b92465 -SIZE (xpi/firefox-i18n-12.0/mk.xpi) = 282955 -SHA256 (xpi/firefox-i18n-12.0/ml.xpi) = 09e839edb49d17dc85a1008e2a87777f5fdc47ec1ef733052635ebd3f88974f4 -SIZE (xpi/firefox-i18n-12.0/ml.xpi) = 316444 -SHA256 (xpi/firefox-i18n-12.0/mr.xpi) = bb9fb635ef5db2c28091a35498692b4c19bb11407fb53632b70e0d90d1855be8 -SIZE (xpi/firefox-i18n-12.0/mr.xpi) = 292431 -SHA256 (xpi/firefox-i18n-12.0/nb-NO.xpi) = 155d94444d7aa42cce26b67361b12548298fb412d38d285b6b2c8e2a9bf90103 -SIZE (xpi/firefox-i18n-12.0/nb-NO.xpi) = 250460 -SHA256 (xpi/firefox-i18n-12.0/nl.xpi) = e53962d2edb4ab0fba04e0d5da44cedfa625656b88a3ff778cfab2dd539dded8 -SIZE (xpi/firefox-i18n-12.0/nl.xpi) = 252193 -SHA256 (xpi/firefox-i18n-12.0/nn-NO.xpi) = 293a1bd7e4497be18181c349186e461b8b478a07ae417d67b2af89703088e60c -SIZE (xpi/firefox-i18n-12.0/nn-NO.xpi) = 251584 -SHA256 (xpi/firefox-i18n-12.0/nso.xpi) = 80e3b19980b9bcfeb2754008dece354daa2001a9c16e18f85720b0fe454416a6 -SIZE (xpi/firefox-i18n-12.0/nso.xpi) = 255057 -SHA256 (xpi/firefox-i18n-12.0/or.xpi) = 8e7050a78db20ab5476e483d86c21b901c22c040a5797ad6080a1c8b404e5a28 -SIZE (xpi/firefox-i18n-12.0/or.xpi) = 290264 -SHA256 (xpi/firefox-i18n-12.0/pa-IN.xpi) = 6bf483528825485b7fd6ff8d8b25c63f298db64b3478e8a7e086bc8d4a083c29 -SIZE (xpi/firefox-i18n-12.0/pa-IN.xpi) = 291378 -SHA256 (xpi/firefox-i18n-12.0/pl.xpi) = 84382b1ba9208e9fdcb4529ce8327c9b06ccc78bbfb9535c916781548892b8a2 -SIZE (xpi/firefox-i18n-12.0/pl.xpi) = 260629 -SHA256 (xpi/firefox-i18n-12.0/pt-BR.xpi) = d535c55943207c1edc2d1009f44e74b6cc45c15d32f1b2d32c1d3b2e64384ed5 -SIZE (xpi/firefox-i18n-12.0/pt-BR.xpi) = 256574 -SHA256 (xpi/firefox-i18n-12.0/pt-PT.xpi) = 16bef61dd49c2c9fdc1263576d1e9275c98e94d7ea744cb551a10a9b9e5a7180 -SIZE (xpi/firefox-i18n-12.0/pt-PT.xpi) = 255627 -SHA256 (xpi/firefox-i18n-12.0/rm.xpi) = 166f8bb34182f02cba8c40be376e71118ca492445afeff57986d69e2fd0d913f -SIZE (xpi/firefox-i18n-12.0/rm.xpi) = 254295 -SHA256 (xpi/firefox-i18n-12.0/ro.xpi) = 7866a75276a547669ab8730146258c6b97816be8ea4f822fc67583a1d81ef89c -SIZE (xpi/firefox-i18n-12.0/ro.xpi) = 274172 -SHA256 (xpi/firefox-i18n-12.0/ru.xpi) = 92d9b405ee8a8bafec1e66f123d64214777f33c03c02777dd59dd983aaf53e1c -SIZE (xpi/firefox-i18n-12.0/ru.xpi) = 260118 -SHA256 (xpi/firefox-i18n-12.0/si.xpi) = 2677c8ae40b5622d493dc155a7c47a898a2e3fb38b0b5ecc9845564b4979cd64 -SIZE (xpi/firefox-i18n-12.0/si.xpi) = 281162 -SHA256 (xpi/firefox-i18n-12.0/sk.xpi) = 45260a6aff17e4b7b0e74fb52df4a48358536b2de5a1f9fe898057d629fe6dbe -SIZE (xpi/firefox-i18n-12.0/sk.xpi) = 264523 -SHA256 (xpi/firefox-i18n-12.0/sl.xpi) = f6b08f178fd22f1cc3759394499f094b6a6fcdcfc6d613fd0b42652b81de0c7d -SIZE (xpi/firefox-i18n-12.0/sl.xpi) = 250065 -SHA256 (xpi/firefox-i18n-12.0/son.xpi) = fea2c284d1a24a02b8b4f34f2908f93eb26f4c5434a704a3cb84d0569230c8a7 -SIZE (xpi/firefox-i18n-12.0/son.xpi) = 248902 -SHA256 (xpi/firefox-i18n-12.0/sq.xpi) = 4ec5905d62ff296053b9012068c04f5709bab68f30037665131cb2a190073594 -SIZE (xpi/firefox-i18n-12.0/sq.xpi) = 236402 -SHA256 (xpi/firefox-i18n-12.0/sr.xpi) = 01253e1d754728b17ee44013712dce13ea1729ddc955789d8d4b4a0b803dd644 -SIZE (xpi/firefox-i18n-12.0/sr.xpi) = 287083 -SHA256 (xpi/firefox-i18n-12.0/sv-SE.xpi) = f3abee1c8a17223e09a2244a7c0f9dccd4e57248e2d11dda6d27147209d760d5 -SIZE (xpi/firefox-i18n-12.0/sv-SE.xpi) = 288521 -SHA256 (xpi/firefox-i18n-12.0/ta-LK.xpi) = 7ff216473c220ea102ad5d5115176711eb2174c8f30f5230750a668dbc7730c8 -SIZE (xpi/firefox-i18n-12.0/ta-LK.xpi) = 300642 -SHA256 (xpi/firefox-i18n-12.0/ta.xpi) = b86eb8b79b039de1f7a941d383d568fa384f833267ea9587d98478a10676eaf2 -SIZE (xpi/firefox-i18n-12.0/ta.xpi) = 283894 -SHA256 (xpi/firefox-i18n-12.0/te.xpi) = 102b8dbbddb2e5baa9b9b266e05134a5e0510c150ba905f182f1fbdbaa74fea5 -SIZE (xpi/firefox-i18n-12.0/te.xpi) = 299797 -SHA256 (xpi/firefox-i18n-12.0/th.xpi) = eb4e593e4c49eb0f53d2b819872a8151009d5dc9e755d7814cd1008209c0f1a2 -SIZE (xpi/firefox-i18n-12.0/th.xpi) = 281317 -SHA256 (xpi/firefox-i18n-12.0/tr.xpi) = 34db8d03421bbab2020c5291f77d6a3e09b004c7a963fb0a784e29f20aee19ae -SIZE (xpi/firefox-i18n-12.0/tr.xpi) = 259753 -SHA256 (xpi/firefox-i18n-12.0/uk.xpi) = c4d087a6b3b3b3d2958ffc89eb16f4fe9d8d6f7199ebe44b5a5dcf56209d5c7b -SIZE (xpi/firefox-i18n-12.0/uk.xpi) = 289044 -SHA256 (xpi/firefox-i18n-12.0/vi.xpi) = c9364db25f9f6bf714839b79e8a0440e85be3641403449e5a9db01f301c8222b -SIZE (xpi/firefox-i18n-12.0/vi.xpi) = 272789 -SHA256 (xpi/firefox-i18n-12.0/zh-CN.xpi) = b8963c7658bf3098f09d25c16cff0837651293b740ce909b12eff5a12ac8ee32 -SIZE (xpi/firefox-i18n-12.0/zh-CN.xpi) = 266860 -SHA256 (xpi/firefox-i18n-12.0/zh-TW.xpi) = b1fc8db556c8f6724e0b1798edcfea03f5c140aaa89e2d5078fd9c05cfdcb27f -SIZE (xpi/firefox-i18n-12.0/zh-TW.xpi) = 267735 -SHA256 (xpi/firefox-i18n-12.0/zu.xpi) = 8491b0e6c1f4b5dff38f715d38c44ed267816bb053149193d958c43b6ca65bbb -SIZE (xpi/firefox-i18n-12.0/zu.xpi) = 255708 +SHA256 (xpi/firefox-i18n-13.0.1/af.xpi) = 573398208e394d2c3fba9713370bfb1740dcd3cfb1003bdf8c92c7fd81581ec4 +SIZE (xpi/firefox-i18n-13.0.1/af.xpi) = 253677 +SHA256 (xpi/firefox-i18n-13.0.1/ak.xpi) = 5a79414e59edfd8c2e800cb4336c2dfba4eb2385abf7d215fd86a5a23651179b +SIZE (xpi/firefox-i18n-13.0.1/ak.xpi) = 255636 +SHA256 (xpi/firefox-i18n-13.0.1/ar.xpi) = 7ba52f246dc3bc1e7a3f0e323fd0a66887b1fe138b7dda07731a92d9628d582e +SIZE (xpi/firefox-i18n-13.0.1/ar.xpi) = 279449 +SHA256 (xpi/firefox-i18n-13.0.1/ast.xpi) = c1ec9f5a108c99b3ab0f05626101c30b2fca3df2b7b5533eb9f861952cecdfe8 +SIZE (xpi/firefox-i18n-13.0.1/ast.xpi) = 243590 +SHA256 (xpi/firefox-i18n-13.0.1/be.xpi) = 45d029687377546d2ec4fd1abedacd8808ba66baeb55b693260f0ca622440be9 +SIZE (xpi/firefox-i18n-13.0.1/be.xpi) = 254129 +SHA256 (xpi/firefox-i18n-13.0.1/bg.xpi) = 3f8ae88dbca581759721ec87bd82fbd9945061588b509d922fb37e33e907f240 +SIZE (xpi/firefox-i18n-13.0.1/bg.xpi) = 293780 +SHA256 (xpi/firefox-i18n-13.0.1/bn-BD.xpi) = bc6da9119a5b2368225e2ab5038bcb0879bf005182a9209dcb6e16a1c6112dee +SIZE (xpi/firefox-i18n-13.0.1/bn-BD.xpi) = 304099 +SHA256 (xpi/firefox-i18n-13.0.1/bn-IN.xpi) = 6f699ba65b21da1ca167cc035a7d7a069a1d8686fa5a365d04503a9b37c6b4fa +SIZE (xpi/firefox-i18n-13.0.1/bn-IN.xpi) = 334512 +SHA256 (xpi/firefox-i18n-13.0.1/br.xpi) = ded6dc9c339860f0e3720bce78a84eb77356036457ce900c6d3c62fd188d92f0 +SIZE (xpi/firefox-i18n-13.0.1/br.xpi) = 262696 +SHA256 (xpi/firefox-i18n-13.0.1/bs.xpi) = 74124431289769d6a15359ef691150c5b2ea693cb1c57d4511eed82b2bd09227 +SIZE (xpi/firefox-i18n-13.0.1/bs.xpi) = 259822 +SHA256 (xpi/firefox-i18n-13.0.1/ca.xpi) = 9d26d6eeaebe42800bc80a1fa4a4d2f490ee194edcb0bcb28106c32b12f1d27f +SIZE (xpi/firefox-i18n-13.0.1/ca.xpi) = 264021 +SHA256 (xpi/firefox-i18n-13.0.1/cs.xpi) = 444bbe96a0b3944814c0f5518fc36c970eb4a893823eea2d06b26d4d53819466 +SIZE (xpi/firefox-i18n-13.0.1/cs.xpi) = 265091 +SHA256 (xpi/firefox-i18n-13.0.1/cy.xpi) = 860520af3be2d7a4d800953b828992bbec3251248115bf7b631ec919495fbfe0 +SIZE (xpi/firefox-i18n-13.0.1/cy.xpi) = 256946 +SHA256 (xpi/firefox-i18n-13.0.1/da.xpi) = a48bd40c28fa07f87153d08e91aebdaab3df3705becd6def3246f4bfcb371ee7 +SIZE (xpi/firefox-i18n-13.0.1/da.xpi) = 254520 +SHA256 (xpi/firefox-i18n-13.0.1/de.xpi) = 013c351b0cefec695652a885469b9f543034f880712ba6c23586e460f0d1ac81 +SIZE (xpi/firefox-i18n-13.0.1/de.xpi) = 263951 +SHA256 (xpi/firefox-i18n-13.0.1/el.xpi) = 2cc7e1fad796f853877d22f603738418ea9e8338a3139803b7a41551cbf3f675 +SIZE (xpi/firefox-i18n-13.0.1/el.xpi) = 279000 +SHA256 (xpi/firefox-i18n-13.0.1/en-GB.xpi) = a0be4d2c8ea6cd10387a6229bf65b368e3aa3a56ee5ffd4ae867c09eab350357 +SIZE (xpi/firefox-i18n-13.0.1/en-GB.xpi) = 245758 +SHA256 (xpi/firefox-i18n-13.0.1/en-US.xpi) = 2ccb42dd7217317c09a97c603c1a7046e4acf4913a4135364e5486c1d795c7a4 +SIZE (xpi/firefox-i18n-13.0.1/en-US.xpi) = 245571 +SHA256 (xpi/firefox-i18n-13.0.1/en-ZA.xpi) = 2eb1c680b541ebe4d0f410952a71402a428f0b43e4990f96266f37a8fca49747 +SIZE (xpi/firefox-i18n-13.0.1/en-ZA.xpi) = 245509 +SHA256 (xpi/firefox-i18n-13.0.1/eo.xpi) = d7ac5ce18ca7ff7b75c46ed5260e73758e40bbf0b7fa41a698591b2dea22f3b9 +SIZE (xpi/firefox-i18n-13.0.1/eo.xpi) = 255732 +SHA256 (xpi/firefox-i18n-13.0.1/es-AR.xpi) = d2383c082fa2586583dfee7babd084ae3de5ea66f0cdfdfb3b55337994ad0580 +SIZE (xpi/firefox-i18n-13.0.1/es-AR.xpi) = 260607 +SHA256 (xpi/firefox-i18n-13.0.1/es-CL.xpi) = 46264ce08445c2018a9f87ffca08e8be400d58fc77ccff7af15a631a243f30d8 +SIZE (xpi/firefox-i18n-13.0.1/es-CL.xpi) = 262564 +SHA256 (xpi/firefox-i18n-13.0.1/es-ES.xpi) = 34cee92d7e7453f74bb565ca462f140eb1ad5195cd0f1b17593b0f944153c56c +SIZE (xpi/firefox-i18n-13.0.1/es-ES.xpi) = 222888 +SHA256 (xpi/firefox-i18n-13.0.1/es-MX.xpi) = c53678df51b9b0c13c9c0ca2889a5bf043a7e5481ddc28a50e5b46bcb94d2c51 +SIZE (xpi/firefox-i18n-13.0.1/es-MX.xpi) = 224344 +SHA256 (xpi/firefox-i18n-13.0.1/et.xpi) = 507a4d24685f9b42842d7b0d1ba55130e471b2cf30ecf4a5e3ccaa3dbc3abd3c +SIZE (xpi/firefox-i18n-13.0.1/et.xpi) = 257287 +SHA256 (xpi/firefox-i18n-13.0.1/eu.xpi) = f63a7c20ce3ff30721a3beed814527a9539f2ecd01565e3790e2876a7dde8ae8 +SIZE (xpi/firefox-i18n-13.0.1/eu.xpi) = 255959 +SHA256 (xpi/firefox-i18n-13.0.1/fa.xpi) = 233b00a6c30d0c0cc9e0d6fb14cd8ad6410d9d076ef9b9de47066b2b538bd8ec +SIZE (xpi/firefox-i18n-13.0.1/fa.xpi) = 288638 +SHA256 (xpi/firefox-i18n-13.0.1/fi.xpi) = 6fe28d86dc3672a72bb3f537f21246c08eacc1560658bab3eb25fb4c36790f8a +SIZE (xpi/firefox-i18n-13.0.1/fi.xpi) = 259347 +SHA256 (xpi/firefox-i18n-13.0.1/fr.xpi) = 171fc907ed13e2d4ace9120438801233cf31840f7807f1bc8dce9abcd95b4518 +SIZE (xpi/firefox-i18n-13.0.1/fr.xpi) = 265516 +SHA256 (xpi/firefox-i18n-13.0.1/fy-NL.xpi) = 6069a405f0a13596e762633c969d5491d0d4ce29386a19958ff9cae521c90637 +SIZE (xpi/firefox-i18n-13.0.1/fy-NL.xpi) = 261430 +SHA256 (xpi/firefox-i18n-13.0.1/ga-IE.xpi) = d74eb196fb9c8290d125318da34522b4c7addceba66b08f8565950a3d8fbe33b +SIZE (xpi/firefox-i18n-13.0.1/ga-IE.xpi) = 267946 +SHA256 (xpi/firefox-i18n-13.0.1/gl.xpi) = 5ddfa76dd532bf0194e8ec26ef2926b0d7a7ca8ee6d55aa11b8479e5db047f78 +SIZE (xpi/firefox-i18n-13.0.1/gl.xpi) = 258722 +SHA256 (xpi/firefox-i18n-13.0.1/gu-IN.xpi) = 11cf8de0e743d1775e2a305542c06249e18e409a4627de23d4d03665bb71861b +SIZE (xpi/firefox-i18n-13.0.1/gu-IN.xpi) = 288768 +SHA256 (xpi/firefox-i18n-13.0.1/he.xpi) = 4892c065530389042200dee6aaf459fae1bd2dac1b64996781583368c866ad65 +SIZE (xpi/firefox-i18n-13.0.1/he.xpi) = 282012 +SHA256 (xpi/firefox-i18n-13.0.1/hi-IN.xpi) = 112ed8ad028632a32a0478f0afef784eae8def91b068a15cf6811f9f479c9249 +SIZE (xpi/firefox-i18n-13.0.1/hi-IN.xpi) = 292937 +SHA256 (xpi/firefox-i18n-13.0.1/hr.xpi) = 3003a31da97fb08586a67eb663ba00305b18cfe7e89c5ac1897d0e18161ace48 +SIZE (xpi/firefox-i18n-13.0.1/hr.xpi) = 259464 +SHA256 (xpi/firefox-i18n-13.0.1/hu.xpi) = 9b49927b94fa9b83f40403116a8712bf5072e5054974c2400ffd35d58454ba43 +SIZE (xpi/firefox-i18n-13.0.1/hu.xpi) = 270034 +SHA256 (xpi/firefox-i18n-13.0.1/hy-AM.xpi) = e3f573db9d05e2601c8a7f8d03ad6f937103043569374bab056c485b654f0241 +SIZE (xpi/firefox-i18n-13.0.1/hy-AM.xpi) = 471219 +SHA256 (xpi/firefox-i18n-13.0.1/id.xpi) = ec514955691d46f474dec9b118dc96f96f7e30cb1f5b014d46533f06066ec63d +SIZE (xpi/firefox-i18n-13.0.1/id.xpi) = 251503 +SHA256 (xpi/firefox-i18n-13.0.1/is.xpi) = 54f5b4f118b2d5912ef879d412b7f9df3c224850f65e260d6c7164c6ab33775f +SIZE (xpi/firefox-i18n-13.0.1/is.xpi) = 258750 +SHA256 (xpi/firefox-i18n-13.0.1/it.xpi) = 4dc7d5608cd81a058595f128780d7012b95bbe49d419dcf3dc5ba2c0a3166212 +SIZE (xpi/firefox-i18n-13.0.1/it.xpi) = 220060 +SHA256 (xpi/firefox-i18n-13.0.1/ja.xpi) = 887cd3f7cc3ff063fa1b5bf96c673b9f893c5d3af0c4f2c9047a95fa60979871 +SIZE (xpi/firefox-i18n-13.0.1/ja.xpi) = 290577 +SHA256 (xpi/firefox-i18n-13.0.1/kk.xpi) = 7c0bc4a05559c6818a8c5edf6ade1bc52c44b64508be2d44352ed659d88172b9 +SIZE (xpi/firefox-i18n-13.0.1/kk.xpi) = 296993 +SHA256 (xpi/firefox-i18n-13.0.1/kn.xpi) = 6f2fcebac1b27a7811926475f5a56e142a8ea674e90cf125a2a566d116965b6e +SIZE (xpi/firefox-i18n-13.0.1/kn.xpi) = 316678 +SHA256 (xpi/firefox-i18n-13.0.1/ko.xpi) = f7409dd8ca5fe6a60ddc0c2d18bf753be2b2c6f004e23986dcc6e1ae6ace2825 +SIZE (xpi/firefox-i18n-13.0.1/ko.xpi) = 242337 +SHA256 (xpi/firefox-i18n-13.0.1/ku.xpi) = 4cdafb447bedf816ef22ca449a6a3b4c4c8c6bf044b6b8c9b109d90b4e0fd204 +SIZE (xpi/firefox-i18n-13.0.1/ku.xpi) = 270090 +SHA256 (xpi/firefox-i18n-13.0.1/lg.xpi) = 4ac12b91073ff6f49eae56975cd38d266ac5a5a8728e398be5338dde34950c31 +SIZE (xpi/firefox-i18n-13.0.1/lg.xpi) = 263028 +SHA256 (xpi/firefox-i18n-13.0.1/lt.xpi) = 69391e3c560d3b1b12c7df9dffa62ea77b3970ee226ffc0c0b97421ee25cba95 +SIZE (xpi/firefox-i18n-13.0.1/lt.xpi) = 329583 +SHA256 (xpi/firefox-i18n-13.0.1/lv.xpi) = 78e94ebc1789618e6a7e2b9e59274381dce49a53ab40eb2d2546dce0cfda19b4 +SIZE (xpi/firefox-i18n-13.0.1/lv.xpi) = 258501 +SHA256 (xpi/firefox-i18n-13.0.1/mai.xpi) = bd613a65ab8a399277ee57e18ac0c5d19cf33129bc4e68e5b36949c7823a0050 +SIZE (xpi/firefox-i18n-13.0.1/mai.xpi) = 292745 +SHA256 (xpi/firefox-i18n-13.0.1/mk.xpi) = 2c6dd1ee676c40de4d65ef4fde4e20828ce581a7527d86e371914c2234af5220 +SIZE (xpi/firefox-i18n-13.0.1/mk.xpi) = 288812 +SHA256 (xpi/firefox-i18n-13.0.1/ml.xpi) = 33fb239eae126d8a6dbd598ca28fae9436aba169b26a396686591973785e069a +SIZE (xpi/firefox-i18n-13.0.1/ml.xpi) = 322304 +SHA256 (xpi/firefox-i18n-13.0.1/mr.xpi) = 0008a1d7f89f56f03abb060fa1f9432eece885108f48640fa4d1be1bd61f966a +SIZE (xpi/firefox-i18n-13.0.1/mr.xpi) = 298588 +SHA256 (xpi/firefox-i18n-13.0.1/nb-NO.xpi) = 9094db460f97a7c2339a482ddc3179784861de7329f87af123e7076e0486e483 +SIZE (xpi/firefox-i18n-13.0.1/nb-NO.xpi) = 256932 +SHA256 (xpi/firefox-i18n-13.0.1/nl.xpi) = b518e4ad453e0753c15a5fa324a4bde5ca20532b1eac357a3131775a275c886e +SIZE (xpi/firefox-i18n-13.0.1/nl.xpi) = 258093 +SHA256 (xpi/firefox-i18n-13.0.1/nn-NO.xpi) = 004f99dd25ff1620526a400af93a9d4adda3f0fa4cba29d17364cb26818b43ac +SIZE (xpi/firefox-i18n-13.0.1/nn-NO.xpi) = 258052 +SHA256 (xpi/firefox-i18n-13.0.1/nso.xpi) = ea7909bc6673743072256d82ab3d603d9dd423bc1593e19d702bcc01237a73ca +SIZE (xpi/firefox-i18n-13.0.1/nso.xpi) = 261460 +SHA256 (xpi/firefox-i18n-13.0.1/or.xpi) = 8bae10e427fc96997586d1ce0e9da6da8c02466705424cb8744d575e3faf3af0 +SIZE (xpi/firefox-i18n-13.0.1/or.xpi) = 297594 +SHA256 (xpi/firefox-i18n-13.0.1/pa-IN.xpi) = 36ed9a15404dc434a01f92360113b463295b1d1f3641db6ce6795dac769f4713 +SIZE (xpi/firefox-i18n-13.0.1/pa-IN.xpi) = 297591 +SHA256 (xpi/firefox-i18n-13.0.1/pl.xpi) = 4ff6441ad9c4b30c68ac2629c80cc883dd85622ece3dfb396357defa5d037b06 +SIZE (xpi/firefox-i18n-13.0.1/pl.xpi) = 267109 +SHA256 (xpi/firefox-i18n-13.0.1/pt-BR.xpi) = c1cf8e064c46c304ea9fb8341dc438b3554bc99c2e439ad4c3578d0e3d067095 +SIZE (xpi/firefox-i18n-13.0.1/pt-BR.xpi) = 262553 +SHA256 (xpi/firefox-i18n-13.0.1/pt-PT.xpi) = f8d069588eb76d35a6d2b1546221de576a07952a5df136124cb3999eda421c97 +SIZE (xpi/firefox-i18n-13.0.1/pt-PT.xpi) = 262148 +SHA256 (xpi/firefox-i18n-13.0.1/rm.xpi) = 2e9dc837ec1dc7b5e7d1b515b086d55e054d9e950ac1af076a1fbfe02c1209ec +SIZE (xpi/firefox-i18n-13.0.1/rm.xpi) = 260196 +SHA256 (xpi/firefox-i18n-13.0.1/ro.xpi) = d8e550aeadb1560ae1636e956890cbfeb0623b586cc3b9b0a3a0f6dd6bb1f4b0 +SIZE (xpi/firefox-i18n-13.0.1/ro.xpi) = 280599 +SHA256 (xpi/firefox-i18n-13.0.1/ru.xpi) = d50fefe1935538e6742e9cecc5dc9a8627164d426e9c46c1a6f669d6bca3e328 +SIZE (xpi/firefox-i18n-13.0.1/ru.xpi) = 263853 +SHA256 (xpi/firefox-i18n-13.0.1/si.xpi) = 9fda07b586493b6bbe896db3c64cbb0abae16d944b3ceebfec27dcd2a7dea6af +SIZE (xpi/firefox-i18n-13.0.1/si.xpi) = 288272 +SHA256 (xpi/firefox-i18n-13.0.1/sk.xpi) = 192373a3ca517e9caff0b46baefb8be9482aaea69b2c69cf0819dcfbf643f8ec +SIZE (xpi/firefox-i18n-13.0.1/sk.xpi) = 270688 +SHA256 (xpi/firefox-i18n-13.0.1/sl.xpi) = 16140ed0170c3ee6efec992690b39fe28f02757b5a11076c08c9e3494a6cb74b +SIZE (xpi/firefox-i18n-13.0.1/sl.xpi) = 256285 +SHA256 (xpi/firefox-i18n-13.0.1/son.xpi) = 17c8bce2675a81eee39a7383fbe571b1e3abf92a5472f9e67f21c9fa93d271e4 +SIZE (xpi/firefox-i18n-13.0.1/son.xpi) = 255120 +SHA256 (xpi/firefox-i18n-13.0.1/sq.xpi) = b6818e40d50da2226fb45ce2632a3be7f37fb9e4d9407b0470783d4c1f949ad6 +SIZE (xpi/firefox-i18n-13.0.1/sq.xpi) = 242591 +SHA256 (xpi/firefox-i18n-13.0.1/sr.xpi) = 880ce4375d4e85bd6d3346d722e1c46b55d09aaff03d8bf5dc2d26cc940fa6e5 +SIZE (xpi/firefox-i18n-13.0.1/sr.xpi) = 293379 +SHA256 (xpi/firefox-i18n-13.0.1/sv-SE.xpi) = 1a073e01354972fa53ecae6e834d796d364bf6556cdd01646716add8da8001b0 +SIZE (xpi/firefox-i18n-13.0.1/sv-SE.xpi) = 294426 +SHA256 (xpi/firefox-i18n-13.0.1/ta-LK.xpi) = 22a90e9d2fb574a567bfb9b8d250b81ec6eb9260d21f20c044afb8ba5a1cbc30 +SIZE (xpi/firefox-i18n-13.0.1/ta-LK.xpi) = 306535 +SHA256 (xpi/firefox-i18n-13.0.1/ta.xpi) = 084ffb4be499348bf8dd22d4f6d8a0463c44add4bb0937753b5894b47b6192a3 +SIZE (xpi/firefox-i18n-13.0.1/ta.xpi) = 289742 +SHA256 (xpi/firefox-i18n-13.0.1/te.xpi) = 4a6a75bbe30365d0f6c73ed502b5c05ba78b0af0113304f22adf170860e2d07d +SIZE (xpi/firefox-i18n-13.0.1/te.xpi) = 305062 +SHA256 (xpi/firefox-i18n-13.0.1/th.xpi) = 6a3e76526b21d665cba41c260a0092a1b7ddca120a39bff842cc51436aea41a6 +SIZE (xpi/firefox-i18n-13.0.1/th.xpi) = 288773 +SHA256 (xpi/firefox-i18n-13.0.1/tr.xpi) = 15c0e12c6c4099f572b2127d1893aa927eda10380ea527cf163f502601758f44 +SIZE (xpi/firefox-i18n-13.0.1/tr.xpi) = 266220 +SHA256 (xpi/firefox-i18n-13.0.1/uk.xpi) = 1133c9640d5946bcb9bc85cc19149da34d0c03078e524f07584dd701d14b9e22 +SIZE (xpi/firefox-i18n-13.0.1/uk.xpi) = 295516 +SHA256 (xpi/firefox-i18n-13.0.1/vi.xpi) = e056fb6aecfc7b4123fe2a201b2ae9a172e3d3b70de01bc90e28082e2a88c8f8 +SIZE (xpi/firefox-i18n-13.0.1/vi.xpi) = 278638 +SHA256 (xpi/firefox-i18n-13.0.1/zh-CN.xpi) = 3eb168e34b45601015eee4e240bbd4d0086f4be9e3d3195cc573410fe221a5e9 +SIZE (xpi/firefox-i18n-13.0.1/zh-CN.xpi) = 273175 +SHA256 (xpi/firefox-i18n-13.0.1/zh-TW.xpi) = 921b5a3778893956e0cd71a449dc71083e043bf570cf7a108a09f7b1c152aefd +SIZE (xpi/firefox-i18n-13.0.1/zh-TW.xpi) = 274099 +SHA256 (xpi/firefox-i18n-13.0.1/zu.xpi) = 49ed335f439d1eb7ea5145bd43780edf0e131fb4a623c1e974552fbc4c286741 +SIZE (xpi/firefox-i18n-13.0.1/zu.xpi) = 261912 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.267 2012/04/30 09:18:04 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.273 2012/06/19 18:23:11 beat Exp $ # PORTNAME= firefox -DISTVERSION= 12.0 +DISTVERSION= 13.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -16,7 +16,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ @@ -36,7 +36,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -EXTRA_CFLAGS= -O2 +EXTRA_CFLAGS= -O0 HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (firefox-12.0.source.tar.bz2) = 9a232a10e5803b0e4a85bd986e3e88b87ccde7bdc3363ea7022d5761944dbb1d -SIZE (firefox-12.0.source.tar.bz2) = 78956707 +SHA256 (firefox-13.0.1.source.tar.bz2) = c196d07db249735cbe61949ecafe20b9df262b817b44b8a595d3e6daf2d09be3 +SIZE (firefox-13.0.1.source.tar.bz2) = 79561773 Modified: trunk/www/firefox/files/patch-browser-app-Makefile.in ============================================================================== --- trunk/www/firefox/files/patch-browser-app-Makefile.in Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/files/patch-browser-app-Makefile.in Mon Jun 25 13:01:37 2012 (r798) @@ -1,6 +1,22 @@ ---- browser/app/Makefile.in.orig 2012-02-22 17:06:17.000000000 +0100 -+++ browser/app/Makefile.in 2012-03-07 20:46:17.000000000 +0100 -@@ -66,23 +66,36 @@ +--- browser/app/Makefile.in.orig 2012-05-23 20:56:32.000000000 +0200 ++++ browser/app/Makefile.in 2012-05-27 18:12:41.000000000 +0200 +@@ -56,37 +56,46 @@ + # hardcode en-US for the moment + AB_CD = en-US + +-DEFINES += \ +- -DAB_CD=$(AB_CD) \ +- -DAPP_VERSION="$(MOZ_APP_VERSION)" \ +- -DFIREFOX_ICO=\"$(DIST)/branding/firefox.ico\" \ +- -DDOCUMENT_ICO=\"$(DIST)/branding/document.ico\" \ +- $(NULL) ++DEFINES += -DAB_CD=$(AB_CD) ++ ++APP_VERSION = $(shell cat $(srcdir)/../config/version.txt) ++DEFINES += -DAPP_VERSION="$(APP_VERSION)" + + ifdef LIBXUL_SDK + include $(topsrcdir)/config/rules.mk else # Build a binary bootstrapping with XRE_main @@ -12,10 +28,15 @@ CPPSRCS = nsBrowserApp.cpp - LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre - LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base --LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/build - LOCAL_INCLUDES += -I$(DEPTH)/build +-LOCAL_INCLUDES += \ +- -I$(topsrcdir)/toolkit/xre \ +- -I$(topsrcdir)/xpcom/base \ +- -I$(topsrcdir)/xpcom/build \ +- -I$(DEPTH)/build \ +- $(NULL) ++LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre ++LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base ++LOCAL_INCLUDES += -I$(DEPTH)/build -DEFINES += -DXPCOM_GLUE -STL_FLAGS= @@ -41,7 +62,25 @@ ifdef MOZ_LINKER LIBS += $(ZLIB_LIBS) endif -@@ -157,9 +170,18 @@ +@@ -118,11 +127,17 @@ + else + RCFLAGS += -DMOZ_PHOENIX --include-dir $(srcdir) + endif ++ifdef DEBUG ++RCFLAGS += -DDEBUG ++endif + endif + + ifeq ($(OS_ARCH),OS2) + RESFILE=splashos2.res + RCFLAGS += -DMOZ_PHOENIX ++ifdef DEBUG ++RCFLAGS += -DDEBUG ++endif + RCFLAGS += -DFIREFOX_ICO=\"$(DIST)/branding/firefox-os2.ico\" -DDOCUMENT_ICO=\"$(DIST)/branding/document-os2.ico\" + endif + +@@ -150,15 +165,26 @@ ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH))) @@ -51,14 +90,41 @@ + cat $< | sed -e "s|%MOZAPPDIR%|$(installdir)|" \ + -e "s|%MOZ_APP_DISPLAYNAME%|$(MOZ_APP_DISPLAYNAME)|" > $@ + chmod +x $@ -+ + +libs:: $(MOZ_APP_NAME) + $(INSTALL) $< $(DIST)/bin + +install:: $(MOZ_APP_NAME) + $(SYSINSTALL) $< $(DESTDIR)$(bindir) - ++ +GARBAGE += $(MOZ_APP_NAME) GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js) endif + + endif # LIBXUL_SDK + ++DEFINES += -DFIREFOX_ICO=\"$(DIST)/branding/firefox.ico\" -DDOCUMENT_ICO=\"$(DIST)/branding/document.ico\" ++ + ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2) + libs:: + $(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons +@@ -201,15 +227,17 @@ + rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(MOZ_MACBUNDLE_NAME) --exclude English.lproj + $(MKDIR) -p $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj + rsync -a --exclude "*.in" $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj +- sed -e "s/%APP_VERSION%/$(MOZ_APP_VERSION)/" -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" -e "s/%LOWER_MAC_APP_NAME%/$(LOWER_MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Info.plist ++ sed -e "s/%APP_VERSION%/$(APP_VERSION)/" -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" -e "s/%LOWER_MAC_APP_NAME%/$(LOWER_MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Info.plist + sed -e "s/%MAC_APP_NAME%/$(MAC_APP_NAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv -f UTF-8 -t UTF-16 > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/$(AB).lproj/InfoPlist.strings + rsync -a $(DIST)/bin/ $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES) ++ $(RM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)/mangle $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES)/shlibsign + ifdef LIBXUL_SDK + cp $(LIBXUL_DIST)/bin/$(XR_STUB_NAME) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/firefox + else + $(RM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM) + rsync -aL $(PROGRAM) $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS + endif ++ -cp -L $(DIST)/bin/mangle $(DIST)/bin/shlibsign $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/$(APPFILES) + cp -RL $(DIST)/branding/firefox.icns $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/firefox.icns + cp -RL $(DIST)/branding/document.icns $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources/document.icns + printf APPLMOZB > $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/PkgInfo Modified: trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Mon Jun 25 13:01:37 2012 (r798) @@ -1,13 +1,12 @@ ---- browser/app/nsBrowserApp.cpp 2012-03-13 02:36:38.000000000 +0100 -+++ ../../../firefox-esr/work/mozilla-esr10/browser/app/nsBrowserApp.cpp 2012-03-15 10:17:09.000000000 +0100 -@@ -36,23 +36,14 @@ - * +--- browser/app/nsBrowserApp.cpp.orig 2012-05-23 20:56:32.000000000 +0200 ++++ browser/app/nsBrowserApp.cpp 2012-05-27 18:11:50.000000000 +0200 +@@ -37,38 +37,28 @@ * ***** END LICENSE BLOCK ***** */ + #include "nsXULAppAPI.h" -#include "application.ini.h" -#include "nsXPCOMGlue.h" -#if defined(XP_WIN) -+#include "nsXULAppAPI.h" +#ifdef XP_WIN #include #include @@ -22,11 +21,13 @@ #include #include --#include - #include "plstr.h" - #include "prprf.h" -@@ -63,16 +54,11 @@ ++#include "plstr.h" ++#include "prprf.h" ++#include "prenv.h" ++ + #include "nsCOMPtr.h" + #include "nsILocalFile.h" #include "nsStringGlue.h" #ifdef XP_WIN @@ -45,7 +46,7 @@ static void Output(const char *fmt, ... ) { -@@ -99,12 +85,12 @@ +@@ -95,12 +85,12 @@ { if (*++arg == '-') ++arg; @@ -60,7 +61,7 @@ #endif return false; -@@ -120,35 +106,22 @@ +@@ -116,35 +106,22 @@ ~ScopedLogging() { NS_LogTerm(); } }; @@ -85,7 +86,7 @@ - { nsnull, nsnull } -}; - --static int do_main(const char *exePath, int argc, char* argv[]) +-static int do_main(int argc, char* argv[]) +int main(int argc, char* argv[]) { + ScopedLogging log; @@ -107,7 +108,7 @@ if (appDataFile && *appDataFile) { rv = XRE_GetFileFromPath(appDataFile, getter_AddRefs(appini)); if (NS_FAILED(rv)) { -@@ -168,133 +141,23 @@ +@@ -164,119 +141,23 @@ return 255; } @@ -124,7 +125,6 @@ argc -= 2; } -- int result; - if (appini) { - nsXREAppData *appData; - rv = XRE_CreateAppData(appini, &appData); @@ -132,25 +132,12 @@ - Output("Couldn't read application.ini"); - return 255; - } -- result = XRE_main(argc, argv, appData); +- int result = XRE_main(argc, argv, appData); - XRE_FreeAppData(appData); -- } else { --#ifdef XP_WIN -- // exePath comes from mozilla::BinaryPath::Get, which returns a UTF-8 -- // encoded path, so it is safe to convert it -- rv = NS_NewLocalFile(NS_ConvertUTF8toUTF16(exePath), PR_FALSE, -- getter_AddRefs(appini)); --#else -- rv = NS_NewNativeLocalFile(nsDependentCString(exePath), PR_FALSE, -- getter_AddRefs(appini)); --#endif -- if (NS_FAILED(rv)) { -- return 255; -- } -- result = XRE_main(argc, argv, &sAppData); +- return result; - } - -- return result; +- return XRE_main(argc, argv, &sAppData); -} - -int main(int argc, char* argv[]) @@ -240,7 +227,7 @@ - int result; - { - ScopedLogging log; -- result = do_main(exePath, argc, argv); +- result = do_main(argc, argv); - } - - XPCOMGlueShutdown(); Added: trunk/www/firefox/files/patch-bugzilla-736961 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bugzilla-736961 Mon Jun 25 13:01:37 2012 (r798) @@ -0,0 +1,111 @@ +--- config/rules.mk.orig Wed May 2 05:16:35 2012 ++++ config/rules.mk Fri May 11 08:42:50 2012 +@@ -1479,7 +1487,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS) $(XPIDL_GEN_ + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + @if test -n "$(findstring $*.h, $(EXPORTS))"; \ + then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi + +@@ -1492,7 +1500,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(XPIDL_GE + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ + -I$(topsrcdir)/xpcom/typelib/xpt/tools \ +- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + + # no need to link together if XPIDLSRCS contains only XPIDL_MODULE + ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS))) +--- js/src/config/rules.mk.orig Fri May 11 08:42:57 2012 ++++ js/src/config/rules.mk Fri May 11 08:43:15 2012 +@@ -1479,7 +1479,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS) $(XPIDL_GEN_ + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + @if test -n "$(findstring $*.h, $(EXPORTS))"; \ + then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi + +@@ -1492,7 +1492,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(XPIDL_GE + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ + -I$(topsrcdir)/xpcom/typelib/xpt/tools \ +- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ ++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@ + + # no need to link together if XPIDLSRCS contains only XPIDL_MODULE + ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS))) +--- js/xpconnect/src/Makefile.in.orig Fri May 11 08:43:27 2012 ++++ js/xpconnect/src/Makefile.in Fri May 11 08:44:03 2012 +@@ -151,7 +151,7 @@ dom_quickstubs.cpp: $(srcdir)/dom_quickstubs.qsconf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/qsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output dom_quickstubs.h \ + --stub-output dom_quickstubs.cpp \ + --makedepend-output $(MDDEPDIR)/dom_qsgen.pp \ +@@ -172,7 +172,7 @@ dombindings_gen.h: $(srcdir)/dombindings.conf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dombindingsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output dombindings_gen.h \ + $(srcdir)/dombindings.conf + +@@ -189,7 +189,7 @@ dombindings_gen.cpp: $(srcdir)/dombindings.conf \ + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dombindingsgen.py \ + --idlpath=$(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --stub-output dombindings_gen.cpp \ + --makedepend-output $(MDDEPDIR)/dombindingsgen.pp \ + $(srcdir)/dombindings.conf +@@ -208,7 +208,7 @@ DictionaryHelpers.h: $(srcdir)/dictionary_helper_gen.c + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dictionary_helper_gen.py \ + -I $(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output DictionaryHelpers.h \ + $(srcdir)/dictionary_helper_gen.conf + +@@ -223,7 +223,7 @@ DictionaryHelpers.cpp: $(srcdir)/dictionary_helper_gen + -I$(topsrcdir)/xpcom/idl-parser \ + $(srcdir)/dictionary_helper_gen.py \ + -I $(DEPTH)/dist/idl \ +- --cachedir=$(DEPTH)/xpcom/idl-parser \ ++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \ + --header-output DictionaryHelpers.h \ + --stub-output DictionaryHelpers.cpp \ + --makedepend-output $(MDDEPDIR)/dictionary_helper_gen.pp \ +--- xpcom/idl-parser/Makefile.in.orig Fri May 11 08:44:10 2012 ++++ xpcom/idl-parser/Makefile.in Fri May 11 08:44:29 2012 +@@ -61,7 +61,7 @@ export:: $(PARSER_SRCS) $(PLY_PROGS) + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=. --regen ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache --regen + + check:: + $(PYTHON_PATH) \ +--- xpcom/typelib/xpidl/Makefile.in.orig Fri May 11 08:44:51 2012 ++++ xpcom/typelib/xpidl/Makefile.in Fri May 11 08:45:09 2012 +@@ -48,8 +48,8 @@ SDK_BINARY = \ + $(topsrcdir)/xpcom/idl-parser/xpidl.py \ + $(topsrcdir)/xpcom/idl-parser/header.py \ + $(topsrcdir)/xpcom/idl-parser/typelib.py \ +- $(DEPTH)/xpcom/idl-parser/xpidllex.py \ +- $(DEPTH)/xpcom/idl-parser/xpidlyacc.py \ ++ $(DEPTH)/xpcom/idl-parser/cache/xpidllex.py \ ++ $(DEPTH)/xpcom/idl-parser/cache/xpidlyacc.py \ + $(NULL) + + ifndef MOZ_SYSTEM_PLY Modified: trunk/www/firefox/files/patch-configure.in ============================================================================== --- trunk/www/firefox/files/patch-configure.in Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/files/patch-configure.in Mon Jun 25 13:01:37 2012 (r798) @@ -1,6 +1,6 @@ ---- configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ +--- configure.in.orig 2012-05-23 20:56:34.000000000 +0200 ++++ configure.in 2012-05-27 18:18:25.000000000 +0200 +@@ -1517,7 +1517,7 @@ CPU_ARCH=sparc ;; @@ -9,7 +9,7 @@ CPU_ARCH="$OS_TEST" ;; -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp +@@ -1539,7 +1539,7 @@ dnl =============================================================== INTEL_ARCHITECTURE= case "$OS_TEST" in @@ -18,34 +18,7 @@ INTEL_ARCHITECTURE=1 esac -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS +@@ -4580,7 +4580,7 @@ LDFLAGS=$_SAVE_LDFLAGS LIBS=$_SAVE_LIBS @@ -54,7 +27,7 @@ ZLIB_CFLAGS="-I${ZLIB_DIR}/include" ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" fi -@@ -6022,6 +6024,14 @@ +@@ -5903,6 +5903,14 @@ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" VPX_X86_ASM=1 ;; @@ -69,7 +42,7 @@ SunOS:x86) VPX_ASFLAGS="-f elf32 -rnasm -pnasm" VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then +@@ -6297,6 +6305,14 @@ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" LIBJPEG_TURBO_X64_ASM=1 ;; Added: trunk/www/firefox/files/patch-gfx-ycbcr-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-gfx-ycbcr-Makefile.in Mon Jun 25 13:01:37 2012 (r798) @@ -0,0 +1,21 @@ +--- gfx/ycbcr/Makefile.in~ ++++ gfx/ycbcr/Makefile.in +@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) + else ++ifeq ($(OS_ARCH),FreeBSD) ++CPPSRCS += yuv_row_posix.cpp \ ++ $(NULL) ++else + ifeq ($(OS_ARCH),SunOS) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) +@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ + $(NULL) + endif # Darwin + endif # SunOS ++endif # FreeBSD + endif # linux + endif # windows + \ No newline at end of file Modified: trunk/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp ============================================================================== --- trunk/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp Mon Jun 25 13:01:37 2012 (r798) @@ -1,8 +1,8 @@ ---- xpcom/base/nsStackWalk.cpp.orig 2010-12-15 02:03:41.000000000 +0100 -+++ xpcom/base/nsStackWalk.cpp 2010-12-15 11:28:20.000000000 +0100 -@@ -1137,7 +1137,7 @@ - #define __USE_GNU - #endif +--- xpcom/base/nsStackWalk.cpp.orig 2012-05-29 00:57:31.000000000 +0200 ++++ xpcom/base/nsStackWalk.cpp 2012-06-03 12:33:40.000000000 +0200 +@@ -57,7 +57,7 @@ + }; + static CriticalAddress gCriticalAddress; -#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) +#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__FreeBSD__) Modified: trunk/www/firefox/pkg-descr ============================================================================== --- trunk/www/firefox/pkg-descr Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/firefox/pkg-descr Mon Jun 25 13:01:37 2012 (r798) @@ -1,5 +1,5 @@ Mozilla Firefox is a free and open source web browser descended from the -Mozilla Application Suite. It is small, fast and easy to use, and offers +Mozilla Application Suite. It is small, fast and easy to use, and offers many advanced features: o Popup Blocking Modified: trunk/www/kompozer/Makefile ============================================================================== --- trunk/www/kompozer/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/kompozer/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,13 +2,13 @@ # Date created: August 21, 2004 # Whom: Thierry Thomas # -# $FreeBSD: ports/www/kompozer/Makefile,v 1.50 2011/08/16 18:36:10 flo Exp $ +# $FreeBSD: ports/www/kompozer/Makefile,v 1.51 2012/06/01 05:24:55 dinoex Exp $ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.8b3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/current/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -16,6 +16,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Complete Web Authoring Suite +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png + WANT_GNOME= yes WANT_PERL= yes USE_BZIP2= yes @@ -24,6 +26,7 @@ WRKSRC= ${WRKDIR}/mozilla MAKEFILE= client.mk ALL_TARGET= build_all +#CFLAGS+= -I${LOCALBASE}/include/libpng15 MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-application=composer \ Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/libxul/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,12 @@ # Date created: 2006-02-20 # Whom: Michael Johnson # -# $FreeBSD: ports/www/libxul/Makefile,v 1.35 2012/03/14 11:34:02 beat Exp $ +# $FreeBSD: ports/www/libxul/Makefile,v 1.36 2012/06/01 05:24:56 dinoex Exp $ # PORTNAME= libxul DISTVERSION= 1.9.2.28 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= firefox/releases/3.6.28/source Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-firefox/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 2004-09-17 # Whom: voisine # -# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.93 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.94 2012/06/05 21:17:35 beat Exp $ # PORTNAME= firefox -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-firefox/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.4esr.tar.bz2) = 5a0ca703cc9fed4c02dba868cf99101ca7110a77540f3aba00b44907c686d0a1 -SIZE (firefox-10.0.4esr.tar.bz2) = 17298473 +SHA256 (firefox-10.0.5esr.tar.bz2) = 6d8d4b35c00b582514d7745f3b6e560c09c70732bba8c45374ee6dbc81c084e5 +SIZE (firefox-10.0.5esr.tar.bz2) = 17296995 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-seamonkey/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 1 February 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.60 2012/04/25 05:18:50 beat Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.63 2012/06/19 16:04:18 beat Exp $ # PORTNAME= seamonkey -PORTVERSION= 2.9 +PORTVERSION= 2.10.1 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-seamonkey/Makefile.common Mon Jun 25 13:01:37 2012 (r798) @@ -2,7 +2,7 @@ # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.15 2009/12/12 14:00:35 beat Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.18 2012/06/19 16:04:19 beat Exp $ # CATEGORIES+= linux Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-seamonkey/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.9.tar.bz2) = f887fdc373950427d53f0592cc79d45c7c178a957d8a05adb5b0b8d88fd28bbf -SIZE (seamonkey-2.9.tar.bz2) = 22745213 +SHA256 (seamonkey-2.10.1.tar.bz2) = 6599fdd30fb6f69df1ecabb61ad7fca021a42223afbc266f84c623d65688c031 +SIZE (seamonkey-2.10.1.tar.bz2) = 22910552 Modified: trunk/www/linux-seamonkey/pkg-plist ============================================================================== --- trunk/www/linux-seamonkey/pkg-plist Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/linux-seamonkey/pkg-plist Mon Jun 25 13:01:37 2012 (r798) @@ -124,6 +124,9 @@ @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true @dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/jssubloader/185/resource +@dirrm lib/%%APP_NAME%%/jssubloader/185 +@dirrm lib/%%APP_NAME%%/jssubloader @dirrm lib/%%APP_NAME%%/jsloader/resource @dirrm lib/%%APP_NAME%%/jsloader @dirrm lib/%%APP_NAME%%/isp Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/seamonkey-i18n/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.21 2012/04/25 05:18:50 beat Exp $ +# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.22 2012/05/11 01:57:59 beat Exp $ # PORTNAME= seamonkey-i18n -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/seamonkey-i18n/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,44 +1,44 @@ -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ca.langpack.xpi) = 3586cfe01cb20da7a9ba8f078438d7074011d90a28fbfc29c1976146fcdedc4c -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ca.langpack.xpi) = 816788 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.cs.langpack.xpi) = 1620a68b038bf74356a335be806b02c335dfde5a93467577825a1858287dea1f -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.cs.langpack.xpi) = 821566 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.de.langpack.xpi) = 59d106460542563ae248af3b66c1e1c0e417a78c7185fc65a87438520fafcf89 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.de.langpack.xpi) = 862442 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-GB.langpack.xpi) = 6bf12f8cc1078eda596190546a9c1a9b6d43c4202d9bb674bb62403514e881a4 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-GB.langpack.xpi) = 791747 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-US.langpack.xpi) = b2d22c944f2e3c2b0b67568c312b14dbf85488470975911f3f62fd9f81603159 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-US.langpack.xpi) = 791354 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-AR.langpack.xpi) = 05727b1713ca4e334a2a902723a9b05db644dbba47c039bf607e24c2b243eea7 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-AR.langpack.xpi) = 862276 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-ES.langpack.xpi) = 9b017d6e97cdc02cd9641ce80bf49e590a53dd9735df51dc37c803b72a96447e -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-ES.langpack.xpi) = 791378 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fi.langpack.xpi) = 108c11f8d3020226a4b986fbb8a12a819130aeecbaff24905acdf3f8ba2a59a2 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fi.langpack.xpi) = 811710 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fr.langpack.xpi) = 5f435c9576b9c2a543abdb71ab1d2e47f8cadd2eccad42b985a67da6799d355b -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fr.langpack.xpi) = 817436 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.hu.langpack.xpi) = bb2ac4ece752d7d5def11717be2029fdf7a0a23a282e7815db71b2f3d1854c29 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.hu.langpack.xpi) = 836335 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.it.langpack.xpi) = a026a4cda726df8c1cd473931fdadbb682cc0e3aa0603d67ca7bdd04da674cc7 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.it.langpack.xpi) = 741586 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja-JP-mac.langpack.xpi) = 4680b0ca6619330ff1e04d8b382f0ea090b13364b5a2844d0d1d3c1c5d7245ec -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja-JP-mac.langpack.xpi) = 891826 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja.langpack.xpi) = dc986500e97558a4154c8e795bbb6f2090d52c8e724a0a3ee58260f69d7a00ae -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja.langpack.xpi) = 867235 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.lt.langpack.xpi) = 8229d0411a87d550d31cb7452b1671c6bc645d51dcb69e83b9ebf9bca349707f -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.lt.langpack.xpi) = 935533 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nb-NO.langpack.xpi) = 634880b73641033e24453c04b5a3b8ca7d88ba7812228cef58f5921abcc352a0 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nb-NO.langpack.xpi) = 810285 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nl.langpack.xpi) = 927ae08f5b312940b5412b52deea56771da9c1f6b7812dab868f85945912d8cc -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nl.langpack.xpi) = 808494 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pl.langpack.xpi) = 0c4db3e733808403428281c05ec454809e78374b7b8654d3d3e21f80e33dbd2a -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pl.langpack.xpi) = 832375 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pt-PT.langpack.xpi) = b2a17ff2312b5eae95f87a3d8d18f3cd81afcdd99ad8a8807643716144517602 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pt-PT.langpack.xpi) = 847905 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ru.langpack.xpi) = 02eae91a197815f0dffc568144d39786979834903528e8b0d7250e35d6defa0b -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ru.langpack.xpi) = 895673 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sk.langpack.xpi) = 4776d13bebda0fc62ad50e500314df69d53957a2ebe420eb7aa55de4b3db6b02 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sk.langpack.xpi) = 845682 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sv-SE.langpack.xpi) = a4e16dc0640ade710ae3cdafc5121dbdb7e11233744dbb2495cd85dc476087a1 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sv-SE.langpack.xpi) = 873453 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.tr.langpack.xpi) = 0f60e19042df5352326a0a40760f00368ee1ab9628ae877e68a64079403b7d34 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.tr.langpack.xpi) = 812532 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = b08f59c866fcedad3f56907ba58403e8412056b2e86579bdc46eb13a89d64af5 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = 816788 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 8d45826f882d885030d3a0c6d42fdbdc055dcd056e1d19c545fdbbd72e3f805a +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 821567 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 9ba90ae3d9bb6c37524dd9ad1c7e7b4a08cd9cbdf27ae32d6aa812c1678d8a09 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 862443 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 13d5830aec455c4426e6ea2a57f5eb1ddd230fdb781267016b12376576251096 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 791747 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = dc9252e2dbd775bd96998b12b1b7d9df44225ea762d6679300b0fd524f4c937a +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = 791354 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 64e31013c2d1eb3a354595d83ae3ab66f28c94496d2752a3e4cc93c1e260de35 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 862277 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = fccab4832cd33833f12ed7537af1c597df7ca917725bafd77ac94c05dde3d61d +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = 791379 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 6e462e2cba5f8f06a45e3d88f0c4f0fff54b1d12ac55aff5f71615226cfca9d1 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 811711 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 33314c8b1774e3e9ac68c95556d9ee7ae548786f944add0af57958221f1b0eda +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 817437 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = ac80b79fa8939172872196ddd33fb867f2814d4956e647d1d65abf310ba2c31e +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = 836335 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 7907090f60e287ef9120e0d626c10a54d1ce0f45cb5688c8a0681616400cd311 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 741586 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 2de0984e97284b909a9e88d5fea974f133566e5c9f706425291ee08ad132a970 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 891827 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 16d7f9eca6cab4b9bf9241c9a9499fedc7629b7f41a177fae0a171363db5b57c +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 867236 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = f2212afb392f79d1443c23ce3a2bec0f7fc481c7cad9ef9c92585176a3b46aaa +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = 935534 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = c909f0a13208710323765680e72bfc80a6abf5a670d05c0eb262f87d2e66afbc +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = 810284 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 8b24996c45b6198a06f883232b445b04651d0c6e0b5e5974370ecda6e96c572b +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 808494 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 328bd252d599c2ff98342488d8ff9f9f4ef368f792a03743bea3947c79dc661e +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 832375 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = d6b37cd0e93b36bd94d1b402f1a145fef3722244b47a61e818a83149cfbbdf8c +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = 847906 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = ee09e9708f456e23e16c52eaf64690bb7380703e6d655b836c97144014033294 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = 895673 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 0261c0334354e48e70b4b67b8cb6ba4eadeb8584fafc30c4840bbc4321b18acd +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 845683 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = a50b14efaf1c782b536178105c31e9c5afbe762e85daec02cd3df8745240d2f6 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = 873454 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 2bd704fe8bd2760cb89f06fcceb377a76c53d0d1186af3fe83aba27c94d1e9ef +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 812532 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/seamonkey/Makefile Mon Jun 25 13:01:37 2012 (r798) @@ -2,11 +2,12 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.324 2012/04/25 05:18:49 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.326 2012/06/01 05:25:02 dinoex Exp $ # PORTNAME= seamonkey -DISTVERSION= 2.9 +DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Sun Jun 24 05:41:11 2012 (r797) +++ trunk/www/seamonkey/distinfo Mon Jun 25 13:01:37 2012 (r798) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.9.source.tar.bz2) = d3be08bbd8f7a3f20f650bfe32ee51c3618a07b5852336a1f3595e37c14311fb -SIZE (seamonkey-2.9.source.tar.bz2) = 102265124 +SHA256 (seamonkey-2.9.1.source.tar.bz2) = 1d6e65569bb2d9643c746a1aff3b3515ff56565014e95316b19e0731df9c65ac +SIZE (seamonkey-2.9.1.source.tar.bz2) = 102164308 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 13:06:09 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68E681065672 for ; Mon, 25 Jun 2012 13:06:09 +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 03FE28FC23 for ; Mon, 25 Jun 2012 13:06:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5PD68PL063929 for ; Mon, 25 Jun 2012 13:06:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5PD62F3063378 for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 13:06:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Jun 2012 13:06:02 GMT Message-Id: <201206251306.q5PD62F3063378@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] r799 - branches/experimental/Mk 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, 25 Jun 2012 13:06:09 -0000 Author: beat Date: Mon Jun 25 13:06:02 2012 New Revision: 799 Log: - Sync FF and TB versions with ports - Re-add a check if Thunderbird binary exist which was accidentally removed in rev 1.57. - Remove obsolte FF version conditionals Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Mon Jun 25 13:01:37 2012 (r798) +++ branches/experimental/Mk/bsd.gecko.mk Mon Jun 25 13:06:02 2012 (r799) @@ -182,7 +182,7 @@ # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 10+ 12+ 10 12+ +# Available values: yes 10+ 13+ 10 13+ # NOTE: # default value 10 is used in case of USE_FIREFOX=yes # @@ -204,7 +204,7 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 10+ 12+ 10 12 +# Available values: yes 10+ 13+ 10 13 # NOTE: # default value 10 is used in case of USE_THUNDERBIRD=yes # @@ -224,11 +224,11 @@ .endif _FIREFOX_DEFAULT_VERSION= 10 -_FIREFOX_VERSIONS= 10 12 -_FIREFOX_RANGE_VERSIONS= 10+ 12+ +_FIREFOX_VERSIONS= 10 13 +_FIREFOX_RANGE_VERSIONS= 10+ 13+ # For specifying [10, ..]+ -_FIREFOX_12P= 12 ${_FIREFOX_10P} +_FIREFOX_13P= 13 ${_FIREFOX_10P} _FIREFOX_10P= 10 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -239,13 +239,7 @@ # Setting/finding Firefox version we want. .if exists(${LOCALBASE}/bin/firefox) _TMP_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla Firefox \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' -.if ${_TMP_VER} >= 100 _FIREFOX_VER:= ${_TMP_VER:C/([0-9][0-9]).*/\1/} -.else -_FIREFOX_VER= ${_TMP_VER} -.endif -.elif exists(${LOCALBASE}/bin/firefox3) -_FIREFOX_VER!= ${LOCALBASE}/bin/firefox3 --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla Firefox \([0-9]\)\.\([0-9]*\).*/\1\2/' .endif # Check if installed Firefox version matches the wanted one @@ -282,7 +276,7 @@ # Dependence lines for different Firefox versions 10_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -12_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +13_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -374,11 +368,11 @@ .endif _THUNDERBIRD_DEFAULT_VERSION= 10 -_THUNDERBIRD_VERSIONS= 10 12 -_THUNDERBIRD_RANGE_VERSIONS= 10+ 12+ +_THUNDERBIRD_VERSIONS= 10 13 +_THUNDERBIRD_RANGE_VERSIONS= 10+ 13+ # For specifying [10, ..]+ -_THUNDERBIRD_12P= 12 ${_THUNDERBIRD_10P} +_THUNDERBIRD_13P= 13 ${_THUNDERBIRD_10P} _THUNDERBIRD_10P= 10 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given @@ -387,8 +381,10 @@ .endif # Setting/finding Thunderbird version we want. +.if exists(${LOCALBASE}/bin/thunderbird) _TMP_VER!= ${LOCALBASE}/bin/thunderbird --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/ Thunderbird \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' _THUNDERBIRD_VER:= ${_TMP_VER:C/([0-9][0-9]).*/\1/} +.endif # Check if installed Thunderbird version matches the wanted one .if defined(_THUNDERBIRD_VER) @@ -423,7 +419,7 @@ # Dependence lines for different Thunderbird versions 10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird-esr -12_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +13_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird # Add dependencies .if defined(USE_THUNDERBIRD) From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 13:30:26 2012 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 CB76C106566C; Mon, 25 Jun 2012 13:30:26 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A06008FC21; Mon, 25 Jun 2012 13:30:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PDUQhE014356; Mon, 25 Jun 2012 13:30:26 GMT (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PDUQFM014347; Mon, 25 Jun 2012 13:30:26 GMT (envelope-from kan) Date: Mon, 25 Jun 2012 13:30:26 GMT Message-Id: <201206251330.q5PDUQFM014347@freefall.freebsd.org> To: kan@FreeBSD.org, kan@FreeBSD.org, gecko@FreeBSD.org From: kan@FreeBSD.org Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC 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, 25 Jun 2012 13:30:26 -0000 Synopsis: Firefox/Thunderbird fail to build with system GCC State-Changed-From-To: closed->open State-Changed-By: kan State-Changed-When: Mon Jun 25 13:28:40 UTC 2012 State-Changed-Why: 'Fix build with base gcc by lowering the optimization level' This counts as a proper fix somehow? http://www.freebsd.org/cgi/query-pr.cgi?pr=169389 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 14:00:18 2012 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 F39821065670 for ; Mon, 25 Jun 2012 14:00:17 +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 B8E768FC0A for ; Mon, 25 Jun 2012 14:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PE0Hcj041473 for ; Mon, 25 Jun 2012 14:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PE0HN2041472; Mon, 25 Jun 2012 14:00:17 GMT (envelope-from gnats) Date: Mon, 25 Jun 2012 14:00:17 GMT Message-Id: <201206251400.q5PE0HN2041472@freefall.freebsd.org> To: gecko@FreeBSD.org From: Volodymyr Kostyrko Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volodymyr Kostyrko List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 14:00:18 -0000 The following reply was made to PR ports/169389; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-followup@FreeBSD.org, kan@FreeBSD.org Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC Date: Mon, 25 Jun 2012 16:51:59 +0300 Hi all. GCC 4.2.1 is rather a nice mess and known for generation of bad code with higher optimization levels. So yes, this looks quite logical for me. -- Sphinx of black quartz judge my vow. From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 14:45:10 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A22D1065677 for ; Mon, 25 Jun 2012 14:45:10 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 131F78FC1A for ; Mon, 25 Jun 2012 14:45:09 +0000 (UTC) Received: from tor19.anonymizer.ccc.de ([31.172.30.2]:51610 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SjAXJ-001zHu-6A for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 10:45:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:To:From; bh=Zs0S8UAGmlxbgBfwME+jZEK5ni9Pirtf2rjNI3/M+7Q=; b=l9kOrLlV5GhwnluMQjEfO15bJp053wLE4Z3FKXTfTmmGY9DFNguk/NC7Pk8urLC5/fO2TYp0sEcefvNfpmwx9cxVjJUJVz3BZleUbWFljD99+W3j8j/rjEDratJ3jQ/YcyUYk+j9YBKjtsMD9AMEIiO+8IcXeT/Mj8Y+hntxqNY=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SjAVP-0000ep-To for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 14:43:10 +0000 From: Jan Beich To: freebsd-gecko@freebsd.org In-Reply-To: <201206251301.q5PD1bSe049809@trillian.chruetertee.ch> (svn-freebsd-gecko@chruetertee.ch's message of "Mon, 25 Jun 2012 13:01:37 GMT") Date: Mon, 25 Jun 2012 12:43:18 -0200 References: <201206251301.q5PD1bSe049809@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SjAVP-0000ep-To@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [SVN-Commit] r798 - in trunk: Mk devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n mail/thunderbird/files mail/thunderbird3 mail/thunderbird3-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox/files www/firefox36 www/firefox36-i18n www/kompozer www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n 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, 25 Jun 2012 14:45:10 -0000 svn-freebsd-gecko@chruetertee.ch writes: > Author: beat > Date: Mon Jun 25 13:01:37 2012 > New Revision: 798 > > Log: > - Sync trunk with ports > > Modified: [...] > trunk/www/firefox/pkg-descr > trunk/www/kompozer/Makefile > trunk/www/libxul/Makefile Can you sync missing files, too? At least one is www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 14:51:09 2012 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 4FF7C1065686 for ; Mon, 25 Jun 2012 14:51:09 +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 CAB2D8FC26 for ; Mon, 25 Jun 2012 14:51:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5PEp7q3098651 for ; Mon, 25 Jun 2012 14:51:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5PEp2CT098544 for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 14:51:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Jun 2012 14:51:02 GMT Message-Id: <201206251451.q5PEp2CT098544@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] r800 - trunk/www/kompozer/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, 25 Jun 2012 14:51:09 -0000 Author: beat Date: Mon Jun 25 14:51:02 2012 New Revision: 800 Log: - Add missing file Reported by: jbeich Added: trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp Added: trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp Mon Jun 25 14:51:02 2012 (r800) @@ -0,0 +1,65 @@ +--- modules/libpr0n/decoders/png/nsPNGDecoder.cpp.orig 2009-05-02 18:39:49.000000000 +0200 ++++ modules/libpr0n/decoders/png/nsPNGDecoder.cpp 2012-05-09 13:14:57.000000000 +0200 +@@ -171,7 +171,7 @@ + } + + // we need to do the setjmp here otherwise bad things will happen +- if (setjmp(decoder->mPNG->jmpbuf)) { ++ if (setjmp(png_jmpbuf(decoder->mPNG))) { + png_destroy_read_struct(&decoder->mPNG, &decoder->mInfo, NULL); + + decoder->mError = PR_TRUE; +@@ -227,7 +227,7 @@ + if (width > MOZ_PNG_MAX_DIMENSION || height > MOZ_PNG_MAX_DIMENSION) { + nsPNGDecoder *decoder = NS_STATIC_CAST(nsPNGDecoder*, + png_get_progressive_ptr(png_ptr)); +- longjmp(decoder->mPNG->jmpbuf, 1); ++ longjmp(png_jmpbuf(decoder->mPNG), 1); + } + #undef MOZ_PNG_MAX_DIMENSION + +@@ -307,7 +307,7 @@ + + decoder->mImage = do_CreateInstance("@mozilla.org/image/container;1"); + if (!decoder->mImage) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + decoder->mImageLoad->SetImage(decoder->mImage); + +@@ -319,7 +319,7 @@ + + decoder->mFrame = do_CreateInstance("@mozilla.org/gfx/image/frame;2"); + if (!decoder->mFrame) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + gfx_format format; + +@@ -341,7 +341,7 @@ + // then initalize the frame and append it to the container + nsresult rv = decoder->mFrame->Init(0, 0, width, height, format, 24); + if (NS_FAILED(rv)) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + decoder->mImage->AppendFrame(decoder->mFrame); + +@@ -362,7 +362,7 @@ + decoder->ibpr = bpr; + decoder->interlacebuf = (PRUint8 *)nsMemory::Alloc(decoder->ibpr*height); + if (!decoder->interlacebuf) { +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + } + } + +@@ -555,7 +555,7 @@ + error_callback(png_structp png_ptr, png_const_charp error_msg) + { + PR_LOG(gPNGLog, PR_LOG_ERROR, ("libpng error: %s\n", error_msg)); +- longjmp(png_ptr->jmpbuf, 1); ++ longjmp(png_jmpbuf(png_ptr), 1); + } + + From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 14:52:04 2012 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 B6A90106566B for ; Mon, 25 Jun 2012 14:52:04 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) by mx1.freebsd.org (Postfix) with ESMTP id 69FE18FC16 for ; Mon, 25 Jun 2012 14:52:04 +0000 (UTC) Received: by qchj9 with SMTP id j9so2500356qch.37 for ; Mon, 25 Jun 2012 07:52:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=7cJ8yqYlrHL3D+cH+1SEfBuVqmEpcAJreo981oeHwtg=; b=Gz7X/BinngTYNWPd9vbsgjk8Pwvd0GvpBcRDGUu0oQiBoD9/1n+HT+GqXYy0YddFo3 Y2H9rTGmfQBFJoqECGEpnzxLzguYeLrfsxFRVJti5Vlup8waKe1UboAXt/Li+KhtnZty irCLpa5xRqrT3A7J0zJLSeWYWbTv2kXNdDlFh7GD/9Dw/+PrWObbBZUQUKo4eelfheXP Qw16boUsz+61B6Fs1gP0qHc4ZBfsujncUBm9P49+2F3g1EK/N42r+cz8zjbInIRKVVqY 1JNSvAzF+pkdwlpCwKURjyuYpdYBaHKwIZlrWsKkeoCq0se9YgqIKsG4gFHT/c/dDBLt 24MQ== MIME-Version: 1.0 Received: by 10.224.72.210 with SMTP id n18mr21142372qaj.10.1340635923840; Mon, 25 Jun 2012 07:52:03 -0700 (PDT) Sender: beat.gaetzi@gmail.com Received: by 10.229.89.71 with HTTP; Mon, 25 Jun 2012 07:52:03 -0700 (PDT) Date: Mon, 25 Jun 2012 16:52:03 +0200 X-Google-Sender-Auth: WJNeuNprhluUcRyjlbKb6kl43PI Message-ID: From: Beat Gaetzi To: Jan Beich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r798 - in trunk: Mk devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n mail/thunderbird/files mail/thunderbird3 mail/thunderbird3-i18n security/ca_ 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, 25 Jun 2012 14:52:04 -0000 2012/6/25 Jan Beich : > svn-freebsd-gecko@chruetertee.ch writes: > >> Author: beat >> Date: Mon Jun 25 13:01:37 2012 >> New Revision: 798 >> >> Log: >> - Sync trunk with ports >> >> Modified: > [...] >> =A0 =A0trunk/www/firefox/pkg-descr >> =A0 =A0trunk/www/kompozer/Makefile >> =A0 =A0trunk/www/libxul/Makefile > > Can you sync missing files, too? At least one is > > =A0www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp Fixed. No idea why the sync script missed this one... Thanks, Beat From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 16:02:23 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF2BC1065673 for ; Mon, 25 Jun 2012 16:02:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 071CF8FC18 for ; Mon, 25 Jun 2012 16:02:22 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA18221 for ; Mon, 25 Jun 2012 19:02:15 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4FE88B87.1040405@FreeBSD.org> Date: Mon, 25 Jun 2012 19:02:15 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120610 Thunderbird/13.0 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: mail/thunderbird: build process is not restartable? 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, 25 Jun 2012 16:02:23 -0000 As you might know I like to hack on things, so I appreciate an ability to re-start a build process :-) It seems that patch-bugzilla-736961 breaks that ability for mail/thunderbird in my environment: $ make ... gmake[6]: Entering directory `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' /usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/config/nsinstall -D ../../../dist/sdk/bin/ply /usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/config/nsinstall -R -m 755 ../../../other-licenses/ply/ply/__init__.py ../../../other-licenses/ply/ply/lex.py ../../../other-licenses/ply/ply/yacc.py ../../../dist/sdk/bin/ply gmake[7]: Entering directory `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' gmake[7]: *** No rule to make target `../../../xpcom/idl-parser/cache/xpidllex.py', needed by `libs'. Stop. $ find /usr/obj/ports/$PWD/work/comm-release -name xpidllex.py /usr/obj/ports//usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/idl-parser/xpidllex.py My thunderbird port is at version 13.0.1. The problem seems to happen only if I interrupt and restart the build. But I am actually not sure about this as the build currently always fails for me with a different error. Hmm, I wonder if the last chunk of that patch is correct or if it is a result of mechanical string replacement. -- Andriy Gapon From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 17:15:21 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A91BF10657D1 for ; Mon, 25 Jun 2012 17:15:21 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 65B588FC19 for ; Mon, 25 Jun 2012 17:15:21 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q5PHFFbJ068264 for ; Mon, 25 Jun 2012 13:15:20 -0400 (EDT) (envelope-from andy@neu.net) Date: Mon, 25 Jun 2012 13:15:15 -0400 (EDT) From: AN To: freebsd-gecko@freebsd.org In-Reply-To: <201206221902.q5MJ2KkJ083430@trillian.chruetertee.ch> Message-ID: References: <201206221902.q5MJ2KkJ083430@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Subject: Re: [SVN-Commit] r790 - in branches/experimental: Mk www/firefox-nightly www/firefox-nightly/files 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, 25 Jun 2012 17:15:21 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #22 r237334: Wed Jun 20 15:33:00 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 linux-f10-flashplugin-11.2r202.236 Adobe Flash Player NPAPI Plugin After updating today it seems that the flash plugin is broken for me. It had been working fine up till now. Is anyone else experiencing this? firefox-nightly-16.0.97387,1 Web browser based on the browser portion of Mozilla From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 18:10:11 2012 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 07524106564A for ; Mon, 25 Jun 2012 18:10:11 +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 E6DCC8FC17 for ; Mon, 25 Jun 2012 18:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PIAAnH073856 for ; Mon, 25 Jun 2012 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PIAAUL073855; Mon, 25 Jun 2012 18:10:10 GMT (envelope-from gnats) Date: Mon, 25 Jun 2012 18:10:10 GMT Message-Id: <201206251810.q5PIAAUL073855@freefall.freebsd.org> To: gecko@FreeBSD.org From: Alexander Kabaev Cc: Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Kabaev List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 18:10:11 -0000 The following reply was made to PR ports/169389; it has been noted by GNATS. From: Alexander Kabaev To: Volodymyr Kostyrko Cc: bug-followup@FreeBSD.org, kan@FreeBSD.org Subject: Re: ports/169389: Firefox/Thunderbird fail to build with system GCC Date: Mon, 25 Jun 2012 14:00:50 -0400 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 25, 2012 at 04:51:59PM +0300, Volodymyr Kostyrko wrote: > Hi all. >=20 > GCC 4.2.1 is rather a nice mess and known for generation of bad code=20 > with higher optimization levels. So yes, this looks quite logical for me. >=20 > --=20 > Sphinx of black quartz judge my vow. Every compiler and compiler version has bugs. Should we make ports _never_ use anything more than -O just in case? After all, that was the official project stance on toolchain for a while. --=20 Alexander Kabaev --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iD8DBQFP6KdSQ6z1jMm+XZYRAmmqAJ9CpWKhgbzKXLlQ2bjtEN9OxU6LjQCgkmPz fiAXHpn6RB4+OT+jsp74KmM= =4gRv -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 21:04:20 2012 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 BDEFD106566C for ; Mon, 25 Jun 2012 21:04:20 +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 477B58FC0C for ; Mon, 25 Jun 2012 21:04:20 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5PL4IPe011968 for ; Mon, 25 Jun 2012 21:04:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5PL4CUO011532 for freebsd-gecko@freebsd.org; Mon, 25 Jun 2012 21:04:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Jun 2012 21:04:12 GMT Message-Id: <201206252104.q5PL4CUO011532@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] r801 - branches/experimental/www/firefox-nightly 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, 25 Jun 2012 21:04:21 -0000 Author: jbeich Date: Mon Jun 25 21:04:12 2012 New Revision: 801 Log: add a target to make trivial updates easier, e.g. $ make update && make makesum && make all deinstall install Added: branches/experimental/www/firefox-nightly/Makefile.hgrev Modified: branches/experimental/www/firefox-nightly/Makefile Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Mon Jun 25 14:51:02 2012 (r800) +++ branches/experimental/www/firefox-nightly/Makefile Mon Jun 25 21:04:12 2012 (r801) @@ -59,8 +59,6 @@ OPTIONS_DEFINE= PGO PGO_DESC= Enable Profile-Guided Optimization -HGREV= 97387:93439ef24979 - .if ${USE_MOZILLA:M-nss} OBJDIR_BUILD= yes .endif @@ -174,4 +172,10 @@ ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} @${CAT} ${PKGMESSAGE} +update: + @${FETCH_CMD} -qo- http://hg.mozilla.org/mozilla-central/rev/tip \ + | ${SED} -n '/title/ { s|.*changeset |HGREV= |; \ + s| Makefile.hgrev + +.include "Makefile.hgrev" .include Added: branches/experimental/www/firefox-nightly/Makefile.hgrev ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-nightly/Makefile.hgrev Mon Jun 25 21:04:12 2012 (r801) @@ -0,0 +1 @@ +HGREV= 97387:93439ef24979 From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 21:11:00 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17B6A1065672 for ; Mon, 25 Jun 2012 21:11:00 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id C98978FC1C for ; Mon, 25 Jun 2012 21:10:59 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q5PLAqYu068774 for ; Mon, 25 Jun 2012 17:10:58 -0400 (EDT) (envelope-from andy@neu.net) Date: Mon, 25 Jun 2012 17:10:52 -0400 (EDT) From: AN To: freebsd-gecko@freebsd.org In-Reply-To: <201206252104.q5PL4CUO011532@trillian.chruetertee.ch> Message-ID: References: <201206252104.q5PL4CUO011532@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Subject: Re: [SVN-Commit] r801 - branches/experimental/www/firefox-nightly 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, 25 Jun 2012 21:11:00 -0000 On Mon, 25 Jun 2012, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Mon Jun 25 21:04:12 2012 > New Revision: 801 > > Log: > add a target to make trivial updates easier, e.g. > > $ make update && make makesum && make all deinstall install > > Added: > branches/experimental/www/firefox-nightly/Makefile.hgrev > Modified: > branches/experimental/www/firefox-nightly/Makefile > > Modified: branches/experimental/www/firefox-nightly/Makefile > ============================================================================== > --- branches/experimental/www/firefox-nightly/Makefile Mon Jun 25 14:51:02 2012 (r800) > +++ branches/experimental/www/firefox-nightly/Makefile Mon Jun 25 21:04:12 2012 (r801) > @@ -59,8 +59,6 @@ > OPTIONS_DEFINE= PGO > PGO_DESC= Enable Profile-Guided Optimization > > -HGREV= 97387:93439ef24979 > - > .if ${USE_MOZILLA:M-nss} > OBJDIR_BUILD= yes > .endif > @@ -174,4 +172,10 @@ > ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} > @${CAT} ${PKGMESSAGE} > > +update: > + @${FETCH_CMD} -qo- http://hg.mozilla.org/mozilla-central/rev/tip \ > + | ${SED} -n '/title/ { s|.*changeset |HGREV= |; \ > + s| Makefile.hgrev > + > +.include "Makefile.hgrev" > .include > > Added: branches/experimental/www/firefox-nightly/Makefile.hgrev > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ branches/experimental/www/firefox-nightly/Makefile.hgrev Mon Jun 25 21:04:12 2012 (r801) > @@ -0,0 +1 @@ > +HGREV= 97387:93439ef24979 > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" > Jan: What is the procedure to use this? Now, I do make in my local FF nightly directory. Should I use Makefile.hgrev now? Thanks in advance From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 25 21:13:32 2012 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 14270106566B for ; Mon, 25 Jun 2012 21:13:32 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id C698F8FC0A for ; Mon, 25 Jun 2012 21:13:31 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q5PLDSm7068800; Mon, 25 Jun 2012 17:13:30 -0400 (EDT) (envelope-from andy@neu.net) Date: Mon, 25 Jun 2012 17:13:28 -0400 (EDT) From: AN To: Jan Beich In-Reply-To: <1SjGTi-0008XJ-3o@internal.tormail.org> Message-ID: References: <201206221902.q5MJ2KkJ083430@trillian.chruetertee.ch> <1SjGTi-0008XJ-3o@internal.tormail.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r790 - in branches/experimental: Mk www/firefox-nightly www/firefox-nightly/files 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, 25 Jun 2012 21:13:32 -0000 On Mon, 25 Jun 2012, Jan Beich wrote: > AN writes: > >> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #22 r237334: Wed Jun >> 20 15:33:00 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL >> amd64 >> > > FreeBSD 10.0-CURRENT #0 r237484: Sat Jun 23 17:09:02 UTC 2012 foo@bar:/s/FOO amd64 > >> linux-f10-flashplugin-11.2r202.236 Adobe Flash Player NPAPI Plugin > > same version and works fine, Nightly built with clang > >> >> After updating today it seems that the flash plugin is broken for me. >> It had been working fine up till now. Is anyone else experiencing >> this? > > Try disabling dom.ipc.plugins.enabled, building with clang or commenting > out jemalloc3 ifdef in the port's Makefile. > >> >> >> firefox-nightly-16.0.97387,1 Web browser based on the browser portion >> of Mozilla > > firefox-nightly-16.0.97562,1 - trivial update as described in r800. > Thanks for the reply. Sorry for the noise, I fixed it. It works fine now, my mistake. From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 05:47:24 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 187331065673 for ; Tue, 26 Jun 2012 05:47:24 +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 914CE8FC12 for ; Tue, 26 Jun 2012 05:47:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q5lLxp006647 for ; Tue, 26 Jun 2012 05:47:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q5lGwZ006176 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 05:47:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 05:47:16 GMT Message-Id: <201206260547.q5Q5lGwZ006176@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] r802 - in branches/experimental: Mk www/firefox-esr www/libxul 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, 26 Jun 2012 05:47:24 -0000 Author: jbeich Date: Tue Jun 26 05:47:16 2012 New Revision: 802 Log: formatting Modified: branches/experimental/Mk/bsd.gecko.mk branches/experimental/www/firefox-esr/Makefile branches/experimental/www/libxul/Makefile Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Mon Jun 25 21:04:12 2012 (r801) +++ branches/experimental/Mk/bsd.gecko.mk Tue Jun 26 05:47:16 2012 (r802) @@ -480,6 +480,7 @@ # MOZ_EXPORT Environment variables for the build process (added # to .mozconfig). If NOMOZCONFIG is defined, you # probably want to set MAKE_ENV+=${MOZ_EXPORT} +# # MOZ_CHROME A variable for the --enable-chrome-format= in # CONFIGURE_ARGS. The default is omni. # Modified: branches/experimental/www/firefox-esr/Makefile ============================================================================== --- branches/experimental/www/firefox-esr/Makefile Mon Jun 25 21:04:12 2012 (r801) +++ branches/experimental/www/firefox-esr/Makefile Tue Jun 26 05:47:16 2012 (r802) @@ -93,7 +93,7 @@ .endif .if !empty(CXX:M*clang++*) -CXXFLAGS+= -Wno-return-type-c-linkage +CXXFLAGS+= -Wno-return-type-c-linkage .endif .if ${CXXFLAGS:M-stdlib=libc++} Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Mon Jun 25 21:04:12 2012 (r801) +++ branches/experimental/www/libxul/Makefile Tue Jun 26 05:47:16 2012 (r802) @@ -73,7 +73,7 @@ .endif .if !empty(CXX:M*clang++*) -CXXFLAGS+= -Wno-return-type-c-linkage +CXXFLAGS+= -Wno-return-type-c-linkage .endif .if ${CXXFLAGS:M-stdlib=libc++} From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:01:53 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BB30106566B for ; Tue, 26 Jun 2012 06:01: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 9928E8FC0C for ; Tue, 26 Jun 2012 06:01:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q61pu0007196 for ; Tue, 26 Jun 2012 06:01:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q61krJ006180 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:01:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:01:46 GMT Message-Id: <201206260601.q5Q61krJ006180@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] r804 - in branches/experimental/www: firefox-beta/files firefox-esr/files firefox-nightly/files 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, 26 Jun 2012 06:01:53 -0000 Author: jbeich Date: Tue Jun 26 06:01:46 2012 New Revision: 804 Log: prune run-mozilla.sh patch, only used by libxul port Deleted: branches/experimental/www/firefox-beta/files/patch-build_unix_run-mozilla.sh branches/experimental/www/firefox-esr/files/patch-build_unix_run-mozilla.sh branches/experimental/www/firefox-nightly/files/patch-build_unix_run-mozilla.sh branches/experimental/www/firefox/files/patch-build_unix_run-mozilla.sh Deleted: branches/experimental/www/firefox-beta/files/patch-build_unix_run-mozilla.sh ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-build_unix_run-mozilla.sh Tue Jun 26 06:01:46 2012 (r803) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} Deleted: branches/experimental/www/firefox-esr/files/patch-build_unix_run-mozilla.sh ============================================================================== --- branches/experimental/www/firefox-esr/files/patch-build_unix_run-mozilla.sh Tue Jun 26 06:01:46 2012 (r803) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} Deleted: branches/experimental/www/firefox-nightly/files/patch-build_unix_run-mozilla.sh ============================================================================== --- branches/experimental/www/firefox-nightly/files/patch-build_unix_run-mozilla.sh Tue Jun 26 06:01:46 2012 (r803) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} Deleted: branches/experimental/www/firefox/files/patch-build_unix_run-mozilla.sh ============================================================================== --- branches/experimental/www/firefox/files/patch-build_unix_run-mozilla.sh Tue Jun 26 06:01:46 2012 (r803) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:05:14 2012 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 423AF1065672 for ; Tue, 26 Jun 2012 06:05:14 +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 709128FC0C for ; Tue, 26 Jun 2012 06:05:13 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q65C9s020991 for ; Tue, 26 Jun 2012 06:05: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 q5Q656Mk014074 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:05:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:05:06 GMT Message-Id: <201206260605.q5Q656Mk014074@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] r806 - in branches/experimental: Mk devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-i18n www/firefox-nightly www/kompozer www/kompozer/files www/libxul19 www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n 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, 26 Jun 2012 06:05:14 -0000 Author: jbeich Date: Tue Jun 26 06:05:06 2012 New Revision: 806 Log: sync experimental branch with ports Added: branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp Modified: branches/experimental/Mk/bsd.gecko.mk branches/experimental/devel/nspr/Makefile branches/experimental/devel/nspr/distinfo branches/experimental/devel/nspr/files/patch-..::configure branches/experimental/devel/nspr/files/patch-config-nsprc.pc.in branches/experimental/devel/nspr/files/patch-tests branches/experimental/mail/linux-thunderbird/Makefile branches/experimental/mail/linux-thunderbird/distinfo branches/experimental/mail/thunderbird-esr-i18n/Makefile branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird-i18n/Makefile branches/experimental/mail/thunderbird-i18n/distinfo branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird/distinfo branches/experimental/security/ca_root_nss/Makefile branches/experimental/security/ca_root_nss/distinfo branches/experimental/security/nss/Makefile branches/experimental/security/nss/distinfo branches/experimental/www/firefox-esr/Makefile branches/experimental/www/firefox-i18n/Makefile branches/experimental/www/firefox-i18n/distinfo branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/firefox/distinfo branches/experimental/www/kompozer/Makefile branches/experimental/www/libxul19/Makefile branches/experimental/www/linux-firefox/Makefile branches/experimental/www/linux-firefox/distinfo branches/experimental/www/linux-seamonkey/Makefile branches/experimental/www/linux-seamonkey/Makefile.common branches/experimental/www/linux-seamonkey/distinfo branches/experimental/www/linux-seamonkey/pkg-plist branches/experimental/www/seamonkey-i18n/Makefile branches/experimental/www/seamonkey-i18n/distinfo branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/Mk/bsd.gecko.mk Tue Jun 26 06:05:06 2012 (r806) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.59 2012/06/01 05:15:42 dinoex Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.62 2012/06/09 08:28:37 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! Modified: branches/experimental/devel/nspr/Makefile ============================================================================== --- branches/experimental/devel/nspr/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/devel/nspr/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,12 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/devel/nspr/Makefile,v 1.48 2012/02/20 21:46:16 flo Exp $ +# $FreeBSD: ports/devel/nspr/Makefile,v 1.50 2012/06/05 18:16:15 flo Exp $ # $MCom: ports-experimental/devel/nspr/Makefile,v 1.6 2008/03/12 13:06:56 ahze Exp $ PORTNAME= nspr -DISTVERSION= 4.9 +DISTVERSION= 4.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= MOZILLA MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src Modified: branches/experimental/devel/nspr/distinfo ============================================================================== --- branches/experimental/devel/nspr/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/devel/nspr/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.9.tar.gz) = ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a -SIZE (nspr-4.9.tar.gz) = 1218528 +SHA256 (nspr-4.9.1.tar.gz) = 5b696b80a3254aa0e5c7f0614b6bb9b14c483df46af66c792993e3d853568d17 +SIZE (nspr-4.9.1.tar.gz) = 1172951 Modified: branches/experimental/devel/nspr/files/patch-..::configure ============================================================================== --- branches/experimental/devel/nspr/files/patch-..::configure Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/devel/nspr/files/patch-..::configure Tue Jun 26 06:05:06 2012 (r806) @@ -21,12 +21,4 @@ ;; *-netbsd*) if test "$ac_cv_have_dash_pthread" = "yes"; then -@@ -6694,6 +6689,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+ config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile Modified: branches/experimental/devel/nspr/files/patch-config-nsprc.pc.in ============================================================================== --- branches/experimental/devel/nspr/files/patch-config-nsprc.pc.in Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/devel/nspr/files/patch-config-nsprc.pc.in Tue Jun 26 06:05:06 2012 (r806) @@ -1,13 +1,10 @@ ---- ../config/nspr.pc.in.orig Thu Aug 4 21:38:50 2005 -+++ ../config/nspr.pc.in Thu Aug 4 21:38:59 2005 -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSPR -+Description: The Netscape Portable Runtime -+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ +--- ../config/nspr.pc.in.orig 2012-05-19 00:26:17.000000000 +0200 ++++ ../config/nspr.pc.in 2012-06-05 16:19:31.000000000 +0200 +@@ -6,5 +6,5 @@ + Name: NSPR + Description: The Netscape Portable Runtime + Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ +-Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ +-Cflags: -I@includedir@ +Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ @OS_LIBS@ +Cflags: -I${includedir} Modified: branches/experimental/devel/nspr/files/patch-tests ============================================================================== --- branches/experimental/devel/nspr/files/patch-tests Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/devel/nspr/files/patch-tests Tue Jun 26 06:05:06 2012 (r806) @@ -148,24 +148,6 @@ + (long)retVal, (long)PR_GetError()); exit(1); } ---- ../pr/tests/op_noacc.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/op_noacc.c Tue Jul 12 01:40:22 2005 -@@ -82,5 +82,5 @@ - PR_STDIO_INIT(); - err01 = PR_Open("err01.tmp", PR_CREATE_FILE | PR_RDWR, 0); -- if (err01 == NULL) -+ if (err01 == NULL) { - if (PR_GetError() == PR_NO_ACCESS_RIGHTS_ERROR) { - printf ("error code is %d\n",PR_GetError()); -@@ -92,3 +92,7 @@ - return 1; - } --} -+ } else { -+ perror("err01.tmp"); -+ return 2; -+ } -+} --- ../pr/tests/peek.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/peek.c Tue Jul 12 01:41:44 2005 @@ -168,5 +168,5 @@ @@ -1841,36 +1823,44 @@ + (void*)(intptr_t)PR_SecondsToInterval(secs), PR_PRIORITY_NORMAL, threadScopes[i], PR_JOINABLE_THREAD, 0); if (threads[idx] == NULL) { ---- ../pr/tests/zerolen.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/zerolen.c Mon Jul 25 23:04:19 2005 -@@ -78,5 +78,5 @@ +--- ../pr/tests/zerolen.c.orig 2012-03-06 14:14:33.000000000 +0100 ++++ ../pr/tests/zerolen.c 2012-06-04 13:39:40.000000000 +0200 +@@ -45,7 +45,7 @@ + { PRFileDesc *sock; PRNetAddr addr; - PRUint16 port = (PRUint16) arg; + PRUint16 port = (PRUint16)(uintptr_t)arg; char buf[1024]; PRInt32 nbytes; -@@ -157,5 +157,5 @@ + +@@ -127,7 +127,7 @@ + * First test PR_Writev. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { -@@ -198,5 +198,5 @@ + fprintf(stderr, "PR_CreateThread failed\n"); +@@ -171,7 +171,7 @@ + * Then test PR_Write. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { -@@ -237,5 +237,5 @@ + fprintf(stderr, "PR_CreateThread failed\n"); +@@ -216,7 +216,7 @@ + * Finally test PR_Send. */ clientThread = PR_CreateThread(PR_USER_THREAD, - ClientThread, (void *) PR_ntohs(PR_NetAddrInetPort(&addr)), + ClientThread, (void *)(uintptr_t)PR_ntohs(PR_NetAddrInetPort(&addr)), PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0); if (NULL == clientThread) { + fprintf(stderr, "PR_CreateThread failed\n"); --- ../pr/tests/runtests.sh Sun Apr 25 11:01:02 2004 +++ ../pr/tests/runtests.sh Tue Jul 26 00:01:35 2005 @@ -85,7 +85,4 @@ Modified: branches/experimental/mail/linux-thunderbird/Makefile ============================================================================== --- branches/experimental/mail/linux-thunderbird/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/linux-thunderbird/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 17 April 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.55 2012/04/24 20:53:36 beat Exp $ +# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.56 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr Modified: branches/experimental/mail/linux-thunderbird/distinfo ============================================================================== --- branches/experimental/mail/linux-thunderbird/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/linux-thunderbird/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.4esr.tar.bz2) = 2909502ae5ce80f0c945e0fb671e9180beeaa97f378563632a531a35f3644ba0 -SIZE (thunderbird-10.0.4esr.tar.bz2) = 18525433 +SHA256 (thunderbird-10.0.5esr.tar.bz2) = 38258c5357ff398bb8ebcd7eb4749269b81f44915994b72c781c3688a431e441 +SIZE (thunderbird-10.0.5esr.tar.bz2) = 18569797 Modified: branches/experimental/mail/thunderbird-esr-i18n/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-esr-i18n/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird-esr-i18n/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird-esr-i18n/Makefile,v 1.63 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-esr-i18n/Makefile,v 1.64 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird-i18n Modified: branches/experimental/mail/thunderbird-esr/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-esr/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird-esr/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird-esr/Makefile,v 1.149 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-esr/Makefile,v 1.151 2012/06/06 21:54:37 beat Exp $ # PORTNAME= thunderbird Modified: branches/experimental/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-i18n/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird-i18n/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.63 2012/04/25 04:51:59 beat Exp $ +# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.65 2012/06/19 18:27:39 beat Exp $ # PORTNAME= thunderbird-i18n -PORTVERSION= 12.0 +PORTVERSION= 13.0.1 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -27,7 +27,7 @@ .endif NO_BUILD= yes -USE_THUNDERBIRD= 12 +USE_THUNDERBIRD= 13 USE_XPI= thunderbird linux-thunderbird THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ Modified: branches/experimental/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/experimental/mail/thunderbird-i18n/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird-i18n/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-12.0/ar.xpi) = 98b08101a7a0ffd6af607f16814aaca5cdd304fe1b14842add231a4c27fe3dff -SIZE (xpi/thunderbird-i18n-12.0/ar.xpi) = 442461 -SHA256 (xpi/thunderbird-i18n-12.0/br.xpi) = a8192a6ab711eb0893ee7183baeb63fe3d7e0ee70f7b360ec709d96b40562655 -SIZE (xpi/thunderbird-i18n-12.0/br.xpi) = 415803 -SHA256 (xpi/thunderbird-i18n-12.0/ca.xpi) = e9c0a307c2f2922b7499f81c57e788d6f4455ad07cde91a3693f45f9f1635acd -SIZE (xpi/thunderbird-i18n-12.0/ca.xpi) = 416424 -SHA256 (xpi/thunderbird-i18n-12.0/cs.xpi) = 2b32f0ac5b05860f0295b11aa09e04234e63b384614b9153e92f036b51b7bb14 -SIZE (xpi/thunderbird-i18n-12.0/cs.xpi) = 419795 -SHA256 (xpi/thunderbird-i18n-12.0/da.xpi) = aef7b41681b5bfc2b64e0fcd34608b144466418fe638a1336cf020b7011a8117 -SIZE (xpi/thunderbird-i18n-12.0/da.xpi) = 363729 -SHA256 (xpi/thunderbird-i18n-12.0/de.xpi) = f8cb1d821f633f788a784a739e9f1a9a8137bf17c88e49065a65fdcab087ea7c -SIZE (xpi/thunderbird-i18n-12.0/de.xpi) = 418610 -SHA256 (xpi/thunderbird-i18n-12.0/en-GB.xpi) = f070031fc69267b03804c4e6b3d2f11a7a7a04ee1d6e3f688f60f3a8a0068dc5 -SIZE (xpi/thunderbird-i18n-12.0/en-GB.xpi) = 391879 -SHA256 (xpi/thunderbird-i18n-12.0/en-US.xpi) = 0bc2688d886c85450707f3c71a89f87ddb411c9df9f410dfde51662d60138df8 -SIZE (xpi/thunderbird-i18n-12.0/en-US.xpi) = 391389 -SHA256 (xpi/thunderbird-i18n-12.0/es-AR.xpi) = 080bc68df883cf042cda09952b7bf39d59afa4b4b9fb572e9fcf1d5ec21d408c -SIZE (xpi/thunderbird-i18n-12.0/es-AR.xpi) = 411066 -SHA256 (xpi/thunderbird-i18n-12.0/es-ES.xpi) = b47de5911c34de205f8f904b5dacf8ffded9bf88174ab04c4a886ad7ac273f7a -SIZE (xpi/thunderbird-i18n-12.0/es-ES.xpi) = 355293 -SHA256 (xpi/thunderbird-i18n-12.0/et.xpi) = 01dc12cd5f3a2cc952ef4349ec2f97137da701896526b0722e320cdb46b55f8d -SIZE (xpi/thunderbird-i18n-12.0/et.xpi) = 411101 -SHA256 (xpi/thunderbird-i18n-12.0/eu.xpi) = 27cf2efe410f8f60560d1dc448acce58f0eda56f2cf9ea303349b55863575cac -SIZE (xpi/thunderbird-i18n-12.0/eu.xpi) = 406755 -SHA256 (xpi/thunderbird-i18n-12.0/fi.xpi) = 49113e0b6e59ce714c809ef4cb634164ffdab00334fee546155d65bfe1f72ec3 -SIZE (xpi/thunderbird-i18n-12.0/fi.xpi) = 412215 -SHA256 (xpi/thunderbird-i18n-12.0/fr.xpi) = f1ce9df9fc66716407c1c92b907f5c3794b5bfd41d0feb30be41213b2350d2a5 -SIZE (xpi/thunderbird-i18n-12.0/fr.xpi) = 414944 -SHA256 (xpi/thunderbird-i18n-12.0/fy-NL.xpi) = 3fa0b20f35ac167e21a6fb7518cbfd16b1d4250b0e1ec5df46331b7e87cf69db -SIZE (xpi/thunderbird-i18n-12.0/fy-NL.xpi) = 414172 -SHA256 (xpi/thunderbird-i18n-12.0/ga-IE.xpi) = d28cbcf4696a4479a523db55ebfe1a6c71c317779241f3ccd9cfdfbce281d4ff -SIZE (xpi/thunderbird-i18n-12.0/ga-IE.xpi) = 423395 -SHA256 (xpi/thunderbird-i18n-12.0/gd.xpi) = 666726e67481a9035b1979197b3974269e4829dfd9468557771c3957d5545186 -SIZE (xpi/thunderbird-i18n-12.0/gd.xpi) = 426218 -SHA256 (xpi/thunderbird-i18n-12.0/gl.xpi) = f2864e9a868d426ca2d01e8d8a26e37fc0916513dcf6938e3446919f0682b273 -SIZE (xpi/thunderbird-i18n-12.0/gl.xpi) = 409585 -SHA256 (xpi/thunderbird-i18n-12.0/he.xpi) = 1c4aad1b4848292fa67aaac03c103810f70bc5f003e6cf86cfcdff2d7a04004a -SIZE (xpi/thunderbird-i18n-12.0/he.xpi) = 440659 -SHA256 (xpi/thunderbird-i18n-12.0/hu.xpi) = 2375635fb65fe2cdac99779fd5dd84bec760cd4e62c4439bb4bed9ceacd94f20 -SIZE (xpi/thunderbird-i18n-12.0/hu.xpi) = 426697 -SHA256 (xpi/thunderbird-i18n-12.0/is.xpi) = 6d1fe0733e769e1fb2b1322c341b7429dd5cf7f4ac8b8e38e45681b641738f80 -SIZE (xpi/thunderbird-i18n-12.0/is.xpi) = 412894 -SHA256 (xpi/thunderbird-i18n-12.0/it.xpi) = 398a02f0759d3323fac229e7d4abdb1969ca0191e93482701b35adeca24b345d -SIZE (xpi/thunderbird-i18n-12.0/it.xpi) = 347707 -SHA256 (xpi/thunderbird-i18n-12.0/ja.xpi) = 030a59eaa22dbf86e0d5365e83ec877ede33d10c0436cfe36c56972575130622 -SIZE (xpi/thunderbird-i18n-12.0/ja.xpi) = 460229 -SHA256 (xpi/thunderbird-i18n-12.0/ko.xpi) = ca1e7abc128e412aabf33cc40b6554ed503b44209b266e11b0b6366901fefadc -SIZE (xpi/thunderbird-i18n-12.0/ko.xpi) = 372416 -SHA256 (xpi/thunderbird-i18n-12.0/lt.xpi) = 5b9f2197242bdde08ca688e831d6ee2659afc3cddc8ca8d83b9472a9a45a1203 -SIZE (xpi/thunderbird-i18n-12.0/lt.xpi) = 514441 -SHA256 (xpi/thunderbird-i18n-12.0/nb-NO.xpi) = 3f1ac82c2cc0c60e6623d98ccf6d6c0112c99a8a1bac0e8fd9d34c25cfc6bcc6 -SIZE (xpi/thunderbird-i18n-12.0/nb-NO.xpi) = 407993 -SHA256 (xpi/thunderbird-i18n-12.0/nl.xpi) = 1eaf8420b313cdc472574bbf8aad2d305a3ac0bb2df913245be70c5a1e39afca -SIZE (xpi/thunderbird-i18n-12.0/nl.xpi) = 408295 -SHA256 (xpi/thunderbird-i18n-12.0/nn-NO.xpi) = 412bfa014f989d75906543ef7d448f5c6a1729f4f1b5dec440e6fe07df11e734 -SIZE (xpi/thunderbird-i18n-12.0/nn-NO.xpi) = 409737 -SHA256 (xpi/thunderbird-i18n-12.0/pl.xpi) = fa9367d7d9b63cf0007a46ce55b9e96e59266fd5f2f44d5875dba0a2f90c1e95 -SIZE (xpi/thunderbird-i18n-12.0/pl.xpi) = 394211 -SHA256 (xpi/thunderbird-i18n-12.0/pt-BR.xpi) = e0060b3bd5187bd214f40822b524590377ea3cee0559653f2eee38f0bec9f35f -SIZE (xpi/thunderbird-i18n-12.0/pt-BR.xpi) = 417523 -SHA256 (xpi/thunderbird-i18n-12.0/pt-PT.xpi) = a2a9d890d3e232b2b3051e8c7311a2255bf4b4edfb91517d99291f6ccc5161d4 -SIZE (xpi/thunderbird-i18n-12.0/pt-PT.xpi) = 414640 -SHA256 (xpi/thunderbird-i18n-12.0/rm.xpi) = 71ec9e7714240dce8a48fb4d47897ff1c92637c189ca4664c385c1b3c0cdcae4 -SIZE (xpi/thunderbird-i18n-12.0/rm.xpi) = 415053 -SHA256 (xpi/thunderbird-i18n-12.0/ru.xpi) = 366e44cd174ec235f58e10fd5b5b996888197777d6a739bff85b6cb5fce30ebf -SIZE (xpi/thunderbird-i18n-12.0/ru.xpi) = 411865 -SHA256 (xpi/thunderbird-i18n-12.0/si.xpi) = 993d2e0fb0d953cc82d11805947eec42a8672d882da1f246e53181b1db4a3c81 -SIZE (xpi/thunderbird-i18n-12.0/si.xpi) = 456744 -SHA256 (xpi/thunderbird-i18n-12.0/sk.xpi) = 75f9fc595021a67b8c6da91c48180bc1ed837c22665455f680aba19f15840635 -SIZE (xpi/thunderbird-i18n-12.0/sk.xpi) = 425703 -SHA256 (xpi/thunderbird-i18n-12.0/sl.xpi) = 4d05e8560e2b879eb6d8d965f807b8d8bd3651f6ee3a4b2e1f7a9a2b29287f36 -SIZE (xpi/thunderbird-i18n-12.0/sl.xpi) = 410808 -SHA256 (xpi/thunderbird-i18n-12.0/sq.xpi) = 9f7d4c839dd68ba83076f8e21b80f9627c8c2b12ad2387e17e5e7d3cdb2911d0 -SIZE (xpi/thunderbird-i18n-12.0/sq.xpi) = 360833 -SHA256 (xpi/thunderbird-i18n-12.0/sv-SE.xpi) = aae5166de471f0f4598a6d1e4e74ca5076a2fcc2510490dd47b4828f13f657fc -SIZE (xpi/thunderbird-i18n-12.0/sv-SE.xpi) = 478932 -SHA256 (xpi/thunderbird-i18n-12.0/ta-LK.xpi) = a51cd707ac55d45c5f23a49d0fce8f3ee3188c1c8d7f84f8f23fda1d72d03471 -SIZE (xpi/thunderbird-i18n-12.0/ta-LK.xpi) = 476470 -SHA256 (xpi/thunderbird-i18n-12.0/tr.xpi) = 7d7e62f11844e4888fcbc9714411a4d4e31185960881d56c62969e14b73dcaa7 -SIZE (xpi/thunderbird-i18n-12.0/tr.xpi) = 418243 -SHA256 (xpi/thunderbird-i18n-12.0/uk.xpi) = dd83aa700af6ccc2473820a39acb87dbc13025da71354a0ea02cb453c1a2a6b7 -SIZE (xpi/thunderbird-i18n-12.0/uk.xpi) = 464128 -SHA256 (xpi/thunderbird-i18n-12.0/zh-TW.xpi) = 043e95b5380b40c8171c93919738fc0a270312268ceb5b0b5a7fc3c2a5f6d6da -SIZE (xpi/thunderbird-i18n-12.0/zh-TW.xpi) = 432164 +SHA256 (xpi/thunderbird-i18n-13.0.1/ar.xpi) = 49b03ea3ae216b8d13f2e062f06ac38d3ce2d6cf196b5b19c06732c8167bed1a +SIZE (xpi/thunderbird-i18n-13.0.1/ar.xpi) = 464600 +SHA256 (xpi/thunderbird-i18n-13.0.1/br.xpi) = 520e025ab04d6a4bce1240aea85b09b52ab7da8f6677ca10b2b05bdf797363fb +SIZE (xpi/thunderbird-i18n-13.0.1/br.xpi) = 438441 +SHA256 (xpi/thunderbird-i18n-13.0.1/ca.xpi) = 4d907f21cef8f123c58d667784459dc0fcdcafca75f00ef56aa86843eabc2694 +SIZE (xpi/thunderbird-i18n-13.0.1/ca.xpi) = 438907 +SHA256 (xpi/thunderbird-i18n-13.0.1/cs.xpi) = 94b577286492dcbc90360d43231d996c78253a2b1f3bcf1323df2ff4823f6acd +SIZE (xpi/thunderbird-i18n-13.0.1/cs.xpi) = 442218 +SHA256 (xpi/thunderbird-i18n-13.0.1/da.xpi) = 0cc862d2d380483dcc0070b054625754198c2b7e47bcbf6b08b1e43ba4e06ef2 +SIZE (xpi/thunderbird-i18n-13.0.1/da.xpi) = 386029 +SHA256 (xpi/thunderbird-i18n-13.0.1/de.xpi) = 98950e7a3a316be8780d5aefe02ddcdf4456540f76c087d3b692f3706acf3b33 +SIZE (xpi/thunderbird-i18n-13.0.1/de.xpi) = 441537 +SHA256 (xpi/thunderbird-i18n-13.0.1/en-GB.xpi) = f555ae053c8861aa96d6b1e39d22322a6f17f6b4aae18062caef57362f3468c0 +SIZE (xpi/thunderbird-i18n-13.0.1/en-GB.xpi) = 413052 +SHA256 (xpi/thunderbird-i18n-13.0.1/en-US.xpi) = 18c09a514dbc07737d6db55d387420b009319af2deff4c3c236820737dfc9f76 +SIZE (xpi/thunderbird-i18n-13.0.1/en-US.xpi) = 412556 +SHA256 (xpi/thunderbird-i18n-13.0.1/es-AR.xpi) = 5bfc35b36a8472d107939ad7c688b9f1a35546e7cd4de197f6be0f2dc024314a +SIZE (xpi/thunderbird-i18n-13.0.1/es-AR.xpi) = 433356 +SHA256 (xpi/thunderbird-i18n-13.0.1/es-ES.xpi) = e643404531bd49c137027efa3e630d20756c125c42360b8aff58b62a9ff781f2 +SIZE (xpi/thunderbird-i18n-13.0.1/es-ES.xpi) = 372017 +SHA256 (xpi/thunderbird-i18n-13.0.1/et.xpi) = 8316b645906a06dead18f9e9b50407cba06fda0563a3d02847ba80244db93f8b +SIZE (xpi/thunderbird-i18n-13.0.1/et.xpi) = 433404 +SHA256 (xpi/thunderbird-i18n-13.0.1/eu.xpi) = da7b9c996beb74a63bc8f144858f25df39ce576fc923398c7b3c22154bab6314 +SIZE (xpi/thunderbird-i18n-13.0.1/eu.xpi) = 428885 +SHA256 (xpi/thunderbird-i18n-13.0.1/fi.xpi) = 3f054cebae8de427a88196bced05fd6f3fc94f0a3f639de4ffd2c18f9eaa3c4c +SIZE (xpi/thunderbird-i18n-13.0.1/fi.xpi) = 434513 +SHA256 (xpi/thunderbird-i18n-13.0.1/fr.xpi) = 765e197921e191ce0708facd29b3d7953554c21ef71a7d3a3a31dc3acac418c8 +SIZE (xpi/thunderbird-i18n-13.0.1/fr.xpi) = 437825 +SHA256 (xpi/thunderbird-i18n-13.0.1/fy-NL.xpi) = 35049723d6c1ab696987c8d2a5726a1c2607489c9658b3c61a37a78bebd14e3f +SIZE (xpi/thunderbird-i18n-13.0.1/fy-NL.xpi) = 436856 +SHA256 (xpi/thunderbird-i18n-13.0.1/ga-IE.xpi) = 218f0cba1023082c35ebfd982eb7aaaeb21c17cbd11125375cdd488211760b74 +SIZE (xpi/thunderbird-i18n-13.0.1/ga-IE.xpi) = 445906 +SHA256 (xpi/thunderbird-i18n-13.0.1/gd.xpi) = 36591ce169662057e692256b42849d51693c6ef473d69256f7030f1202e91b2f +SIZE (xpi/thunderbird-i18n-13.0.1/gd.xpi) = 449540 +SHA256 (xpi/thunderbird-i18n-13.0.1/gl.xpi) = b16482165194c46ae89bb112e1d8912db1f07a21943154845b6e95268adb8a6c +SIZE (xpi/thunderbird-i18n-13.0.1/gl.xpi) = 431836 +SHA256 (xpi/thunderbird-i18n-13.0.1/he.xpi) = 56d0ee32829c0e4eec4bbf979e40311e26a6c3358ea5f84b3eb4bb8d34041e92 +SIZE (xpi/thunderbird-i18n-13.0.1/he.xpi) = 462891 +SHA256 (xpi/thunderbird-i18n-13.0.1/hu.xpi) = df0bb7abe1d9b5b6f5bfbf03037d61f082801d92e820bd7acb1e67ee71e107e4 +SIZE (xpi/thunderbird-i18n-13.0.1/hu.xpi) = 448913 +SHA256 (xpi/thunderbird-i18n-13.0.1/is.xpi) = 61d36431358a0f691508c89b0e38fd17f0ff767489b7ea735d3795c7528cebe3 +SIZE (xpi/thunderbird-i18n-13.0.1/is.xpi) = 435541 +SHA256 (xpi/thunderbird-i18n-13.0.1/it.xpi) = c61b6760fd967029c408c97946959cff325950e9594a1ff13a7953decc369844 +SIZE (xpi/thunderbird-i18n-13.0.1/it.xpi) = 363044 +SHA256 (xpi/thunderbird-i18n-13.0.1/ja.xpi) = 3dda3cdff458abf74edd467dae3e14625a31b2802acda3f079e704928feeac4a +SIZE (xpi/thunderbird-i18n-13.0.1/ja.xpi) = 485921 +SHA256 (xpi/thunderbird-i18n-13.0.1/ko.xpi) = 68747390f71725ea2fcffd188f9d762d2f9a32044bbc4ee2dab45f77bd4d848e +SIZE (xpi/thunderbird-i18n-13.0.1/ko.xpi) = 396780 +SHA256 (xpi/thunderbird-i18n-13.0.1/lt.xpi) = e519b6d6ce6a893e33fbe12efee827c08ab0dcb6e603412aae90d3d1eec9890c +SIZE (xpi/thunderbird-i18n-13.0.1/lt.xpi) = 528697 +SHA256 (xpi/thunderbird-i18n-13.0.1/nb-NO.xpi) = 1cc38ba351d14c19eae3bccf43514b0c378eafe999a00e2ad193fc964bcbf2c5 +SIZE (xpi/thunderbird-i18n-13.0.1/nb-NO.xpi) = 430103 +SHA256 (xpi/thunderbird-i18n-13.0.1/nl.xpi) = a660539714585c26765f107c1fab212a6958eee6625889bb4262d08adba1d117 +SIZE (xpi/thunderbird-i18n-13.0.1/nl.xpi) = 430442 +SHA256 (xpi/thunderbird-i18n-13.0.1/nn-NO.xpi) = 41bfe84c379ebfb848d609c768c127de4c41a4994d4207466d637f475a198c68 +SIZE (xpi/thunderbird-i18n-13.0.1/nn-NO.xpi) = 432244 +SHA256 (xpi/thunderbird-i18n-13.0.1/pl.xpi) = 1e0d2be8b80e0a48c8cc759aef6affad7455e3abbfb4ef9f41902d815722a023 +SIZE (xpi/thunderbird-i18n-13.0.1/pl.xpi) = 411543 +SHA256 (xpi/thunderbird-i18n-13.0.1/pt-BR.xpi) = 7724489eaba56aaa6b1fc95561f5c028e679813c918a39d4e9ddbc773e21f7ed +SIZE (xpi/thunderbird-i18n-13.0.1/pt-BR.xpi) = 440128 +SHA256 (xpi/thunderbird-i18n-13.0.1/pt-PT.xpi) = 666db898090397fbcecd737dc272b099114f54105102929b2e8a28289fd6ad85 +SIZE (xpi/thunderbird-i18n-13.0.1/pt-PT.xpi) = 437092 +SHA256 (xpi/thunderbird-i18n-13.0.1/rm.xpi) = dd6b8461a0d55dd3a9eaa85e65a5a97bfdfc7b48640d2570e90b933ec8e2beea +SIZE (xpi/thunderbird-i18n-13.0.1/rm.xpi) = 437475 +SHA256 (xpi/thunderbird-i18n-13.0.1/ru.xpi) = 93f05f86752702a18003dab2cc54ac73361a7d8671d5e0c9efde068ad840deb4 +SIZE (xpi/thunderbird-i18n-13.0.1/ru.xpi) = 430597 +SHA256 (xpi/thunderbird-i18n-13.0.1/si.xpi) = f1faa45d947133cfcb324e429ece68be3a5c5fb698fd2c9cbda775f6f1e3e3f6 +SIZE (xpi/thunderbird-i18n-13.0.1/si.xpi) = 480817 +SHA256 (xpi/thunderbird-i18n-13.0.1/sk.xpi) = 4d9729ee737251949f65aa66142f9bb475d5c3388e810f5000df7d36f83bfcf4 +SIZE (xpi/thunderbird-i18n-13.0.1/sk.xpi) = 449078 +SHA256 (xpi/thunderbird-i18n-13.0.1/sl.xpi) = b39f695a34984c8d45962fb52567663c95af18f4488139aa56866b73d0c5c69c +SIZE (xpi/thunderbird-i18n-13.0.1/sl.xpi) = 433152 +SHA256 (xpi/thunderbird-i18n-13.0.1/sq.xpi) = 199bac5070f170803959096313504e26e545d8f40b51d998895f8e3173a9244e +SIZE (xpi/thunderbird-i18n-13.0.1/sq.xpi) = 384120 +SHA256 (xpi/thunderbird-i18n-13.0.1/sv-SE.xpi) = ba1d1f9bc1dc0ff32a725fcce1ee8277b56c871f2adf6514b93176a57efc20b1 +SIZE (xpi/thunderbird-i18n-13.0.1/sv-SE.xpi) = 501341 +SHA256 (xpi/thunderbird-i18n-13.0.1/ta-LK.xpi) = 447c27407c55307958fbc6f732a3841bcca64b69f79545807b5c55050dd363dd +SIZE (xpi/thunderbird-i18n-13.0.1/ta-LK.xpi) = 499173 +SHA256 (xpi/thunderbird-i18n-13.0.1/tr.xpi) = 5d8db2a902b8cfe7671128985400b255b722a03d5e3d7179172a750eb8fbc041 +SIZE (xpi/thunderbird-i18n-13.0.1/tr.xpi) = 440499 +SHA256 (xpi/thunderbird-i18n-13.0.1/uk.xpi) = d754b7daf2c6c2f0b5932b477eeef746bc323b935f43c7216beb630303177714 +SIZE (xpi/thunderbird-i18n-13.0.1/uk.xpi) = 487737 +SHA256 (xpi/thunderbird-i18n-13.0.1/zh-TW.xpi) = dabb72384cb9f83cf448901f5cde7e425ff6102e422a08298cd5d680816c05d1 +SIZE (xpi/thunderbird-i18n-13.0.1/zh-TW.xpi) = 456145 Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.151 2012/06/01 05:21:30 dinoex Exp $ +# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.153 2012/06/19 18:27:11 beat Exp $ # PORTNAME= thunderbird -DISTVERSION= 13.0 +DISTVERSION= 13.0.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -63,8 +63,8 @@ .include -.if ${OSVERSION} > 800000 -USE_GCC= 4.6+ +.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 +CFLAGS+= -O0 .endif WRKSRC= ${WRKDIR}/comm-release Modified: branches/experimental/mail/thunderbird/distinfo ============================================================================== --- branches/experimental/mail/thunderbird/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/mail/thunderbird/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-13.0.source.tar.bz2) = 50fbb2e50d9294067974d3270899f32fbeb61e7951becb5deaf09ac5cf874dfb -SIZE (thunderbird-13.0.source.tar.bz2) = 102799262 +SHA256 (thunderbird-13.0.1.source.tar.bz2) = 5696620746cf440c327aeedea428d24d513603a651a4edda02ae0072036ac434 +SIZE (thunderbird-13.0.1.source.tar.bz2) = 102705807 Modified: branches/experimental/security/ca_root_nss/Makefile ============================================================================== --- branches/experimental/security/ca_root_nss/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/security/ca_root_nss/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: Thu Jan 25 13:02:14 CST 2007 # Whom: Brooks Davis # -# $FreeBSD: ports/security/ca_root_nss/Makefile,v 1.22 2012/04/14 21:09:51 flo Exp $ +# $FreeBSD: ports/security/ca_root_nss/Makefile,v 1.23 2012/06/04 21:14:30 flo Exp $ # PORTNAME= ca_root_nss @@ -15,7 +15,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The root certificate bundle from the Mozilla Project -OPTIONS= ETCSYMLINK "Add symlink to /etc/ssl/cert.pem" off +OPTIONS_DEFINE= ETCSYMLINK +ETCSYMLINK_DESC= Add symlink to /etc/ssl/cert.pem USE_PERL5_BUILD= yes NO_WRKSUBDIR= yes @@ -28,14 +29,14 @@ # !!! www/apache13-modssl. Please DO NOT submit patches for !!! # !!! new versions until they have been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.13.4 +VERSION_NSS= 3.13.5 VERSION_APACHE= 1.3.41 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/mozilla/security/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl -.include +.include -.if !defined(WITHOUT_ETCSYMLINK) +.if ${PORT_OPTIONS:METCSYMLINK} PLIST_SUB+= ETCSYMLINK= CONFLICTS= ca-roots-[0-9]* .else @@ -62,8 +63,8 @@ do-install: ${MKDIR} ${PREFIX}/${CERTDIR} ${INSTALL_DATA} ${WRKDIR}/ca-root-nss.crt ${PREFIX}/${CERTDIR} -.if !defined(WITHOUT_ETCSYMLINK) +.if ${PORT_OPTIONS:METCSYMLINK} ${LN} -sf ${PREFIX}/${CERTDIR}/ca-root-nss.crt /etc/ssl/cert.pem .endif -.include +.include Modified: branches/experimental/security/ca_root_nss/distinfo ============================================================================== --- branches/experimental/security/ca_root_nss/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/security/ca_root_nss/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (nss-3.13.4.tar.gz) = a552f56b03c0c716ba950c7eef971d87f717c02a4d9a75ee2fe84bd036830de5 -SIZE (nss-3.13.4.tar.gz) = 6087584 +SHA256 (nss-3.13.5.tar.gz) = ee8b995ebc971308a5bc8b50eb391cd925d6ee7c5e139d25018ee993e71b012a +SIZE (nss-3.13.5.tar.gz) = 6087983 Modified: branches/experimental/security/nss/Makefile ============================================================================== --- branches/experimental/security/nss/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/security/nss/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/security/nss/Makefile,v 1.65 2012/04/14 21:09:51 flo Exp $ +# $FreeBSD: ports/security/nss/Makefile,v 1.66 2012/06/04 21:12:14 flo Exp $ # $MCom ports-experimental/security/nss/Makefile,v 1.4 2008/02/23 15:47:28 ahze Exp $ PORTNAME= nss @@ -22,7 +22,7 @@ _MAJOR= 3 _MINOR= 13 -_PATCH= 4 +_PATCH= 5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss Modified: branches/experimental/security/nss/distinfo ============================================================================== --- branches/experimental/security/nss/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/security/nss/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (nss-3.13.4.tar.gz) = a552f56b03c0c716ba950c7eef971d87f717c02a4d9a75ee2fe84bd036830de5 -SIZE (nss-3.13.4.tar.gz) = 6087584 +SHA256 (nss-3.13.5.tar.gz) = ee8b995ebc971308a5bc8b50eb391cd925d6ee7c5e139d25018ee993e71b012a +SIZE (nss-3.13.5.tar.gz) = 6087983 Modified: branches/experimental/www/firefox-esr/Makefile ============================================================================== --- branches/experimental/www/firefox-esr/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox-esr/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox-esr/Makefile,v 1.268 2012/04/30 09:18:05 beat Exp $ +# $FreeBSD: ports/www/firefox-esr/Makefile,v 1.270 2012/06/05 21:17:35 beat Exp $ # PORTNAME= firefox Modified: branches/experimental/www/firefox-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox-i18n/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.71 2012/04/25 04:51:58 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.73 2012/06/18 17:13:55 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 12.0 +PORTVERSION= 13.0.1 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -18,7 +18,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_FIREFOX= 12 +USE_FIREFOX= 13 USE_XPI= firefox linux-firefox USE_SUBMAKE= yes Modified: branches/experimental/www/firefox-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox-i18n/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox-i18n/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-12.0/af.xpi) = eb4da7b66f26286917239430a3072afc6c4b00b39e4547271f4f2689888b4f21 -SIZE (xpi/firefox-i18n-12.0/af.xpi) = 248464 -SHA256 (xpi/firefox-i18n-12.0/ak.xpi) = decb84ee6e1119270c30d35da968d1a531eed5525b1b457912207c853a86cecd -SIZE (xpi/firefox-i18n-12.0/ak.xpi) = 249906 -SHA256 (xpi/firefox-i18n-12.0/ar.xpi) = 468f1f5878d3b7be432d28356b0e576c7c92a5c90eaccaf645a4d08dfe4b8096 -SIZE (xpi/firefox-i18n-12.0/ar.xpi) = 273145 -SHA256 (xpi/firefox-i18n-12.0/ast.xpi) = 15c5abb60106834f6c1451f5f848303791f94566651131ab777d646fd5892d77 -SIZE (xpi/firefox-i18n-12.0/ast.xpi) = 236550 -SHA256 (xpi/firefox-i18n-12.0/be.xpi) = e4f3754f48b71ab79520a41cbd5b9aae91ee3d02f9f2638b44ea7d853e25326c -SIZE (xpi/firefox-i18n-12.0/be.xpi) = 250974 -SHA256 (xpi/firefox-i18n-12.0/bg.xpi) = feb0576750ebddbed14744af914fda5ede2562f69177262189fa9015ed8eebce -SIZE (xpi/firefox-i18n-12.0/bg.xpi) = 287480 -SHA256 (xpi/firefox-i18n-12.0/bn-BD.xpi) = 999075230ec5ed063b0896ad178e5a59e8cb5b0e57fc5cd6e595c486084e0578 -SIZE (xpi/firefox-i18n-12.0/bn-BD.xpi) = 298212 -SHA256 (xpi/firefox-i18n-12.0/bn-IN.xpi) = 25f8d6f8a4d5e0a90c29dc10da889b5f47830ad04bd10a780152c4bd084ba6f5 -SIZE (xpi/firefox-i18n-12.0/bn-IN.xpi) = 328484 -SHA256 (xpi/firefox-i18n-12.0/br.xpi) = 3503104d23ce35b373335acd56dd28bf7b733ef4e727f691f33e865fad77bce8 -SIZE (xpi/firefox-i18n-12.0/br.xpi) = 256517 -SHA256 (xpi/firefox-i18n-12.0/bs.xpi) = c046a343d823b2d3b7830b08dcb6a053f712f7f6fd460776f15b40af95c1b6f6 -SIZE (xpi/firefox-i18n-12.0/bs.xpi) = 253727 -SHA256 (xpi/firefox-i18n-12.0/ca.xpi) = 6ad9940a4f5ee9e5e32c70f6bb4c4f536613213cb0e96e59d0c2d95570b50273 -SIZE (xpi/firefox-i18n-12.0/ca.xpi) = 257918 -SHA256 (xpi/firefox-i18n-12.0/cs.xpi) = f1f73c4f07de16d07ad8d96afc9c5219de083f69d6a5ed0a1affc2584794d556 -SIZE (xpi/firefox-i18n-12.0/cs.xpi) = 258608 -SHA256 (xpi/firefox-i18n-12.0/cy.xpi) = 8d1d1886c0026606c49b328b5f07cd872dfcc56d3474ac79959beee6bda8356e -SIZE (xpi/firefox-i18n-12.0/cy.xpi) = 254254 -SHA256 (xpi/firefox-i18n-12.0/da.xpi) = 0b0df62ab04c5ada5febc417cd874ad0df1e68b833fd52e617ef29456184194e -SIZE (xpi/firefox-i18n-12.0/da.xpi) = 248523 -SHA256 (xpi/firefox-i18n-12.0/de.xpi) = c99ca58a51ad3ae516ffe61c255382247c48456532dc53b360e90911bf948b44 -SIZE (xpi/firefox-i18n-12.0/de.xpi) = 257836 -SHA256 (xpi/firefox-i18n-12.0/el.xpi) = dde76bef7b26dee52a0f3d4ffc242e8a1a5472e3a377788a83dabf3afdbeff37 -SIZE (xpi/firefox-i18n-12.0/el.xpi) = 273052 -SHA256 (xpi/firefox-i18n-12.0/en-GB.xpi) = d5495afdbc9fdf6b48872060a7f6a90ae40a17bad58de729bed96ef939c6b8af -SIZE (xpi/firefox-i18n-12.0/en-GB.xpi) = 239433 -SHA256 (xpi/firefox-i18n-12.0/en-US.xpi) = 6551bf25f753dfe3328c1aed983c4dded301d4d52b75b5a580879e5bfb994afc -SIZE (xpi/firefox-i18n-12.0/en-US.xpi) = 239908 -SHA256 (xpi/firefox-i18n-12.0/en-ZA.xpi) = fc4ff55aa78d2e187b68372be92df51ba8359fa22f0b5880bf893b42233bf36a -SIZE (xpi/firefox-i18n-12.0/en-ZA.xpi) = 240286 -SHA256 (xpi/firefox-i18n-12.0/eo.xpi) = 248e5a9bd807602beca516a5f7fd77fe4508a6c293ca92d8c5bc73f40cefdc1f -SIZE (xpi/firefox-i18n-12.0/eo.xpi) = 249474 -SHA256 (xpi/firefox-i18n-12.0/es-AR.xpi) = 67369f5dc9ba075ade26d3fdbdc7a4c0f1dde20ba51e1244f59494d867e770dc -SIZE (xpi/firefox-i18n-12.0/es-AR.xpi) = 254170 -SHA256 (xpi/firefox-i18n-12.0/es-CL.xpi) = dfa75b4458a6543f17e40c9b4047f378b8185fde1fcc89dea0c1938b371516cf -SIZE (xpi/firefox-i18n-12.0/es-CL.xpi) = 256098 -SHA256 (xpi/firefox-i18n-12.0/es-ES.xpi) = 45df2146cc155b4fe12ed6e37f025481435e391c5bba31566a7d2a6a05dbf7ad -SIZE (xpi/firefox-i18n-12.0/es-ES.xpi) = 219732 -SHA256 (xpi/firefox-i18n-12.0/es-MX.xpi) = d2d0cbe422881b9bd158c26c288316f8a64411575980932afbe4533ee6d41a72 -SIZE (xpi/firefox-i18n-12.0/es-MX.xpi) = 220130 -SHA256 (xpi/firefox-i18n-12.0/et.xpi) = 334a8179045643cb5b3a4ce051ad1a7ef1df0ab64282531fde517208f9b37bb5 -SIZE (xpi/firefox-i18n-12.0/et.xpi) = 251664 -SHA256 (xpi/firefox-i18n-12.0/eu.xpi) = 6be0ffa84f7d1e256ba337c12e7774f74ebb67a4ae0feda421c1fb778f8cf4b8 -SIZE (xpi/firefox-i18n-12.0/eu.xpi) = 249943 -SHA256 (xpi/firefox-i18n-12.0/fa.xpi) = 2f11911c6e4dc00e503243e4e837d03939d13fac1a1ae75ebc9971ed3185b101 -SIZE (xpi/firefox-i18n-12.0/fa.xpi) = 282765 -SHA256 (xpi/firefox-i18n-12.0/fi.xpi) = a772cfacbe7977e2025e7e1008612d312186dabd0d9c8af799a6bce4d685321e -SIZE (xpi/firefox-i18n-12.0/fi.xpi) = 252890 -SHA256 (xpi/firefox-i18n-12.0/fr.xpi) = af915009df46a8c513036e18c9513960f2c4d9f73767a7ed5b7f12f069b75391 -SIZE (xpi/firefox-i18n-12.0/fr.xpi) = 259401 -SHA256 (xpi/firefox-i18n-12.0/fy-NL.xpi) = c2e84375c3a704a61606b466cbfef8adc43c1a21e8442c24c7753aca6d7eb8df -SIZE (xpi/firefox-i18n-12.0/fy-NL.xpi) = 255236 -SHA256 (xpi/firefox-i18n-12.0/ga-IE.xpi) = ae96c56669de274fc0e01ad17dab38b1e51ce370871ac79c0780cd5566bd271a -SIZE (xpi/firefox-i18n-12.0/ga-IE.xpi) = 261701 -SHA256 (xpi/firefox-i18n-12.0/gl.xpi) = cadec82c90e55db17ef4243a24ae8e09ab262a9552a41ecd1d87d6e312e8b453 -SIZE (xpi/firefox-i18n-12.0/gl.xpi) = 252522 -SHA256 (xpi/firefox-i18n-12.0/gu-IN.xpi) = a37b94a297360bf5dd27282437214ffd1c2245f5bfa3f69466da2caf5765acb0 -SIZE (xpi/firefox-i18n-12.0/gu-IN.xpi) = 282623 -SHA256 (xpi/firefox-i18n-12.0/he.xpi) = 692e4e81850b090a75f94b84ecc9bdc29eccbb5172064876d96534f6ed25503f -SIZE (xpi/firefox-i18n-12.0/he.xpi) = 275579 -SHA256 (xpi/firefox-i18n-12.0/hi-IN.xpi) = e3ccf80c4cb13057ad793897d8e05f2b08c857c2a4937ab23f666d9fae6465be -SIZE (xpi/firefox-i18n-12.0/hi-IN.xpi) = 289255 -SHA256 (xpi/firefox-i18n-12.0/hr.xpi) = 3b81a5f0d258408af26d5adf3fcbc3eeefc2f2a924649fe14f416bb688d55e69 -SIZE (xpi/firefox-i18n-12.0/hr.xpi) = 253006 -SHA256 (xpi/firefox-i18n-12.0/hu.xpi) = a960fa900823656d9ddae2ce4e99757c3aab3420259ba2a8fe06dda687e9d90f -SIZE (xpi/firefox-i18n-12.0/hu.xpi) = 263597 -SHA256 (xpi/firefox-i18n-12.0/hy-AM.xpi) = 0704e3cfb34f825aae2d9b0eaff54cb63d9374a0644e0ef5c95d3a7287bce7e2 -SIZE (xpi/firefox-i18n-12.0/hy-AM.xpi) = 462337 -SHA256 (xpi/firefox-i18n-12.0/id.xpi) = d0ce98c7bc8e639f7dd4168f2bebd57948d201500229bb2f92fa3d08bc3acdd3 -SIZE (xpi/firefox-i18n-12.0/id.xpi) = 245056 -SHA256 (xpi/firefox-i18n-12.0/is.xpi) = 1f7a48b41112c4ef3a8f9f7e4d4069c246e7f8cd966425f5d16754fabb68675b -SIZE (xpi/firefox-i18n-12.0/is.xpi) = 252739 -SHA256 (xpi/firefox-i18n-12.0/it.xpi) = dcc39c56a5911c019ec7285c5b5d277defe4c896faa1145a55151d474586c108 -SIZE (xpi/firefox-i18n-12.0/it.xpi) = 217024 -SHA256 (xpi/firefox-i18n-12.0/ja.xpi) = e4ba6644f55e11029d120be3d88c98f008c8bd1c7145bb70ad1c51e223c5d8d6 -SIZE (xpi/firefox-i18n-12.0/ja.xpi) = 284143 -SHA256 (xpi/firefox-i18n-12.0/kk.xpi) = 752ceb18ea0a597eaea7afdb18b652568427343f63b4365451f8c2ed80f158bc -SIZE (xpi/firefox-i18n-12.0/kk.xpi) = 290295 -SHA256 (xpi/firefox-i18n-12.0/kn.xpi) = 0d423cdb82df5873497098829f7e5077882ff27f25424bcbc7cac8862fad60c9 -SIZE (xpi/firefox-i18n-12.0/kn.xpi) = 309176 -SHA256 (xpi/firefox-i18n-12.0/ko.xpi) = 35f36af5f59111cdf9a12a9e5a40412acd4981c113a57144ca8ccfa1114323e1 -SIZE (xpi/firefox-i18n-12.0/ko.xpi) = 236487 -SHA256 (xpi/firefox-i18n-12.0/ku.xpi) = 0b55896cae4b38cad2c5f1da68f44ecfc083dcb261f8cffc0c00c7d5d165c616 -SIZE (xpi/firefox-i18n-12.0/ku.xpi) = 264107 -SHA256 (xpi/firefox-i18n-12.0/lg.xpi) = 72049481c1ebf64a571dec9e297ff9e348972d0aaf7959214bf145d801f931dc -SIZE (xpi/firefox-i18n-12.0/lg.xpi) = 257540 -SHA256 (xpi/firefox-i18n-12.0/lt.xpi) = 2d8a34006001e34c28ea72bd4ee9b21985808132323b4f8866093b25feb4cdac -SIZE (xpi/firefox-i18n-12.0/lt.xpi) = 326786 -SHA256 (xpi/firefox-i18n-12.0/lv.xpi) = 394850aeba1f160b7d3b9fe052964723b5bfb9984aa2ea8613569d32e918a4f7 -SIZE (xpi/firefox-i18n-12.0/lv.xpi) = 252510 -SHA256 (xpi/firefox-i18n-12.0/mai.xpi) = bbbd27bb5e2964add283cd48ef2b064c08edc86d299cc4906c98ec76e799e647 -SIZE (xpi/firefox-i18n-12.0/mai.xpi) = 288478 -SHA256 (xpi/firefox-i18n-12.0/mk.xpi) = 33127a01be406f16a201df3890607654c89c23fe322ae2b56031f58a98b92465 -SIZE (xpi/firefox-i18n-12.0/mk.xpi) = 282955 -SHA256 (xpi/firefox-i18n-12.0/ml.xpi) = 09e839edb49d17dc85a1008e2a87777f5fdc47ec1ef733052635ebd3f88974f4 -SIZE (xpi/firefox-i18n-12.0/ml.xpi) = 316444 -SHA256 (xpi/firefox-i18n-12.0/mr.xpi) = bb9fb635ef5db2c28091a35498692b4c19bb11407fb53632b70e0d90d1855be8 -SIZE (xpi/firefox-i18n-12.0/mr.xpi) = 292431 -SHA256 (xpi/firefox-i18n-12.0/nb-NO.xpi) = 155d94444d7aa42cce26b67361b12548298fb412d38d285b6b2c8e2a9bf90103 -SIZE (xpi/firefox-i18n-12.0/nb-NO.xpi) = 250460 -SHA256 (xpi/firefox-i18n-12.0/nl.xpi) = e53962d2edb4ab0fba04e0d5da44cedfa625656b88a3ff778cfab2dd539dded8 -SIZE (xpi/firefox-i18n-12.0/nl.xpi) = 252193 -SHA256 (xpi/firefox-i18n-12.0/nn-NO.xpi) = 293a1bd7e4497be18181c349186e461b8b478a07ae417d67b2af89703088e60c -SIZE (xpi/firefox-i18n-12.0/nn-NO.xpi) = 251584 -SHA256 (xpi/firefox-i18n-12.0/nso.xpi) = 80e3b19980b9bcfeb2754008dece354daa2001a9c16e18f85720b0fe454416a6 -SIZE (xpi/firefox-i18n-12.0/nso.xpi) = 255057 -SHA256 (xpi/firefox-i18n-12.0/or.xpi) = 8e7050a78db20ab5476e483d86c21b901c22c040a5797ad6080a1c8b404e5a28 -SIZE (xpi/firefox-i18n-12.0/or.xpi) = 290264 -SHA256 (xpi/firefox-i18n-12.0/pa-IN.xpi) = 6bf483528825485b7fd6ff8d8b25c63f298db64b3478e8a7e086bc8d4a083c29 -SIZE (xpi/firefox-i18n-12.0/pa-IN.xpi) = 291378 -SHA256 (xpi/firefox-i18n-12.0/pl.xpi) = 84382b1ba9208e9fdcb4529ce8327c9b06ccc78bbfb9535c916781548892b8a2 -SIZE (xpi/firefox-i18n-12.0/pl.xpi) = 260629 -SHA256 (xpi/firefox-i18n-12.0/pt-BR.xpi) = d535c55943207c1edc2d1009f44e74b6cc45c15d32f1b2d32c1d3b2e64384ed5 -SIZE (xpi/firefox-i18n-12.0/pt-BR.xpi) = 256574 -SHA256 (xpi/firefox-i18n-12.0/pt-PT.xpi) = 16bef61dd49c2c9fdc1263576d1e9275c98e94d7ea744cb551a10a9b9e5a7180 -SIZE (xpi/firefox-i18n-12.0/pt-PT.xpi) = 255627 -SHA256 (xpi/firefox-i18n-12.0/rm.xpi) = 166f8bb34182f02cba8c40be376e71118ca492445afeff57986d69e2fd0d913f -SIZE (xpi/firefox-i18n-12.0/rm.xpi) = 254295 -SHA256 (xpi/firefox-i18n-12.0/ro.xpi) = 7866a75276a547669ab8730146258c6b97816be8ea4f822fc67583a1d81ef89c -SIZE (xpi/firefox-i18n-12.0/ro.xpi) = 274172 -SHA256 (xpi/firefox-i18n-12.0/ru.xpi) = 92d9b405ee8a8bafec1e66f123d64214777f33c03c02777dd59dd983aaf53e1c -SIZE (xpi/firefox-i18n-12.0/ru.xpi) = 260118 -SHA256 (xpi/firefox-i18n-12.0/si.xpi) = 2677c8ae40b5622d493dc155a7c47a898a2e3fb38b0b5ecc9845564b4979cd64 -SIZE (xpi/firefox-i18n-12.0/si.xpi) = 281162 -SHA256 (xpi/firefox-i18n-12.0/sk.xpi) = 45260a6aff17e4b7b0e74fb52df4a48358536b2de5a1f9fe898057d629fe6dbe -SIZE (xpi/firefox-i18n-12.0/sk.xpi) = 264523 -SHA256 (xpi/firefox-i18n-12.0/sl.xpi) = f6b08f178fd22f1cc3759394499f094b6a6fcdcfc6d613fd0b42652b81de0c7d -SIZE (xpi/firefox-i18n-12.0/sl.xpi) = 250065 -SHA256 (xpi/firefox-i18n-12.0/son.xpi) = fea2c284d1a24a02b8b4f34f2908f93eb26f4c5434a704a3cb84d0569230c8a7 -SIZE (xpi/firefox-i18n-12.0/son.xpi) = 248902 -SHA256 (xpi/firefox-i18n-12.0/sq.xpi) = 4ec5905d62ff296053b9012068c04f5709bab68f30037665131cb2a190073594 -SIZE (xpi/firefox-i18n-12.0/sq.xpi) = 236402 -SHA256 (xpi/firefox-i18n-12.0/sr.xpi) = 01253e1d754728b17ee44013712dce13ea1729ddc955789d8d4b4a0b803dd644 -SIZE (xpi/firefox-i18n-12.0/sr.xpi) = 287083 -SHA256 (xpi/firefox-i18n-12.0/sv-SE.xpi) = f3abee1c8a17223e09a2244a7c0f9dccd4e57248e2d11dda6d27147209d760d5 -SIZE (xpi/firefox-i18n-12.0/sv-SE.xpi) = 288521 -SHA256 (xpi/firefox-i18n-12.0/ta-LK.xpi) = 7ff216473c220ea102ad5d5115176711eb2174c8f30f5230750a668dbc7730c8 -SIZE (xpi/firefox-i18n-12.0/ta-LK.xpi) = 300642 -SHA256 (xpi/firefox-i18n-12.0/ta.xpi) = b86eb8b79b039de1f7a941d383d568fa384f833267ea9587d98478a10676eaf2 -SIZE (xpi/firefox-i18n-12.0/ta.xpi) = 283894 -SHA256 (xpi/firefox-i18n-12.0/te.xpi) = 102b8dbbddb2e5baa9b9b266e05134a5e0510c150ba905f182f1fbdbaa74fea5 -SIZE (xpi/firefox-i18n-12.0/te.xpi) = 299797 -SHA256 (xpi/firefox-i18n-12.0/th.xpi) = eb4e593e4c49eb0f53d2b819872a8151009d5dc9e755d7814cd1008209c0f1a2 -SIZE (xpi/firefox-i18n-12.0/th.xpi) = 281317 -SHA256 (xpi/firefox-i18n-12.0/tr.xpi) = 34db8d03421bbab2020c5291f77d6a3e09b004c7a963fb0a784e29f20aee19ae -SIZE (xpi/firefox-i18n-12.0/tr.xpi) = 259753 -SHA256 (xpi/firefox-i18n-12.0/uk.xpi) = c4d087a6b3b3b3d2958ffc89eb16f4fe9d8d6f7199ebe44b5a5dcf56209d5c7b -SIZE (xpi/firefox-i18n-12.0/uk.xpi) = 289044 -SHA256 (xpi/firefox-i18n-12.0/vi.xpi) = c9364db25f9f6bf714839b79e8a0440e85be3641403449e5a9db01f301c8222b -SIZE (xpi/firefox-i18n-12.0/vi.xpi) = 272789 -SHA256 (xpi/firefox-i18n-12.0/zh-CN.xpi) = b8963c7658bf3098f09d25c16cff0837651293b740ce909b12eff5a12ac8ee32 -SIZE (xpi/firefox-i18n-12.0/zh-CN.xpi) = 266860 -SHA256 (xpi/firefox-i18n-12.0/zh-TW.xpi) = b1fc8db556c8f6724e0b1798edcfea03f5c140aaa89e2d5078fd9c05cfdcb27f -SIZE (xpi/firefox-i18n-12.0/zh-TW.xpi) = 267735 -SHA256 (xpi/firefox-i18n-12.0/zu.xpi) = 8491b0e6c1f4b5dff38f715d38c44ed267816bb053149193d958c43b6ca65bbb -SIZE (xpi/firefox-i18n-12.0/zu.xpi) = 255708 +SHA256 (xpi/firefox-i18n-13.0.1/af.xpi) = 573398208e394d2c3fba9713370bfb1740dcd3cfb1003bdf8c92c7fd81581ec4 +SIZE (xpi/firefox-i18n-13.0.1/af.xpi) = 253677 +SHA256 (xpi/firefox-i18n-13.0.1/ak.xpi) = 5a79414e59edfd8c2e800cb4336c2dfba4eb2385abf7d215fd86a5a23651179b +SIZE (xpi/firefox-i18n-13.0.1/ak.xpi) = 255636 +SHA256 (xpi/firefox-i18n-13.0.1/ar.xpi) = 7ba52f246dc3bc1e7a3f0e323fd0a66887b1fe138b7dda07731a92d9628d582e +SIZE (xpi/firefox-i18n-13.0.1/ar.xpi) = 279449 +SHA256 (xpi/firefox-i18n-13.0.1/ast.xpi) = c1ec9f5a108c99b3ab0f05626101c30b2fca3df2b7b5533eb9f861952cecdfe8 +SIZE (xpi/firefox-i18n-13.0.1/ast.xpi) = 243590 +SHA256 (xpi/firefox-i18n-13.0.1/be.xpi) = 45d029687377546d2ec4fd1abedacd8808ba66baeb55b693260f0ca622440be9 +SIZE (xpi/firefox-i18n-13.0.1/be.xpi) = 254129 +SHA256 (xpi/firefox-i18n-13.0.1/bg.xpi) = 3f8ae88dbca581759721ec87bd82fbd9945061588b509d922fb37e33e907f240 +SIZE (xpi/firefox-i18n-13.0.1/bg.xpi) = 293780 +SHA256 (xpi/firefox-i18n-13.0.1/bn-BD.xpi) = bc6da9119a5b2368225e2ab5038bcb0879bf005182a9209dcb6e16a1c6112dee +SIZE (xpi/firefox-i18n-13.0.1/bn-BD.xpi) = 304099 +SHA256 (xpi/firefox-i18n-13.0.1/bn-IN.xpi) = 6f699ba65b21da1ca167cc035a7d7a069a1d8686fa5a365d04503a9b37c6b4fa +SIZE (xpi/firefox-i18n-13.0.1/bn-IN.xpi) = 334512 +SHA256 (xpi/firefox-i18n-13.0.1/br.xpi) = ded6dc9c339860f0e3720bce78a84eb77356036457ce900c6d3c62fd188d92f0 +SIZE (xpi/firefox-i18n-13.0.1/br.xpi) = 262696 +SHA256 (xpi/firefox-i18n-13.0.1/bs.xpi) = 74124431289769d6a15359ef691150c5b2ea693cb1c57d4511eed82b2bd09227 +SIZE (xpi/firefox-i18n-13.0.1/bs.xpi) = 259822 +SHA256 (xpi/firefox-i18n-13.0.1/ca.xpi) = 9d26d6eeaebe42800bc80a1fa4a4d2f490ee194edcb0bcb28106c32b12f1d27f +SIZE (xpi/firefox-i18n-13.0.1/ca.xpi) = 264021 +SHA256 (xpi/firefox-i18n-13.0.1/cs.xpi) = 444bbe96a0b3944814c0f5518fc36c970eb4a893823eea2d06b26d4d53819466 +SIZE (xpi/firefox-i18n-13.0.1/cs.xpi) = 265091 +SHA256 (xpi/firefox-i18n-13.0.1/cy.xpi) = 860520af3be2d7a4d800953b828992bbec3251248115bf7b631ec919495fbfe0 +SIZE (xpi/firefox-i18n-13.0.1/cy.xpi) = 256946 +SHA256 (xpi/firefox-i18n-13.0.1/da.xpi) = a48bd40c28fa07f87153d08e91aebdaab3df3705becd6def3246f4bfcb371ee7 +SIZE (xpi/firefox-i18n-13.0.1/da.xpi) = 254520 +SHA256 (xpi/firefox-i18n-13.0.1/de.xpi) = 013c351b0cefec695652a885469b9f543034f880712ba6c23586e460f0d1ac81 +SIZE (xpi/firefox-i18n-13.0.1/de.xpi) = 263951 +SHA256 (xpi/firefox-i18n-13.0.1/el.xpi) = 2cc7e1fad796f853877d22f603738418ea9e8338a3139803b7a41551cbf3f675 +SIZE (xpi/firefox-i18n-13.0.1/el.xpi) = 279000 +SHA256 (xpi/firefox-i18n-13.0.1/en-GB.xpi) = a0be4d2c8ea6cd10387a6229bf65b368e3aa3a56ee5ffd4ae867c09eab350357 +SIZE (xpi/firefox-i18n-13.0.1/en-GB.xpi) = 245758 +SHA256 (xpi/firefox-i18n-13.0.1/en-US.xpi) = 2ccb42dd7217317c09a97c603c1a7046e4acf4913a4135364e5486c1d795c7a4 +SIZE (xpi/firefox-i18n-13.0.1/en-US.xpi) = 245571 +SHA256 (xpi/firefox-i18n-13.0.1/en-ZA.xpi) = 2eb1c680b541ebe4d0f410952a71402a428f0b43e4990f96266f37a8fca49747 +SIZE (xpi/firefox-i18n-13.0.1/en-ZA.xpi) = 245509 +SHA256 (xpi/firefox-i18n-13.0.1/eo.xpi) = d7ac5ce18ca7ff7b75c46ed5260e73758e40bbf0b7fa41a698591b2dea22f3b9 +SIZE (xpi/firefox-i18n-13.0.1/eo.xpi) = 255732 +SHA256 (xpi/firefox-i18n-13.0.1/es-AR.xpi) = d2383c082fa2586583dfee7babd084ae3de5ea66f0cdfdfb3b55337994ad0580 +SIZE (xpi/firefox-i18n-13.0.1/es-AR.xpi) = 260607 +SHA256 (xpi/firefox-i18n-13.0.1/es-CL.xpi) = 46264ce08445c2018a9f87ffca08e8be400d58fc77ccff7af15a631a243f30d8 +SIZE (xpi/firefox-i18n-13.0.1/es-CL.xpi) = 262564 +SHA256 (xpi/firefox-i18n-13.0.1/es-ES.xpi) = 34cee92d7e7453f74bb565ca462f140eb1ad5195cd0f1b17593b0f944153c56c +SIZE (xpi/firefox-i18n-13.0.1/es-ES.xpi) = 222888 +SHA256 (xpi/firefox-i18n-13.0.1/es-MX.xpi) = c53678df51b9b0c13c9c0ca2889a5bf043a7e5481ddc28a50e5b46bcb94d2c51 +SIZE (xpi/firefox-i18n-13.0.1/es-MX.xpi) = 224344 +SHA256 (xpi/firefox-i18n-13.0.1/et.xpi) = 507a4d24685f9b42842d7b0d1ba55130e471b2cf30ecf4a5e3ccaa3dbc3abd3c +SIZE (xpi/firefox-i18n-13.0.1/et.xpi) = 257287 +SHA256 (xpi/firefox-i18n-13.0.1/eu.xpi) = f63a7c20ce3ff30721a3beed814527a9539f2ecd01565e3790e2876a7dde8ae8 +SIZE (xpi/firefox-i18n-13.0.1/eu.xpi) = 255959 +SHA256 (xpi/firefox-i18n-13.0.1/fa.xpi) = 233b00a6c30d0c0cc9e0d6fb14cd8ad6410d9d076ef9b9de47066b2b538bd8ec +SIZE (xpi/firefox-i18n-13.0.1/fa.xpi) = 288638 +SHA256 (xpi/firefox-i18n-13.0.1/fi.xpi) = 6fe28d86dc3672a72bb3f537f21246c08eacc1560658bab3eb25fb4c36790f8a +SIZE (xpi/firefox-i18n-13.0.1/fi.xpi) = 259347 +SHA256 (xpi/firefox-i18n-13.0.1/fr.xpi) = 171fc907ed13e2d4ace9120438801233cf31840f7807f1bc8dce9abcd95b4518 +SIZE (xpi/firefox-i18n-13.0.1/fr.xpi) = 265516 +SHA256 (xpi/firefox-i18n-13.0.1/fy-NL.xpi) = 6069a405f0a13596e762633c969d5491d0d4ce29386a19958ff9cae521c90637 +SIZE (xpi/firefox-i18n-13.0.1/fy-NL.xpi) = 261430 +SHA256 (xpi/firefox-i18n-13.0.1/ga-IE.xpi) = d74eb196fb9c8290d125318da34522b4c7addceba66b08f8565950a3d8fbe33b +SIZE (xpi/firefox-i18n-13.0.1/ga-IE.xpi) = 267946 +SHA256 (xpi/firefox-i18n-13.0.1/gl.xpi) = 5ddfa76dd532bf0194e8ec26ef2926b0d7a7ca8ee6d55aa11b8479e5db047f78 +SIZE (xpi/firefox-i18n-13.0.1/gl.xpi) = 258722 +SHA256 (xpi/firefox-i18n-13.0.1/gu-IN.xpi) = 11cf8de0e743d1775e2a305542c06249e18e409a4627de23d4d03665bb71861b +SIZE (xpi/firefox-i18n-13.0.1/gu-IN.xpi) = 288768 +SHA256 (xpi/firefox-i18n-13.0.1/he.xpi) = 4892c065530389042200dee6aaf459fae1bd2dac1b64996781583368c866ad65 +SIZE (xpi/firefox-i18n-13.0.1/he.xpi) = 282012 +SHA256 (xpi/firefox-i18n-13.0.1/hi-IN.xpi) = 112ed8ad028632a32a0478f0afef784eae8def91b068a15cf6811f9f479c9249 +SIZE (xpi/firefox-i18n-13.0.1/hi-IN.xpi) = 292937 +SHA256 (xpi/firefox-i18n-13.0.1/hr.xpi) = 3003a31da97fb08586a67eb663ba00305b18cfe7e89c5ac1897d0e18161ace48 +SIZE (xpi/firefox-i18n-13.0.1/hr.xpi) = 259464 +SHA256 (xpi/firefox-i18n-13.0.1/hu.xpi) = 9b49927b94fa9b83f40403116a8712bf5072e5054974c2400ffd35d58454ba43 +SIZE (xpi/firefox-i18n-13.0.1/hu.xpi) = 270034 +SHA256 (xpi/firefox-i18n-13.0.1/hy-AM.xpi) = e3f573db9d05e2601c8a7f8d03ad6f937103043569374bab056c485b654f0241 +SIZE (xpi/firefox-i18n-13.0.1/hy-AM.xpi) = 471219 +SHA256 (xpi/firefox-i18n-13.0.1/id.xpi) = ec514955691d46f474dec9b118dc96f96f7e30cb1f5b014d46533f06066ec63d +SIZE (xpi/firefox-i18n-13.0.1/id.xpi) = 251503 +SHA256 (xpi/firefox-i18n-13.0.1/is.xpi) = 54f5b4f118b2d5912ef879d412b7f9df3c224850f65e260d6c7164c6ab33775f +SIZE (xpi/firefox-i18n-13.0.1/is.xpi) = 258750 +SHA256 (xpi/firefox-i18n-13.0.1/it.xpi) = 4dc7d5608cd81a058595f128780d7012b95bbe49d419dcf3dc5ba2c0a3166212 +SIZE (xpi/firefox-i18n-13.0.1/it.xpi) = 220060 +SHA256 (xpi/firefox-i18n-13.0.1/ja.xpi) = 887cd3f7cc3ff063fa1b5bf96c673b9f893c5d3af0c4f2c9047a95fa60979871 +SIZE (xpi/firefox-i18n-13.0.1/ja.xpi) = 290577 +SHA256 (xpi/firefox-i18n-13.0.1/kk.xpi) = 7c0bc4a05559c6818a8c5edf6ade1bc52c44b64508be2d44352ed659d88172b9 +SIZE (xpi/firefox-i18n-13.0.1/kk.xpi) = 296993 +SHA256 (xpi/firefox-i18n-13.0.1/kn.xpi) = 6f2fcebac1b27a7811926475f5a56e142a8ea674e90cf125a2a566d116965b6e +SIZE (xpi/firefox-i18n-13.0.1/kn.xpi) = 316678 +SHA256 (xpi/firefox-i18n-13.0.1/ko.xpi) = f7409dd8ca5fe6a60ddc0c2d18bf753be2b2c6f004e23986dcc6e1ae6ace2825 +SIZE (xpi/firefox-i18n-13.0.1/ko.xpi) = 242337 +SHA256 (xpi/firefox-i18n-13.0.1/ku.xpi) = 4cdafb447bedf816ef22ca449a6a3b4c4c8c6bf044b6b8c9b109d90b4e0fd204 +SIZE (xpi/firefox-i18n-13.0.1/ku.xpi) = 270090 +SHA256 (xpi/firefox-i18n-13.0.1/lg.xpi) = 4ac12b91073ff6f49eae56975cd38d266ac5a5a8728e398be5338dde34950c31 +SIZE (xpi/firefox-i18n-13.0.1/lg.xpi) = 263028 +SHA256 (xpi/firefox-i18n-13.0.1/lt.xpi) = 69391e3c560d3b1b12c7df9dffa62ea77b3970ee226ffc0c0b97421ee25cba95 +SIZE (xpi/firefox-i18n-13.0.1/lt.xpi) = 329583 +SHA256 (xpi/firefox-i18n-13.0.1/lv.xpi) = 78e94ebc1789618e6a7e2b9e59274381dce49a53ab40eb2d2546dce0cfda19b4 +SIZE (xpi/firefox-i18n-13.0.1/lv.xpi) = 258501 +SHA256 (xpi/firefox-i18n-13.0.1/mai.xpi) = bd613a65ab8a399277ee57e18ac0c5d19cf33129bc4e68e5b36949c7823a0050 +SIZE (xpi/firefox-i18n-13.0.1/mai.xpi) = 292745 +SHA256 (xpi/firefox-i18n-13.0.1/mk.xpi) = 2c6dd1ee676c40de4d65ef4fde4e20828ce581a7527d86e371914c2234af5220 +SIZE (xpi/firefox-i18n-13.0.1/mk.xpi) = 288812 +SHA256 (xpi/firefox-i18n-13.0.1/ml.xpi) = 33fb239eae126d8a6dbd598ca28fae9436aba169b26a396686591973785e069a +SIZE (xpi/firefox-i18n-13.0.1/ml.xpi) = 322304 +SHA256 (xpi/firefox-i18n-13.0.1/mr.xpi) = 0008a1d7f89f56f03abb060fa1f9432eece885108f48640fa4d1be1bd61f966a +SIZE (xpi/firefox-i18n-13.0.1/mr.xpi) = 298588 +SHA256 (xpi/firefox-i18n-13.0.1/nb-NO.xpi) = 9094db460f97a7c2339a482ddc3179784861de7329f87af123e7076e0486e483 +SIZE (xpi/firefox-i18n-13.0.1/nb-NO.xpi) = 256932 +SHA256 (xpi/firefox-i18n-13.0.1/nl.xpi) = b518e4ad453e0753c15a5fa324a4bde5ca20532b1eac357a3131775a275c886e +SIZE (xpi/firefox-i18n-13.0.1/nl.xpi) = 258093 +SHA256 (xpi/firefox-i18n-13.0.1/nn-NO.xpi) = 004f99dd25ff1620526a400af93a9d4adda3f0fa4cba29d17364cb26818b43ac +SIZE (xpi/firefox-i18n-13.0.1/nn-NO.xpi) = 258052 +SHA256 (xpi/firefox-i18n-13.0.1/nso.xpi) = ea7909bc6673743072256d82ab3d603d9dd423bc1593e19d702bcc01237a73ca +SIZE (xpi/firefox-i18n-13.0.1/nso.xpi) = 261460 +SHA256 (xpi/firefox-i18n-13.0.1/or.xpi) = 8bae10e427fc96997586d1ce0e9da6da8c02466705424cb8744d575e3faf3af0 +SIZE (xpi/firefox-i18n-13.0.1/or.xpi) = 297594 +SHA256 (xpi/firefox-i18n-13.0.1/pa-IN.xpi) = 36ed9a15404dc434a01f92360113b463295b1d1f3641db6ce6795dac769f4713 +SIZE (xpi/firefox-i18n-13.0.1/pa-IN.xpi) = 297591 +SHA256 (xpi/firefox-i18n-13.0.1/pl.xpi) = 4ff6441ad9c4b30c68ac2629c80cc883dd85622ece3dfb396357defa5d037b06 +SIZE (xpi/firefox-i18n-13.0.1/pl.xpi) = 267109 +SHA256 (xpi/firefox-i18n-13.0.1/pt-BR.xpi) = c1cf8e064c46c304ea9fb8341dc438b3554bc99c2e439ad4c3578d0e3d067095 +SIZE (xpi/firefox-i18n-13.0.1/pt-BR.xpi) = 262553 +SHA256 (xpi/firefox-i18n-13.0.1/pt-PT.xpi) = f8d069588eb76d35a6d2b1546221de576a07952a5df136124cb3999eda421c97 +SIZE (xpi/firefox-i18n-13.0.1/pt-PT.xpi) = 262148 +SHA256 (xpi/firefox-i18n-13.0.1/rm.xpi) = 2e9dc837ec1dc7b5e7d1b515b086d55e054d9e950ac1af076a1fbfe02c1209ec +SIZE (xpi/firefox-i18n-13.0.1/rm.xpi) = 260196 +SHA256 (xpi/firefox-i18n-13.0.1/ro.xpi) = d8e550aeadb1560ae1636e956890cbfeb0623b586cc3b9b0a3a0f6dd6bb1f4b0 +SIZE (xpi/firefox-i18n-13.0.1/ro.xpi) = 280599 +SHA256 (xpi/firefox-i18n-13.0.1/ru.xpi) = d50fefe1935538e6742e9cecc5dc9a8627164d426e9c46c1a6f669d6bca3e328 +SIZE (xpi/firefox-i18n-13.0.1/ru.xpi) = 263853 +SHA256 (xpi/firefox-i18n-13.0.1/si.xpi) = 9fda07b586493b6bbe896db3c64cbb0abae16d944b3ceebfec27dcd2a7dea6af +SIZE (xpi/firefox-i18n-13.0.1/si.xpi) = 288272 +SHA256 (xpi/firefox-i18n-13.0.1/sk.xpi) = 192373a3ca517e9caff0b46baefb8be9482aaea69b2c69cf0819dcfbf643f8ec +SIZE (xpi/firefox-i18n-13.0.1/sk.xpi) = 270688 +SHA256 (xpi/firefox-i18n-13.0.1/sl.xpi) = 16140ed0170c3ee6efec992690b39fe28f02757b5a11076c08c9e3494a6cb74b +SIZE (xpi/firefox-i18n-13.0.1/sl.xpi) = 256285 +SHA256 (xpi/firefox-i18n-13.0.1/son.xpi) = 17c8bce2675a81eee39a7383fbe571b1e3abf92a5472f9e67f21c9fa93d271e4 +SIZE (xpi/firefox-i18n-13.0.1/son.xpi) = 255120 +SHA256 (xpi/firefox-i18n-13.0.1/sq.xpi) = b6818e40d50da2226fb45ce2632a3be7f37fb9e4d9407b0470783d4c1f949ad6 +SIZE (xpi/firefox-i18n-13.0.1/sq.xpi) = 242591 +SHA256 (xpi/firefox-i18n-13.0.1/sr.xpi) = 880ce4375d4e85bd6d3346d722e1c46b55d09aaff03d8bf5dc2d26cc940fa6e5 +SIZE (xpi/firefox-i18n-13.0.1/sr.xpi) = 293379 +SHA256 (xpi/firefox-i18n-13.0.1/sv-SE.xpi) = 1a073e01354972fa53ecae6e834d796d364bf6556cdd01646716add8da8001b0 +SIZE (xpi/firefox-i18n-13.0.1/sv-SE.xpi) = 294426 +SHA256 (xpi/firefox-i18n-13.0.1/ta-LK.xpi) = 22a90e9d2fb574a567bfb9b8d250b81ec6eb9260d21f20c044afb8ba5a1cbc30 +SIZE (xpi/firefox-i18n-13.0.1/ta-LK.xpi) = 306535 +SHA256 (xpi/firefox-i18n-13.0.1/ta.xpi) = 084ffb4be499348bf8dd22d4f6d8a0463c44add4bb0937753b5894b47b6192a3 +SIZE (xpi/firefox-i18n-13.0.1/ta.xpi) = 289742 +SHA256 (xpi/firefox-i18n-13.0.1/te.xpi) = 4a6a75bbe30365d0f6c73ed502b5c05ba78b0af0113304f22adf170860e2d07d +SIZE (xpi/firefox-i18n-13.0.1/te.xpi) = 305062 +SHA256 (xpi/firefox-i18n-13.0.1/th.xpi) = 6a3e76526b21d665cba41c260a0092a1b7ddca120a39bff842cc51436aea41a6 +SIZE (xpi/firefox-i18n-13.0.1/th.xpi) = 288773 +SHA256 (xpi/firefox-i18n-13.0.1/tr.xpi) = 15c0e12c6c4099f572b2127d1893aa927eda10380ea527cf163f502601758f44 +SIZE (xpi/firefox-i18n-13.0.1/tr.xpi) = 266220 +SHA256 (xpi/firefox-i18n-13.0.1/uk.xpi) = 1133c9640d5946bcb9bc85cc19149da34d0c03078e524f07584dd701d14b9e22 +SIZE (xpi/firefox-i18n-13.0.1/uk.xpi) = 295516 +SHA256 (xpi/firefox-i18n-13.0.1/vi.xpi) = e056fb6aecfc7b4123fe2a201b2ae9a172e3d3b70de01bc90e28082e2a88c8f8 +SIZE (xpi/firefox-i18n-13.0.1/vi.xpi) = 278638 +SHA256 (xpi/firefox-i18n-13.0.1/zh-CN.xpi) = 3eb168e34b45601015eee4e240bbd4d0086f4be9e3d3195cc573410fe221a5e9 +SIZE (xpi/firefox-i18n-13.0.1/zh-CN.xpi) = 273175 +SHA256 (xpi/firefox-i18n-13.0.1/zh-TW.xpi) = 921b5a3778893956e0cd71a449dc71083e043bf570cf7a108a09f7b1c152aefd +SIZE (xpi/firefox-i18n-13.0.1/zh-TW.xpi) = 274099 +SHA256 (xpi/firefox-i18n-13.0.1/zu.xpi) = 49ed335f439d1eb7ea5145bd43780edf0e131fb4a623c1e974552fbc4c286741 +SIZE (xpi/firefox-i18n-13.0.1/zu.xpi) = 261912 Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.271 2012/06/07 06:46:12 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.273 2012/06/19 18:23:11 beat Exp $ # PORTNAME= firefox @@ -66,7 +66,7 @@ .include .if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -USE_GCC= 4.6+ +CFLAGS+= -O0 .endif WRKSRC:= ${WRKSRC}-central-${HGREV:C/.*://} Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.267 2012/04/30 09:18:04 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.273 2012/06/19 18:23:11 beat Exp $ # PORTNAME= firefox -DISTVERSION= 13.0 +DISTVERSION= 13.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -60,7 +60,7 @@ .include .if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -USE_GCC= 4.6+ +CFLAGS+= -O0 .endif WRKSRC:= ${WRKDIR}/mozilla-release Modified: branches/experimental/www/firefox/distinfo ============================================================================== --- branches/experimental/www/firefox/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/firefox/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (firefox-13.0.source.tar.bz2) = dc801286e752ba3c2006caa0728024cb5b92460d9a3a1636c111c1f4f4f50b55 -SIZE (firefox-13.0.source.tar.bz2) = 79605635 +SHA256 (firefox-13.0.1.source.tar.bz2) = c196d07db249735cbe61949ecafe20b9df262b817b44b8a595d3e6daf2d09be3 +SIZE (firefox-13.0.1.source.tar.bz2) = 79561773 Modified: branches/experimental/www/kompozer/Makefile ============================================================================== --- branches/experimental/www/kompozer/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/kompozer/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,13 +2,13 @@ # Date created: August 21, 2004 # Whom: Thierry Thomas # -# $FreeBSD: ports/www/kompozer/Makefile,v 1.50 2011/08/16 18:36:10 flo Exp $ +# $FreeBSD: ports/www/kompozer/Makefile,v 1.51 2012/06/01 05:24:55 dinoex Exp $ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.8b3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/current/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-src Added: branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/kompozer/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp Tue Jun 26 06:05:06 2012 (r806) @@ -0,0 +1,65 @@ +--- modules/libpr0n/decoders/png/nsPNGDecoder.cpp.orig 2009-05-02 18:39:49.000000000 +0200 ++++ modules/libpr0n/decoders/png/nsPNGDecoder.cpp 2012-05-09 13:14:57.000000000 +0200 +@@ -171,7 +171,7 @@ + } + + // we need to do the setjmp here otherwise bad things will happen +- if (setjmp(decoder->mPNG->jmpbuf)) { ++ if (setjmp(png_jmpbuf(decoder->mPNG))) { + png_destroy_read_struct(&decoder->mPNG, &decoder->mInfo, NULL); + + decoder->mError = PR_TRUE; +@@ -227,7 +227,7 @@ + if (width > MOZ_PNG_MAX_DIMENSION || height > MOZ_PNG_MAX_DIMENSION) { + nsPNGDecoder *decoder = NS_STATIC_CAST(nsPNGDecoder*, + png_get_progressive_ptr(png_ptr)); +- longjmp(decoder->mPNG->jmpbuf, 1); ++ longjmp(png_jmpbuf(decoder->mPNG), 1); + } + #undef MOZ_PNG_MAX_DIMENSION + +@@ -307,7 +307,7 @@ + + decoder->mImage = do_CreateInstance("@mozilla.org/image/container;1"); + if (!decoder->mImage) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + decoder->mImageLoad->SetImage(decoder->mImage); + +@@ -319,7 +319,7 @@ + + decoder->mFrame = do_CreateInstance("@mozilla.org/gfx/image/frame;2"); + if (!decoder->mFrame) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + gfx_format format; + +@@ -341,7 +341,7 @@ + // then initalize the frame and append it to the container + nsresult rv = decoder->mFrame->Init(0, 0, width, height, format, 24); + if (NS_FAILED(rv)) +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + + decoder->mImage->AppendFrame(decoder->mFrame); + +@@ -362,7 +362,7 @@ + decoder->ibpr = bpr; + decoder->interlacebuf = (PRUint8 *)nsMemory::Alloc(decoder->ibpr*height); + if (!decoder->interlacebuf) { +- longjmp(decoder->mPNG->jmpbuf, 5); // NS_ERROR_OUT_OF_MEMORY ++ longjmp(png_jmpbuf(decoder->mPNG), 5); // NS_ERROR_OUT_OF_MEMORY + } + } + +@@ -555,7 +555,7 @@ + error_callback(png_structp png_ptr, png_const_charp error_msg) + { + PR_LOG(gPNGLog, PR_LOG_ERROR, ("libpng error: %s\n", error_msg)); +- longjmp(png_ptr->jmpbuf, 1); ++ longjmp(png_jmpbuf(png_ptr), 1); + } + + Modified: branches/experimental/www/libxul19/Makefile ============================================================================== --- branches/experimental/www/libxul19/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/libxul19/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,12 @@ # Date created: 2006-02-20 # Whom: Michael Johnson # -# $FreeBSD: ports/www/libxul/Makefile,v 1.35 2012/03/14 11:34:02 beat Exp $ +# $FreeBSD: ports/www/libxul/Makefile,v 1.36 2012/06/01 05:24:56 dinoex Exp $ # PORTNAME= libxul DISTVERSION= 1.9.2.28 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= firefox/releases/3.6.28/source Modified: branches/experimental/www/linux-firefox/Makefile ============================================================================== --- branches/experimental/www/linux-firefox/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-firefox/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 2004-09-17 # Whom: voisine # -# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.93 2012/04/24 20:53:35 beat Exp $ +# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.94 2012/06/05 21:17:35 beat Exp $ # PORTNAME= firefox -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US Modified: branches/experimental/www/linux-firefox/distinfo ============================================================================== --- branches/experimental/www/linux-firefox/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-firefox/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.4esr.tar.bz2) = 5a0ca703cc9fed4c02dba868cf99101ca7110a77540f3aba00b44907c686d0a1 -SIZE (firefox-10.0.4esr.tar.bz2) = 17298473 +SHA256 (firefox-10.0.5esr.tar.bz2) = 6d8d4b35c00b582514d7745f3b6e560c09c70732bba8c45374ee6dbc81c084e5 +SIZE (firefox-10.0.5esr.tar.bz2) = 17296995 Modified: branches/experimental/www/linux-seamonkey/Makefile ============================================================================== --- branches/experimental/www/linux-seamonkey/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-seamonkey/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 1 February 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.60 2012/04/25 05:18:50 beat Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.63 2012/06/19 16:04:18 beat Exp $ # PORTNAME= seamonkey -PORTVERSION= 2.9 +PORTVERSION= 2.10.1 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: branches/experimental/www/linux-seamonkey/Makefile.common ============================================================================== --- branches/experimental/www/linux-seamonkey/Makefile.common Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-seamonkey/Makefile.common Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.15 2009/12/12 14:00:35 beat Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.18 2012/06/19 16:04:19 beat Exp $ # CATEGORIES+= linux Modified: branches/experimental/www/linux-seamonkey/distinfo ============================================================================== --- branches/experimental/www/linux-seamonkey/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-seamonkey/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.9.tar.bz2) = f887fdc373950427d53f0592cc79d45c7c178a957d8a05adb5b0b8d88fd28bbf -SIZE (seamonkey-2.9.tar.bz2) = 22745213 +SHA256 (seamonkey-2.10.1.tar.bz2) = 6599fdd30fb6f69df1ecabb61ad7fca021a42223afbc266f84c623d65688c031 +SIZE (seamonkey-2.10.1.tar.bz2) = 22910552 Modified: branches/experimental/www/linux-seamonkey/pkg-plist ============================================================================== --- branches/experimental/www/linux-seamonkey/pkg-plist Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/linux-seamonkey/pkg-plist Tue Jun 26 06:05:06 2012 (r806) @@ -124,6 +124,9 @@ @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true @dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/jssubloader/185/resource +@dirrm lib/%%APP_NAME%%/jssubloader/185 +@dirrm lib/%%APP_NAME%%/jssubloader @dirrm lib/%%APP_NAME%%/jsloader/resource @dirrm lib/%%APP_NAME%%/jsloader @dirrm lib/%%APP_NAME%%/isp Modified: branches/experimental/www/seamonkey-i18n/Makefile ============================================================================== --- branches/experimental/www/seamonkey-i18n/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/seamonkey-i18n/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.21 2012/04/25 05:18:50 beat Exp $ +# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.22 2012/05/11 01:57:59 beat Exp $ # PORTNAME= seamonkey-i18n -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: branches/experimental/www/seamonkey-i18n/distinfo ============================================================================== --- branches/experimental/www/seamonkey-i18n/distinfo Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/seamonkey-i18n/distinfo Tue Jun 26 06:05:06 2012 (r806) @@ -1,44 +1,44 @@ -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ca.langpack.xpi) = 3586cfe01cb20da7a9ba8f078438d7074011d90a28fbfc29c1976146fcdedc4c -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ca.langpack.xpi) = 816788 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.cs.langpack.xpi) = 1620a68b038bf74356a335be806b02c335dfde5a93467577825a1858287dea1f -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.cs.langpack.xpi) = 821566 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.de.langpack.xpi) = 59d106460542563ae248af3b66c1e1c0e417a78c7185fc65a87438520fafcf89 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.de.langpack.xpi) = 862442 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-GB.langpack.xpi) = 6bf12f8cc1078eda596190546a9c1a9b6d43c4202d9bb674bb62403514e881a4 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-GB.langpack.xpi) = 791747 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-US.langpack.xpi) = b2d22c944f2e3c2b0b67568c312b14dbf85488470975911f3f62fd9f81603159 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.en-US.langpack.xpi) = 791354 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-AR.langpack.xpi) = 05727b1713ca4e334a2a902723a9b05db644dbba47c039bf607e24c2b243eea7 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-AR.langpack.xpi) = 862276 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-ES.langpack.xpi) = 9b017d6e97cdc02cd9641ce80bf49e590a53dd9735df51dc37c803b72a96447e -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.es-ES.langpack.xpi) = 791378 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fi.langpack.xpi) = 108c11f8d3020226a4b986fbb8a12a819130aeecbaff24905acdf3f8ba2a59a2 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fi.langpack.xpi) = 811710 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fr.langpack.xpi) = 5f435c9576b9c2a543abdb71ab1d2e47f8cadd2eccad42b985a67da6799d355b -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.fr.langpack.xpi) = 817436 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.hu.langpack.xpi) = bb2ac4ece752d7d5def11717be2029fdf7a0a23a282e7815db71b2f3d1854c29 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.hu.langpack.xpi) = 836335 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.it.langpack.xpi) = a026a4cda726df8c1cd473931fdadbb682cc0e3aa0603d67ca7bdd04da674cc7 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.it.langpack.xpi) = 741586 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja-JP-mac.langpack.xpi) = 4680b0ca6619330ff1e04d8b382f0ea090b13364b5a2844d0d1d3c1c5d7245ec -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja-JP-mac.langpack.xpi) = 891826 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja.langpack.xpi) = dc986500e97558a4154c8e795bbb6f2090d52c8e724a0a3ee58260f69d7a00ae -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ja.langpack.xpi) = 867235 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.lt.langpack.xpi) = 8229d0411a87d550d31cb7452b1671c6bc645d51dcb69e83b9ebf9bca349707f -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.lt.langpack.xpi) = 935533 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nb-NO.langpack.xpi) = 634880b73641033e24453c04b5a3b8ca7d88ba7812228cef58f5921abcc352a0 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nb-NO.langpack.xpi) = 810285 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nl.langpack.xpi) = 927ae08f5b312940b5412b52deea56771da9c1f6b7812dab868f85945912d8cc -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.nl.langpack.xpi) = 808494 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pl.langpack.xpi) = 0c4db3e733808403428281c05ec454809e78374b7b8654d3d3e21f80e33dbd2a -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pl.langpack.xpi) = 832375 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pt-PT.langpack.xpi) = b2a17ff2312b5eae95f87a3d8d18f3cd81afcdd99ad8a8807643716144517602 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.pt-PT.langpack.xpi) = 847905 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ru.langpack.xpi) = 02eae91a197815f0dffc568144d39786979834903528e8b0d7250e35d6defa0b -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.ru.langpack.xpi) = 895673 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sk.langpack.xpi) = 4776d13bebda0fc62ad50e500314df69d53957a2ebe420eb7aa55de4b3db6b02 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sk.langpack.xpi) = 845682 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sv-SE.langpack.xpi) = a4e16dc0640ade710ae3cdafc5121dbdb7e11233744dbb2495cd85dc476087a1 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.sv-SE.langpack.xpi) = 873453 -SHA256 (xpi/seamonkey-i18n-2.9/seamonkey-2.9.tr.langpack.xpi) = 0f60e19042df5352326a0a40760f00368ee1ab9628ae877e68a64079403b7d34 -SIZE (xpi/seamonkey-i18n-2.9/seamonkey-2.9.tr.langpack.xpi) = 812532 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = b08f59c866fcedad3f56907ba58403e8412056b2e86579bdc46eb13a89d64af5 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ca.langpack.xpi) = 816788 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 8d45826f882d885030d3a0c6d42fdbdc055dcd056e1d19c545fdbbd72e3f805a +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.cs.langpack.xpi) = 821567 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 9ba90ae3d9bb6c37524dd9ad1c7e7b4a08cd9cbdf27ae32d6aa812c1678d8a09 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.de.langpack.xpi) = 862443 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 13d5830aec455c4426e6ea2a57f5eb1ddd230fdb781267016b12376576251096 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-GB.langpack.xpi) = 791747 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = dc9252e2dbd775bd96998b12b1b7d9df44225ea762d6679300b0fd524f4c937a +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.en-US.langpack.xpi) = 791354 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 64e31013c2d1eb3a354595d83ae3ab66f28c94496d2752a3e4cc93c1e260de35 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-AR.langpack.xpi) = 862277 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = fccab4832cd33833f12ed7537af1c597df7ca917725bafd77ac94c05dde3d61d +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.es-ES.langpack.xpi) = 791379 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 6e462e2cba5f8f06a45e3d88f0c4f0fff54b1d12ac55aff5f71615226cfca9d1 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fi.langpack.xpi) = 811711 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 33314c8b1774e3e9ac68c95556d9ee7ae548786f944add0af57958221f1b0eda +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.fr.langpack.xpi) = 817437 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = ac80b79fa8939172872196ddd33fb867f2814d4956e647d1d65abf310ba2c31e +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.hu.langpack.xpi) = 836335 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 7907090f60e287ef9120e0d626c10a54d1ce0f45cb5688c8a0681616400cd311 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.it.langpack.xpi) = 741586 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 2de0984e97284b909a9e88d5fea974f133566e5c9f706425291ee08ad132a970 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja-JP-mac.langpack.xpi) = 891827 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 16d7f9eca6cab4b9bf9241c9a9499fedc7629b7f41a177fae0a171363db5b57c +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ja.langpack.xpi) = 867236 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = f2212afb392f79d1443c23ce3a2bec0f7fc481c7cad9ef9c92585176a3b46aaa +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.lt.langpack.xpi) = 935534 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = c909f0a13208710323765680e72bfc80a6abf5a670d05c0eb262f87d2e66afbc +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nb-NO.langpack.xpi) = 810284 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 8b24996c45b6198a06f883232b445b04651d0c6e0b5e5974370ecda6e96c572b +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.nl.langpack.xpi) = 808494 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 328bd252d599c2ff98342488d8ff9f9f4ef368f792a03743bea3947c79dc661e +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pl.langpack.xpi) = 832375 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = d6b37cd0e93b36bd94d1b402f1a145fef3722244b47a61e818a83149cfbbdf8c +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.pt-PT.langpack.xpi) = 847906 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = ee09e9708f456e23e16c52eaf64690bb7380703e6d655b836c97144014033294 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.ru.langpack.xpi) = 895673 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 0261c0334354e48e70b4b67b8cb6ba4eadeb8584fafc30c4840bbc4321b18acd +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sk.langpack.xpi) = 845683 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = a50b14efaf1c782b536178105c31e9c5afbe762e85daec02cd3df8745240d2f6 +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.sv-SE.langpack.xpi) = 873454 +SHA256 (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 2bd704fe8bd2760cb89f06fcceb377a76c53d0d1186af3fe83aba27c94d1e9ef +SIZE (xpi/seamonkey-i18n-2.9.1/seamonkey-2.9.1.tr.langpack.xpi) = 812532 Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:02:28 2012 (r805) +++ branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:05:06 2012 (r806) @@ -2,7 +2,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.324 2012/04/25 05:18:49 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.326 2012/06/01 05:25:02 dinoex Exp $ # PORTNAME= seamonkey @@ -64,7 +64,7 @@ .include .if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -USE_GCC= 4.6+ +CFLAGS+= -O0 .endif MOZSRC:= ${WRKDIR}/comm-release/mozilla From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:05:38 2012 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 922EE106566B for ; Tue, 26 Jun 2012 06:05:38 +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 1BC218FC0C for ; Tue, 26 Jun 2012 06:05:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q65bWk022324 for ; Tue, 26 Jun 2012 06:05:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q65WKk021985 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:05:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:05:32 GMT Message-Id: <201206260605.q5Q65WKk021985@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] r807 - branches/experimental/mail/thunderbird 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, 26 Jun 2012 06:05:38 -0000 Author: jbeich Date: Tue Jun 26 06:05:31 2012 New Revision: 807 Log: thunderbird unlike firefox still needs to pass -Wno-return-type-c-linkage Modified: branches/experimental/mail/thunderbird/Makefile Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:05:06 2012 (r806) +++ branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:05:31 2012 (r807) @@ -99,6 +99,10 @@ BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm .endif +.if !empty(CXX:M*clang++*) +CFLAGS+= -Wno-return-type-c-linkage +.endif + .if ${CXXFLAGS:M-stdlib=libc++} CXXABI= -lcxxrt .else From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:06:18 2012 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 2CE29106564A for ; Tue, 26 Jun 2012 06:06:18 +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 93D6D8FC0A for ; Tue, 26 Jun 2012 06:06:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q66GRl024377 for ; Tue, 26 Jun 2012 06:06:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q66Bph023169 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:06:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:06:11 GMT Message-Id: <201206260606.q5Q66Bph023169@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] r808 - in branches/experimental/www: firefox firefox-esr firefox-nightly 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, 26 Jun 2012 06:06:18 -0000 Author: jbeich Date: Tue Jun 26 06:06:11 2012 New Revision: 808 Log: unbreak PGO after r781, r792 Modified: branches/experimental/www/firefox-esr/Makefile branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile Modified: branches/experimental/www/firefox-esr/Makefile ============================================================================== --- branches/experimental/www/firefox-esr/Makefile Tue Jun 26 06:05:31 2012 (r807) +++ branches/experimental/www/firefox-esr/Makefile Tue Jun 26 06:06:11 2012 (r808) @@ -84,7 +84,7 @@ USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -MAKEFILE= client.mk +MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild .endif @@ -148,7 +148,7 @@ @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ <${FILESDIR}/mozconfig-profile_guided_optimization.in \ >> ${BUILD_WRKSRC}/.mozconfig - (cd ${WRKSRC} && ${GMAKE} distclean) + (cd ${BUILD_WRKSRC} && ${GMAKE} distclean) .endif port-pre-install: Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:05:31 2012 (r807) +++ branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:06:11 2012 (r808) @@ -74,6 +74,7 @@ .if ${OSVERSION} > 1000011 MOZ_OPTIONS+= --enable-jemalloc CONFIGURE_ENV+= MOZ_JEMALLOC=1 +MAKE_ENV+= MOZ_JEMALLOC=1 # PGO configure .endif .if ${ARCH} == powerpc64 @@ -96,7 +97,7 @@ USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -MAKEFILE= client.mk +MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild .endif @@ -156,7 +157,7 @@ @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ <${FILESDIR}/mozconfig-profile_guided_optimization.in \ >> ${BUILD_WRKSRC}/.mozconfig - (cd ${WRKSRC} && ${GMAKE} distclean) + (cd ${BUILD_WRKSRC} && ${GMAKE} distclean) .endif port-pre-install: Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Jun 26 06:05:31 2012 (r807) +++ branches/experimental/www/firefox/Makefile Tue Jun 26 06:06:11 2012 (r808) @@ -88,7 +88,7 @@ USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -MAKEFILE= client.mk +MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild .endif @@ -148,7 +148,7 @@ @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ <${FILESDIR}/mozconfig-profile_guided_optimization.in \ >> ${BUILD_WRKSRC}/.mozconfig - (cd ${WRKSRC} && ${GMAKE} distclean) + (cd ${BUILD_WRKSRC} && ${GMAKE} distclean) .endif port-pre-install: From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:07:38 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 287A51065686 for ; Tue, 26 Jun 2012 06:07:38 +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 9BA0A8FC1D for ; Tue, 26 Jun 2012 06:07:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q67alk027463 for ; Tue, 26 Jun 2012 06:07:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q67Vuq025606 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:07:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:07:31 GMT Message-Id: <201206260607.q5Q67Vuq025606@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] r809 - in branches/experimental: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-nightly www/firefox-nightly/files www/firefox/files www/seamonkey www/seamonkey/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, 26 Jun 2012 06:07:38 -0000 Author: jbeich Date: Tue Jun 26 06:07:31 2012 New Revision: 809 Log: unbreak build with base gcc on >= 9.x PR: ports/169389 Added: branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Modified: branches/experimental/mail/thunderbird/Makefile branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -63,10 +63,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla Added: branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,11 @@ +--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; + Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -65,10 +65,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC:= ${WRKSRC}-central-${HGREV:C/.*://} .if ${OSVERSION} > 1000011 Added: branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,10 @@ +--- gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/firefox/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -59,10 +59,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC:= ${WRKDIR}/mozilla-release .if ${ARCH} == powerpc64 Added: branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,10 @@ +--- gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -63,10 +63,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - MOZSRC:= ${WRKDIR}/comm-release/mozilla WRKSRC= ${WRKDIR}/comm-release Added: branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,11 @@ +--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; + From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 07:31:33 2012 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 47B3D106566C for ; Tue, 26 Jun 2012 07:31:33 +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 ABAE28FC17 for ; Tue, 26 Jun 2012 07:31:32 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q7VVQg015808 for ; Tue, 26 Jun 2012 07:31:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q7VQsk015517 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 07:31:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 07:31:26 GMT Message-Id: <201206260731.q5Q7VQsk015517@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] r810 - in branches/experimental: mail/thunderbird-beta www/firefox-beta www/seamonkey-beta 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, 26 Jun 2012 07:31:33 -0000 Author: jbeich Date: Tue Jun 26 07:31:25 2012 New Revision: 810 Log: remove empty dirs after r803 Deleted: branches/experimental/mail/thunderbird-beta/ branches/experimental/www/firefox-beta/ branches/experimental/www/seamonkey-beta/ From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 07:35:59 2012 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B185E1065670; Tue, 26 Jun 2012 07:35:59 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8456B8FC19; Tue, 26 Jun 2012 07:35:59 +0000 (UTC) Received: from tor18.anonymizer.ccc.de ([31.172.30.1]:56181 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SjQJR-002N9b-C1; Tue, 26 Jun 2012 03:35:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=ebJ/TUes5rQzwu55ANggB21f1vcevh90xDarHrxosV0=; b=KSMj45hM6wcLQeRK1NsI+npfaT9tLknsLCkdkZnK37WLCbskQ2H4KxJiwsrHQsGFObbEF971xx7QdWr1RJZ+dk9a8Jf6NKgjXb7XoGMRk0bkLtHApcoJ6ZAp/wf/W1JGpSUsbjqpHHR8dWJSbwRX6yyBj3WWuO+7d8vO5CCvuM4=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SjQIO-000Pwp-JN; Tue, 26 Jun 2012 07:34:46 +0000 From: Jan Beich To: Andriy Gapon Date: Tue, 26 Jun 2012 19:34:22 +1200 References: <4FE88B87.1040405@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SjQIO-000Pwp-JN@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@FreeBSD.org Subject: Re: mail/thunderbird: build process is not restartable? 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: Tue, 26 Jun 2012 07:35:59 -0000 Andriy Gapon writes: [...] > `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' > gmake[7]: *** No rule to make target > `../../../xpcom/idl-parser/cache/xpidllex.py', needed by `libs'. Stop. > > $ find /usr/obj/ports/$PWD/work/comm-release -name xpidllex.py > /usr/obj/ports//usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/idl-parser/xpidllex.py > Does it happen on experimental branch, too? My builds restart just fine, clang dies too often during compilation. From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 08:19:34 2012 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 CDD2F1065672 for ; Tue, 26 Jun 2012 08:19:34 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 919388FC17 for ; Tue, 26 Jun 2012 08:19:34 +0000 (UTC) Received: from rainbowwarrior.torservers.net ([77.247.181.164]:35812 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SjGiB-001Em9-Di; Mon, 25 Jun 2012 17:20:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=+hW0qmBL8Mz8SPzO4H0ocVHVKOPNH3YmN933Oo6Rws8=; b=AxYkft8rRKP8KG4EJz6yrY2HYZDUQVy9DhXn9VwcsX2PkDJ6WB9SDpmDhuBCmC7b57RYDuLUJie+QEXO+7iGcxXdzxC8LBc/SiYAivK/xHFxDr/PHz+6U75w5zfj3nyWnbbp3TxrZCUwWV1TAH/sSW6x3cCYGD3cCjkndfW4Zig=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SjGhR-0009kz-4E; Mon, 25 Jun 2012 21:19:57 +0000 From: Jan Beich To: AN In-Reply-To: (AN's message of "Mon, 25 Jun 2012 17:10:52 -0400 (EDT)") Date: Tue, 26 Jun 2012 06:19:28 +0900 References: <201206252104.q5PL4CUO011532@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SjGhR-0009kz-4E@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r801 - branches/experimental/www/firefox-nightly 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: Tue, 26 Jun 2012 08:19:34 -0000 AN writes: > On Mon, 25 Jun 2012, svn-freebsd-gecko@chruetertee.ch wrote: > >> Author: jbeich >> Date: Mon Jun 25 21:04:12 2012 >> New Revision: 801 >> >> Log: >> add a target to make trivial updates easier, e.g. >> >> $ make update && make makesum && make all deinstall install [...] > Jan: > > What is the procedure to use this? Now, I do make in my local FF > nightly directory. > > Should I use Makefile.hgrev now? Most of the time the are no changes that require FreeBSD specific patches. So, it's possible to update the port without waiting for me. The exact command is in the commit log. As for Makefile.hgrev, it's included neath the end of port's Makefile. >> +.include "Makefile.hgrev" >> .include From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 08:19:40 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C04461065670 for ; Tue, 26 Jun 2012 08:19:40 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 71B3C8FC0A for ; Tue, 26 Jun 2012 08:19:40 +0000 (UTC) Received: from tor18.anonymizer.ccc.de ([31.172.30.1]:50616 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SjGUs-0017Jd-50; Mon, 25 Jun 2012 17:06:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=nUvrw0FA7CGyxXxRAIKobXz8DHlmEUFE/U15UHsC07w=; b=o0en+rhnkG+cYKXqGLIs4AsAf6cD/D5MScHOdWWJm45UMPcIJmTSlzdyQBdo1cNuH7sjalSPhd9dnKx9VX6QW9su6rBu8MEG1YIjaV/KQA7bBLs3KPRtSSbV9K4hL1DJFCEvc+Bg6JL2ZIEU9WX5ETKONyn3YvZPwiMB94p46yk=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SjGTi-0008XJ-3o; Mon, 25 Jun 2012 21:05:48 +0000 From: Jan Beich To: AN Date: Mon, 25 Jun 2012 19:05:59 -0200 References: <201206221902.q5MJ2KkJ083430@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SjGTi-0008XJ-3o@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r790 - in branches/experimental: Mk www/firefox-nightly www/firefox-nightly/files 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: Tue, 26 Jun 2012 08:19:40 -0000 AN writes: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #22 r237334: Wed Jun > 20 15:33:00 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL > amd64 > FreeBSD 10.0-CURRENT #0 r237484: Sat Jun 23 17:09:02 UTC 2012 foo@bar:/s/FOO amd64 > linux-f10-flashplugin-11.2r202.236 Adobe Flash Player NPAPI Plugin same version and works fine, Nightly built with clang > > After updating today it seems that the flash plugin is broken for me. > It had been working fine up till now. Is anyone else experiencing > this? Try disabling dom.ipc.plugins.enabled, building with clang or commenting out jemalloc3 ifdef in the port's Makefile. > > > firefox-nightly-16.0.97387,1 Web browser based on the browser portion > of Mozilla firefox-nightly-16.0.97562,1 - trivial update as described in r800. From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 09:18:20 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF358106564A for ; Tue, 26 Jun 2012 09:18:20 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 57D6C8FC14 for ; Tue, 26 Jun 2012 09:18:18 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 28FAB40003 for ; Tue, 26 Jun 2012 11:18:18 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 1E92440004; Tue, 26 Jun 2012 11:18:18 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 99FA440003; Tue, 26 Jun 2012 11:18:16 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3WM1rS1Wr3z8ggx; Tue, 26 Jun 2012 11:18:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id y2Z-QLR9zpT3; Tue, 26 Jun 2012 11:18:14 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3WM1rQ22Vjz8ggv; Tue, 26 Jun 2012 11:18:14 +0200 (CEST) Received: from tifa.daemonic.se (tifa.daemonic.se [10.32.0.6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3WM1rQ0tNkz9Ctq; Tue, 26 Jun 2012 11:18:13 +0200 (CEST) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id 54F1A228F2; Tue, 26 Jun 2012 11:18:13 +0200 (CEST) Message-ID: <4FE97E54.3040907@daemonic.se> Date: Tue, 26 Jun 2012 11:18:12 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: freebsd-gecko@freebsd.org References: <201206260605.q5Q65WKk021985@trillian.chruetertee.ch> In-Reply-To: <201206260605.q5Q65WKk021985@trillian.chruetertee.ch> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-freebsd-gecko@chruetertee.ch Subject: Re: [SVN-Commit] r807 - branches/experimental/mail/thunderbird 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: Tue, 26 Jun 2012 09:18:20 -0000 > +.if !empty(CXX:M*clang++*) > +CFLAGS+= -Wno-return-type-c-linkage > +.endif > + Just a quick note, remember that clang can be installed as cc as well... Regards! -- Niclas Zeising From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:00:56 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07EB71065670 for ; Tue, 26 Jun 2012 06:00:56 +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 4CD618FC0A for ; Tue, 26 Jun 2012 06:00:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q60rqE005268 for ; Tue, 26 Jun 2012 06:00:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q60jZZ069407 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:00:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:00:45 GMT Message-Id: <201206260600.q5Q60jZZ069407@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 X-Mailman-Approved-At: Tue, 26 Jun 2012 11:12:10 +0000 Subject: [SVN-Commit] r803 - in branches/experimental: mail/thunderbird-beta mail/thunderbird-beta/files www/firefox-beta www/firefox-beta/files www/seamonkey-beta www/seamonkey-beta/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, 26 Jun 2012 06:00:56 -0000 Author: jbeich Date: Tue Jun 26 06:00:44 2012 New Revision: 803 Log: nuke obsolete -betas Deleted: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/mail/thunderbird-beta/distinfo branches/experimental/mail/thunderbird-beta/files/moz_pis_S50cleanhome branches/experimental/mail/thunderbird-beta/files/patch-bug741737 branches/experimental/mail/thunderbird-beta/files/patch-config-autoconf.mk.in branches/experimental/mail/thunderbird-beta/files/patch-configure.in branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-time_posix.cc branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-build-build_config.h branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mail-app-nsMailApp.cpp branches/experimental/mail/thunderbird-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp branches/experimental/mail/thunderbird-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-browser-installer-package-manifest.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-build-autoconf-config.sub branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config-mkdepend-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config_autoconf.mk.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-configure.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-db-sqlite3-src-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config_config.mk branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-configure.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jscpucfg.h branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jsnum.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-layout-generic-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.c branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.h branches/experimental/mail/thunderbird-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-nss-lib-Makefile branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-library-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in branches/experimental/mail/thunderbird-beta/files/patch-mozilla__content__base__public__nsContentUtils.h branches/experimental/mail/thunderbird-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp branches/experimental/mail/thunderbird-beta/files/patch-mozilla_toolkit_xre_glxtest.cpp branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.h branches/experimental/mail/thunderbird-beta/files/thunderbird.desktop.in branches/experimental/mail/thunderbird-beta/pkg-descr branches/experimental/www/firefox-beta/Makefile branches/experimental/www/firefox-beta/Makefile.webplugins branches/experimental/www/firefox-beta/distinfo branches/experimental/www/firefox-beta/files/firefox.desktop.in branches/experimental/www/firefox-beta/files/mozconfig-profile_guided_optimization.in branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp branches/experimental/www/firefox-beta/files/patch-browser-installer-package-manifest.in branches/experimental/www/firefox-beta/files/patch-bug741737 branches/experimental/www/firefox-beta/files/patch-build-pgo-profileserver.py branches/experimental/www/firefox-beta/files/patch-config_autoconf.mk.in branches/experimental/www/firefox-beta/files/patch-config_config.mk branches/experimental/www/firefox-beta/files/patch-config_mkdepend_Makefile.in branches/experimental/www/firefox-beta/files/patch-configure.in branches/experimental/www/firefox-beta/files/patch-content__base__public__nsContentUtils.h branches/experimental/www/firefox-beta/files/patch-db_sqlite3_src_Makefile.in branches/experimental/www/firefox-beta/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp branches/experimental/www/firefox-beta/files/patch-gfx-qcms-Makefile.in branches/experimental/www/firefox-beta/files/patch-gfx-qcms-qcmstypes.h branches/experimental/www/firefox-beta/files/patch-gfx-thebes-gfxPlatform.cpp branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/firefox-beta/files/patch-ipc-chromium-Makefile.in branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-dir_reader_linux.h branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-message_pump_libevent.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-time_posix.cc branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-build-build_config.h branches/experimental/www/firefox-beta/files/patch-js-src-Makefile.in branches/experimental/www/firefox-beta/files/patch-js-src-config-mkdepend_Makefile.in branches/experimental/www/firefox-beta/files/patch-js-src-config_config.mk branches/experimental/www/firefox-beta/files/patch-js-src-configure.in branches/experimental/www/firefox-beta/files/patch-js-src-jscpucfg.h branches/experimental/www/firefox-beta/files/patch-js-src-methodjit-MethodJIT.cpp branches/experimental/www/firefox-beta/files/patch-js_src_jsnum.cpp branches/experimental/www/firefox-beta/files/patch-layout_generic_Makefile.in branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.c branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.h branches/experimental/www/firefox-beta/files/patch-memory-mozalloc-mozalloc.cpp branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.h branches/experimental/www/firefox-beta/files/patch-security-coreconf-FreeBSD.mk branches/experimental/www/firefox-beta/files/patch-security-nss-lib-Makefile branches/experimental/www/firefox-beta/files/patch-security-nss-lib-freebl-mpi-mpcpucache.c branches/experimental/www/firefox-beta/files/patch-security_manager_ssl_src_nsNSSComponent.cpp branches/experimental/www/firefox-beta/files/patch-toolkit-xre-nsAppRunner.cpp branches/experimental/www/firefox-beta/files/patch-toolkit_library_Makefile.in branches/experimental/www/firefox-beta/files/patch-toolkit_xre_Makefile.in branches/experimental/www/firefox-beta/files/patch-widget-qt-nsNativeThemeQt.cpp branches/experimental/www/firefox-beta/files/patch-xpcom-io-nsAppFileLocationProvider.cpp branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h branches/experimental/www/firefox-beta/files/patch-xpcom__threads__nsThreadManager.cpp branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp branches/experimental/www/firefox-beta/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in branches/experimental/www/firefox-beta/pkg-descr branches/experimental/www/firefox-beta/pkg-message branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey-beta/distinfo branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk branches/experimental/www/seamonkey-beta/files/extra-patch-configure.in branches/experimental/www/seamonkey-beta/files/extra-patch-security_manager_Makefile.in branches/experimental/www/seamonkey-beta/files/moz_pis_S50cleanhome branches/experimental/www/seamonkey-beta/files/mozconfig-generic.in branches/experimental/www/seamonkey-beta/files/patch-bug741737 branches/experimental/www/seamonkey-beta/files/patch-config-rules.mk branches/experimental/www/seamonkey-beta/files/patch-config_autoconf.mk.in branches/experimental/www/seamonkey-beta/files/patch-configure.in branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-time_posix.cc branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-build-build_config.h branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-ldap-xpcom-src-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp branches/experimental/www/seamonkey-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-browser-installer-package-manifest.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-autoconf-config.sub branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-unix-run-mozilla.sh branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-autoconf.mk.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-gcc-stl-wrapper.template.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-imakemdep.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-configure.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-content-svg-content-src-nsSVGElement.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-chromium_types.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-build-autoconf-config.sub branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-configure.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-jscpucfg.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.c branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.h branches/experimental/www/seamonkey-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-nss-lib-Makefile branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-library-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-mozilla__content__base__public__nsContentUtils.h branches/experimental/www/seamonkey-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp branches/experimental/www/seamonkey-beta/files/patch-suite-build-Makefile.in branches/experimental/www/seamonkey-beta/files/patch-xptcall-amd64 branches/experimental/www/seamonkey-beta/files/patch-xptcall-ia64 branches/experimental/www/seamonkey-beta/files/patch-xptcall-sparc64 branches/experimental/www/seamonkey-beta/files/seamonkey.desktop.in branches/experimental/www/seamonkey-beta/pkg-deinstall.in branches/experimental/www/seamonkey-beta/pkg-descr branches/experimental/www/seamonkey-beta/pkg-install.in Deleted: branches/experimental/mail/thunderbird-beta/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,178 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke -# -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.146 2012/03/14 09:49:01 beat Exp $ -# - -PORTNAME= thunderbird -DISTVERSION= 12.0b4 -CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}.source - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ - cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ - unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -CONFLICTS_BUILD= spidermonkey-* - -USE_AUTOTOOLS= autoconf213:env -USE_GECKO= gecko -CONFLICTS= thunderbird-10.* -USE_MOZILLA= # empty - -MAKE_JOBS_SAFE= yes -WANT_GNOME= yes -USE_QT4= # empty -QT_NONSTANDARD= yes -ALL_TARGET= default -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GL= gl - -MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket -MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-single-profile --disable-profilesharing \ - --enable-application=mail --enable-official-branding \ - --disable-updater --disable-necko-wifi -MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 -MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 -MOZ_PKGCONFIG_FILES= - -PORTNAME_ICON= ${MOZILLA}.png -PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png - -SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js -MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome - -OPTIONS_DEFAULT=DBUS -OPTIONS= LIGHTNING "Enable calendar extension" off - -.include - -WRKSRC= ${WRKDIR}/comm-beta -MOZSRC:= ${WRKSRC}/mozilla - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if ${ARCH} == amd64 || ${ARCH} == i386 -BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm -.endif - -.if !empty(CXX:M*clang++*) -CFLAGS+= -Wno-return-type-c-linkage -.endif - -.if ${CXXFLAGS:M-stdlib=libc++} -CXXABI= -lcxxrt -.else -CXXABI= # implied -.endif - -.if defined(WITH_LIGHTNING) -MOZ_OPTIONS+= --enable-calendar -MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar -LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi -XPI_LIBDIR= ${PREFIX}/lib/xpi -XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} -XPI_ID= lightning@thunderbird.mozilla.org -.else -MOZ_OPTIONS+= --disable-calendar -.endif - -post-extract: - @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ - <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop - -post-patch: - @${GREP} -Flr -e MSG_LINEBREAK -e CRLF ${WRKSRC}/mailnews \ - | ${XARGS} ${REINPLACE_CMD} -Ee 's/"(MSG_|CRLF)/" \1/g' \ - -e 's/(BREAK|CRLF)"/\1 "/g' - @${GREP} -Flr \"/proc ${MOZSRC}/ipc/chromium/src/base | ${XARGS} ${REINPLACE_CMD} \ - -e 's|/proc/self/fd|/dev/fd|' \ - -e 's|/proc["/]|/compat/linux&|' - @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - -e 's|%%CXXABI%%|${CXXABI}|' \ - ${MOZSRC}/storage/build/Makefile.in \ - ${MOZSRC}/toolkit/library/Makefile.in \ - ${MOZSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/mail/app/nsMailApp.cpp \ - ${MOZSRC}/security/manager/ssl/src/Makefile.in \ - ${MOZSRC}/js/src/config/mkdepend/Makefile.in \ - ${MOZSRC}/js/src/config/config.mk - -pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) - -port-pre-install: - ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults - -pre-install: - @${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} - @${ECHO_CMD} 'share/pixmaps/${PORTNAME_ICON}' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} - -post-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${PREFIX}/share/applications - ${LN} -sf ${PORTNAME_ICON_SRC} ${PREFIX}/share/pixmaps/${PORTNAME_ICON} -.if defined(WITH_LIGHTNING) - @${MKDIR} ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird - @(cd ${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${XPI_ID} - @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${XPI_LIBDIR}/${XPI_ID}/install.rdf - @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${XPI_ID} - @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true - @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true - @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -not -type d) | ${SORT} | \ - ${SED} -ne 's,^,lib/xpi/,p' >> ${TMPPLIST} - @${ECHO_CMD} 'lib/xpi/symlinks/thunderbird/${XPI_ID}' >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/thunderbird/extensions/${XPI_ID}' >> ${TMPPLIST} - @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -type d) | ${SORT} -r | \ - ${SED} -ne 's,^,@dirrm lib/xpi/,p' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks/thunderbird 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi 2>/dev/null || true' >> ${TMPPLIST} -.endif - -.include Deleted: branches/experimental/mail/thunderbird-beta/distinfo ============================================================================== --- branches/experimental/mail/thunderbird-beta/distinfo Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,2 +0,0 @@ -SHA256 (thunderbird-12.0b4.source.tar.bz2) = 1f7d75f0f33c2f60f93ca03349953d34dfd9c1a0057050cf2c5e4655f45068df -SIZE (thunderbird-12.0b4.source.tar.bz2) = 101721253 Deleted: branches/experimental/mail/thunderbird-beta/files/moz_pis_S50cleanhome ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/moz_pis_S50cleanhome Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,34 +0,0 @@ -#!/bin/sh -# - -# S50cleanhome -# a script to polite ${HOME}/${MOZ_PIS_USER_DIR} - -# We run in our own subshell - -# First, verify protocol -[ "$1" != "start" ] && exit 1 -[ -z "${MOZ_PIS_API}" -o ${MOZ_PIS_API} -ne 2 ] && exit 1 -[ -z "${MOZ_PIS_MOZBINDIR}" -o ! -d "${MOZ_PIS_MOZBINDIR}" ] && exit 1 -[ -z "${HOME}" -o ! -d "${HOME}" ] && exit 1 -[ -z "${MOZ_PIS_USER_DIR}" -o ! -d "${HOME}/${MOZ_PIS_USER_DIR}" ] && exit 1 - -# Try to polite ${HOME}/${MOZ_PIS_USER_DIR} - -# This must be really needed? -# rm -f "${$HOME}/${MOZ_PIS_USER_DIR}/pluginreg.dat" - -# Try to polite profile dirs -if [ -f "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" ]; then - sed -e '/Path=/! d' -e "s,Path=,${HOME}/${MOZ_PIS_USER_DIR}/," \ - "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ - | while read dir - do - [ ! -d "${dir}" ] && continue - # at last, debian do this, we do for new builds - # rm -f "${dir}/XUL.mfasl" - # make reclaculate compreg.dat, xpti.dat for new builds - [ "${dir}/compreg.dat" -ot "${MOZ_PIS_MOZBINDIR}/components.ini" ] && - rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" - done -fi Deleted: branches/experimental/mail/thunderbird-beta/files/patch-bug741737 ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-bug741737 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,93 +0,0 @@ -changeset: 91900:eee73897136b -user: Martin Stransky -date: Tue Apr 17 19:57:40 2012 -0400 -summary: Bug 741737 - Configure libvpx with pkgconfig. r=khuey, a=npotb - -diff --git a/configure.in b/configure.in ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -5591,12 +5591,10 @@ MOZ_ARG_DISABLE_BOOL(webm, - - dnl system libvpx Support - dnl ======================================================== --MOZ_ARG_WITH_STRING(system-libvpx, --[ --with-system-libvpx=[PFX] -- Use system libvpx [installed at prefix PFX]], -- LIBVPX_DIR=$withval) -- --MOZ_NATIVE_LIBVPX= -+MOZ_ARG_WITH_BOOL(system-libvpx, -+[ --with-system-libvpx Use system libvpx (located with pkgconfig)], -+ MOZ_NATIVE_LIBVPX=1) -+ - MOZ_LIBVPX_INCLUDES= - MOZ_LIBVPX_LIBS= - -@@ -5609,54 +5607,18 @@ if test -n "$MOZ_WEBM"; then - AC_DEFINE(MOZ_VP8_ENCODER) - fi - -- if test -n "$LIBVPX_DIR" -a "$LIBVPX_DIR" != no; then -- _SAVE_CFLAGS=$CFLAGS -- _SAVE_LDFLAGS=$LDFLAGS -- _SAVE_LIBS=$LIBS -- if test "${LIBVPX_DIR}" = "yes"; then -- LIBVPX_DIR=/usr -- fi -- CFLAGS="-I${LIBVPX_DIR}/include $CFLAGS" -- LDFLAGS="-L${LIBVPX_DIR}/lib $LDFLAGS" -- MOZ_NATIVE_LIBVPX_DEC_TEST= -- MOZ_CHECK_HEADER(vpx/vpx_decoder.h, -- [if test ! -f "${LIBVPX_DIR}/include/vpx/vpx_decoder.h"; then -- AC_MSG_ERROR([vpx/vpx_decoder.h found, but is not in ${LIBVPX_DIR}/include]) -- fi], -- AC_MSG_ERROR([--with-system-libvpx requested but vpx/vpx_decoder.h not found])) -- AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, -- [MOZ_NATIVE_LIBVPX_DEC_TEST=1], -- ([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])) -- if test -n "$MOZ_NATIVE_LIBVPX_DEC_TEST" ; then -- AC_MSG_CHECKING([for libvpx version >= v1.0.0]) -- dnl We need at least v1.0.0 to fix several crash bugs (for which we -- dnl had local patches prior to v1.0.0). -- dnl -- dnl This is a terrible test for the library version, but we don't -- dnl have a good one. There is no version number in a public header, -- dnl and testing the headers still doesn't guarantee we link against -- dnl the right version. While we could call vpx_codec_version() at -- dnl run-time, that would break cross-compiling. There are no -- dnl additional exported decoder symbols between the v1.0.0 release -- dnl and the v0.9.7 one to check for. -- AC_TRY_COMPILE([ -- #include -- #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS) -- #error "test failed." -- #endif -- ], -- [return 0;], -- [AC_MSG_RESULT([yes]) -- MOZ_NATIVE_LIBVPX=1 -- AC_DEFINE(MOZ_NATIVE_LIBVPX) -- MOZ_LIBVPX_INCLUDES="-I${LIBVPX_DIR}/include" -- MOZ_LIBVPX_LIBS="-L${LIBVPX_DIR}/lib -lvpx"], -- [AC_MSG_RESULT([no]) -- AC_MSG_ERROR([--with-system-libvpx requested but it is not v1.0.0 or later])]) -- fi -- CFLAGS=$_SAVE_CFLAGS -- LDFLAGS=$_SAVE_LDFLAGS -- LIBS=$_SAVE_LIBS -+ if test -n "$MOZ_NATIVE_LIBVPX"; then -+ dnl ============================ -+ dnl === libvpx Version check === -+ dnl ============================ -+ dnl Check to see if we have a system libvpx package. -+ PKG_CHECK_MODULES(LIBVPX, vpx >= 1.0.0) -+ -+ MOZ_CHECK_HEADER([vpx/vpx_decoder.h], [], -+ [AC_MSG_ERROR([Couldn't find vpx/vpx_decoder.h which is required for build with system libvpx. Use --without-system-libvpx to build with in-tree libvpx.])]) -+ -+ AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, [], -+ [AC_MSG_ERROR([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])]) - fi - fi - - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-config-autoconf.mk.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-config-autoconf.mk.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- config/autoconf.mk.in.orig 2009-04-24 03:46:37.000000000 +0200 -+++ config/autoconf.mk.in 2009-05-11 15:03:26.000000000 +0200 -@@ -57,14 +57,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ Deleted: branches/experimental/mail/thunderbird-beta/files/patch-configure.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,122 +0,0 @@ ---- configure.in.orig 2011-12-19 14:48:06.000000000 +0100 -+++ configure.in 2011-12-19 15:51:19.000000000 +0100 -@@ -1410,7 +1410,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1430,7 +1430,7 @@ - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -1753,7 +1753,7 @@ - esac - - case "${host_cpu}" in -- x86_64) -+ amd64 | x86_64) - HOST_CFLAGS="$HOST_CFLAGS -D_AMD64_" - ;; - esac -@@ -2415,6 +2415,9 @@ - x86_64-*) - AC_DEFINE(_AMD64_) - ;; -+ amd64*) -+ AC_DEFINE(_AMD64_) -+ ;; - *) - AC_DEFINE(_CPU_ARCH_NOT_DEFINED) - ;; -@@ -2486,7 +2489,7 @@ - else - DLL_SUFFIX=".so.1.0" - fi -- MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/X11R6)/lib' -+ MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/local)/lib' - DSO_CFLAGS='' - DSO_PIC_CFLAGS='-fPIC' - DSO_LDOPTS='-shared -fPIC' -@@ -3304,11 +3307,11 @@ - ;; - *) - MOZ_CHECK_PTHREADS(pthreads, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthreads", - MOZ_CHECK_PTHREADS(pthread, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthread", - MOZ_CHECK_PTHREADS(c_r, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthread", - MOZ_CHECK_PTHREADS(c, - USE_PTHREADS=1 - ) -@@ -3383,18 +3386,18 @@ - *-*-freebsd*) - AC_DEFINE(_REENTRANT) - AC_DEFINE(_THREAD_SAFE) -- dnl -pthread links in -lc_r, so don't specify it explicitly. -+ dnl -pthread links in -pthread, so don't specify it explicitly. - if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="-pthread" - else -- _PTHREAD_LDFLAGS="-lc_r" -+ _PTHREAD_LDFLAGS="-pthread" - fi - ;; - - *-*-openbsd*|*-*-bsdi*) - AC_DEFINE(_REENTRANT) - AC_DEFINE(_THREAD_SAFE) -- dnl -pthread links in -lc_r, so don't specify it explicitly. -+ dnl -pthread links in -pthread, so don't specify it explicitly. - if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="-pthread" - fi -@@ -3569,7 +3572,7 @@ - ac_cv_func_iconv, - [AC_TRY_LINK([ - #include -- #include -+ #include "/usr/local/include/iconv.h" - ], - [ - iconv_t h = iconv_open("", ""); -@@ -3590,7 +3593,7 @@ - ac_cv_func_const_iconv, - [AC_TRY_COMPILE([ - #include -- #include -+ #include "/usr/local/include/iconv.h" - ], - [ - const char *input = "testing"; -@@ -4218,6 +4218,9 @@ else - NSPR_LIBS='`$(LIBXUL_DIST)/sdk/bin/nspr-config --prefix='${LIBXUL_DIST}' --libdir='${LIBXUL_DIST}'/lib --libs`' - fi - fi -+if test -n "$MOZ_NATIVE_NSPR"; then -+ AC_DEFINE(MOZ_NATIVE_NSPR) -+fi - - dnl system libevent Support - dnl ======================================================== -@@ -4383,7 +4386,7 @@ - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS - --if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then -+if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then - ZLIB_CFLAGS="-I${ZLIB_DIR}/include" - ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" - fi Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/atomicops_internals_mutex.cc~ -+++ mozilla/ipc/chromium/src/base/atomicops_internals_mutex.cc -@@ -39,6 +39,7 @@ - * ***** END LICENSE BLOCK ***** */ - - #include "base/atomicops.h" -+#include "base/lock.h" - - namespace base { - namespace subtle { Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- mozilla/ipc/chromium/src/base/file_util_linux.cc~ -+++ mozilla/ipc/chromium/src/base/file_util_linux.cc -@@ -5,6 +5,7 @@ - #include "base/file_util.h" - - #include -+#include - - #include - #include -@@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { - #ifdef ANDROID - return GetTempDir(path); - #else -- *path = FilePath("/dev/shm"); -+ *path = FilePath("/tmp"); - return true; - #endif - } Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/base/file_util_posix.cc~ -+++ mozilla/ipc/chromium/src/base/file_util_posix.cc -@@ -30,6 +30,8 @@ - #include "base/string_util.h" - #include "base/time.h" - -+#define stat64 stat -+ - namespace file_util { - - #if defined(GOOGLE_CHROME_BUILD) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/platform_file_posix.cc~ -+++ mozilla/ipc/chromium/src/base/platform_file_posix.cc -@@ -9,6 +9,7 @@ - #ifdef ANDROID - #include - #endif -+#include - - #include "base/logging.h" - #include "base/string_util.h" Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2011-04-27 09:34:28.000000000 +0200 -+++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc 2011-04-27 19:47:36.344446266 +0200 -@@ -34,7 +33,8 @@ - #if defined(OS_MACOSX) - return mach_thread_self(); - #elif defined(OS_LINUX) -- return syscall(__NR_gettid); -+ // TODO(BSD): find a better thread ID -+ return reinterpret_cast(pthread_self()); - #endif - } - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/base/third_party/nspr/prcpucfg.h~ -+++ mozilla/ipc/chromium/src/base/third_party/nspr/prcpucfg.h -@@ -34,7 +34,7 @@ - #include "base/third_party/nspr/prcpucfg_win.h" - #elif defined(__APPLE__) - #include "base/third_party/nspr/prcpucfg_mac.h" --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #include "base/third_party/nspr/prcpucfg_linux.h" - #else - #error Provide a prcpucfg.h appropriate for your platform Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-time_posix.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-base-time_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/time_posix.cc~ -+++ mozilla/ipc/chromium/src/base/time_posix.cc -@@ -8,6 +9,7 @@ - #include - #endif - #include -+#include - #ifdef ANDROID - #include - #else Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-build-build_config.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ipc-chromium-src-build-build_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/build/build_config.h~ -+++ mozilla/ipc/chromium/src/build/build_config.h -@@ -17,7 +17,7 @@ - // A set of macros to use for platform detection. - #if defined(__APPLE__) - #define OS_MACOSX 1 --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #define OS_LINUX 1 - #elif defined(_WIN32) - #define OS_WIN 1 Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2009-11-10 09:56:42.000000000 +0100 -+++ ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 09:58:15.000000000 +0100 -@@ -254,6 +254,10 @@ - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - ifeq ($(OS_ARCH), NetBSD) - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) - endif Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in.orig 2008-09-11 16:38:35.000000000 +0200 -+++ ldap/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in 2009-12-09 08:53:46.000000000 +0100 -@@ -147,6 +147,11 @@ - CUSTOM_LIBS=1 - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+CUSTOM_LIBS=1 -+endif -+ - # no extra libs on HP-UX - ifeq ($(OS_ARCH), HP-UX) - CUSTOM_LIBS=1 Deleted: branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in~ -+++ ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in -@@ -188,6 +188,9 @@ endif - - OBJDEST = $(OBJDIR_NAME) - -+# accept -pthread with MOZ_NATIVE_NSS -+LINK_DLL = $(CC_FOR_LINK) -shared -o $@ $(OBJS) $(EXTRA_DLL_LIBS) -+ - ########################################################################### - - ifeq ($(USE_DLL_EXPORTS_FILE), 1) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mail-app-nsMailApp.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mail-app-nsMailApp.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mail/app/nsMailApp.cpp~ -+++ mail/app/nsMailApp.cpp -@@ -154,6 +154,7 @@ int main(int argc, char* argv[]) - TriggerQuirks(); - #endif - -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { - Output("Couldn't calculate the application directory.\n"); Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- mailnews/addrbook/src/nsDirPrefs.cpp~ -+++ mailnews/addrbook/src/nsDirPrefs.cpp -@@ -375,7 +375,7 @@ static bool DIR_SetServerPosition(nsVoid - DIR_Server *s=nsnull; - - switch (position) { -- case DIR_POS_APPEND: -+ case (PRInt32)DIR_POS_APPEND: - /* Do nothing if the request is to append a server that is already - * in the list. - */ -@@ -401,7 +401,7 @@ static bool DIR_SetServerPosition(nsVoid - wholeList->AppendElement(server); - break; - -- case DIR_POS_DELETE: -+ case (PRInt32)DIR_POS_DELETE: - /* Remove the prefs corresponding to the given server. If the prefName - * value is nsnull, the server has never been saved and there are no - * prefs to remove. Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,29 +0,0 @@ ---- mailnews/compose/src/nsSmtpProtocol.cpp~ -+++ mailnews/compose/src/nsSmtpProtocol.cpp -@@ -127,16 +127,16 @@ nsresult nsExplainErrorDetails(nsISmtpUr - - switch (code) - { -- case NS_ERROR_SMTP_SERVER_ERROR: -- case NS_ERROR_TCP_READ_ERROR: -- case NS_ERROR_SMTP_TEMP_SIZE_EXCEEDED: -- case NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_1: -- case NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_2: -- case NS_ERROR_SENDING_FROM_COMMAND: -- case NS_ERROR_SENDING_RCPT_COMMAND: -- case NS_ERROR_SENDING_DATA_COMMAND: -- case NS_ERROR_SENDING_MESSAGE: -- case NS_ERROR_SMTP_GREETING: -+ case (int)NS_ERROR_SMTP_SERVER_ERROR: -+ case (int)NS_ERROR_TCP_READ_ERROR: -+ case (int)NS_ERROR_SMTP_TEMP_SIZE_EXCEEDED: -+ case (int)NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_1: -+ case (int)NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_2: -+ case (int)NS_ERROR_SENDING_FROM_COMMAND: -+ case (int)NS_ERROR_SENDING_RCPT_COMMAND: -+ case (int)NS_ERROR_SENDING_DATA_COMMAND: -+ case (int)NS_ERROR_SENDING_MESSAGE: -+ case (int)NS_ERROR_SMTP_GREETING: - bundle->GetStringFromID(NS_ERROR_GET_CODE(code), getter_Copies(eMsg)); - msg = nsTextFormatter::vsmprintf(eMsg.get(), args); - break; Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-browser-installer-package-manifest.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-browser-installer-package-manifest.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,24 +0,0 @@ ---- mozilla/browser/installer/package-manifest.in~ -+++ mozilla/browser/installer/package-manifest.in -@@ -58,9 +58,11 @@ - #ifndef MOZ_STATIC_JS - @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ - #endif -+#ifndef MOZ_NATIVE_NSPR - @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ -+#endif - @BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@ - #ifdef XP_MACOSX - @BINPATH@/XUL -@@ -109,7 +111,9 @@ - #endif - @BINPATH@/platform.ini - #ifndef XP_OS2 -+#ifndef MOZ_NATIVE_SQLITE - @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ -+#endif - #else - @BINPATH@/mozsqlt3@DLL_SUFFIX@ - #endif Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-build-autoconf-config.sub ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-build-autoconf-config.sub Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/build/autoconf/config.sub.orig 2010-01-05 12:26:13.000000000 +0100 -+++ mozilla/build/autoconf/config.sub 2010-01-05 12:26:46.000000000 +0100 -@@ -403,9 +403,6 @@ - amd64) - basic_machine=x86_64-pc - ;; -- amd64-*) -- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -- ;; - amdahl) - basic_machine=580-amdahl - os=-sysv Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config-mkdepend-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config-mkdepend-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004 -+++ mozilla/config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004 -@@ -57,6 +57,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config_autoconf.mk.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-config_autoconf.mk.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,31 +0,0 @@ ---- mozilla/config/autoconf.mk.in.orig 2007-08-28 12:02:43.000000000 -0400 -+++ mozilla/config/autoconf.mk.in 2007-09-26 14:21:51.000000000 -0400 -@@ -58,14 +58,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ -@@ -275,7 +275,7 @@ - OS_CPPFLAGS = @CPPFLAGS@ - OS_CFLAGS = $(OS_CPPFLAGS) @CFLAGS@ - OS_CXXFLAGS = $(OS_CPPFLAGS) @CXXFLAGS@ --OS_LDFLAGS = @LDFLAGS@ -+OS_LDFLAGS = @LDFLAGS@ -lc - - OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@ - OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@ - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-configure.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,109 +0,0 @@ ---- mozilla/configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ mozilla/configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4230,6 +4233,9 @@ - if test -z "$LIBEVENT_DIR" -o "$LIBEVENT_DIR" = no; then - MOZ_NATIVE_LIBEVENT= - else -+PKG_CHECK_MODULES(MOZ_LIBEVENT, libevent, -+ [MOZ_NATIVE_LIBEVENT=1 -+ MOZ_LIBEVENT_INCLUDES="$MOZ_LIBEVENT_CFLAGS"], [ - if test "${LIBEVENT_DIR}" = "yes"; then - LIBEVENT_DIR=/usr - fi -@@ -4242,10 +4248,11 @@ else - AC_MSG_ERROR([--with-system-libevent requested but event.h not found])) - AC_CHECK_LIB(event, event_init, - [MOZ_NATIVE_LIBEVENT=1 -- MOZ_LIBEVENT_INCLUDES="${LIBEVENT_DIR}/include" -+ MOZ_LIBEVENT_INCLUDES="-I${LIBEVENT_DIR}/include" - MOZ_LIBEVENT_LIBS="-L${LIBEVENT_DIR}/lib -levent"], - [MOZ_NATIVE_LIBEVENT= MOZ_LIBEVENT_INCLUDES= MOZ_LIBEVENT_LIBS=]) - fi -+]) - CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS - --if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then -+if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then - ZLIB_CFLAGS="-I${ZLIB_DIR}/include" - ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" - fi -@@ -6022,6 +6024,14 @@ - VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" - VPX_X86_ASM=1 - ;; -+ FreeBSD:i386) -+ VPX_ASFLAGS="-f elf32 -rnasm -pnasm" -+ VPX_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" -+ VPX_X86_ASM=1 -+ ;; - SunOS:x86) - VPX_ASFLAGS="-f elf32 -rnasm -pnasm" - VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then - LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" - LIBJPEG_TURBO_X64_ASM=1 - ;; -+ FreeBSD:i386) -+ LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" -+ LIBJPEG_TURBO_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" -+ LIBJPEG_TURBO_X64_ASM=1 -+ ;; - SunOS:i?86) - LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" - LIBJPEG_TURBO_X86_ASM=1 Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-db-sqlite3-src-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-db-sqlite3-src-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500 -+++ mozilla/db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/dom/plugins/ipc/PluginMessageUtils.cpp~ -+++ mozilla/dom/plugins/ipc/PluginMessageUtils.cpp -@@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const - i += with.length(); - } - -- return munged; -+ return munged.c_str(); - } - #endif - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- mozilla/gfx/qcms/Makefile.in.orig 2010-11-25 20:10:32.000000000 +0100 -+++ mozilla/gfx/qcms/Makefile.in 2010-11-25 20:10:06.000000000 +0100 -@@ -44,6 +44,11 @@ - endif - endif - endif -+ifeq ($(OS_TEST),amd64) -+ CSRCS += transform-sse2.c transform-sse1.c -+ SSE1_FLAGS=-msse -+ SSE2_FLAGS=-msse2 -+endif - - FORCE_STATIC_LIB = 1 - # This library is used by other shared libs Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/gfx/qcms/qcmstypes.h.orig 2010-11-22 12:01:36.000000000 +0100 -+++ mozilla/gfx/qcms/qcmstypes.h 2010-11-22 12:02:42.000000000 +0100 -@@ -25,7 +25,7 @@ - #ifdef __OS2__ - /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ - #include --#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -+#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) - typedef PRUptrdiff uintptr_t; - #endif - #endif Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,34 +0,0 @@ ---- mozilla/gfx/thebes/gfxPlatform.cpp~ 2012-02-07 11:59:39.717184907 +0000 -+++ mozilla/gfx/thebes/gfxPlatform.cpp 2012-02-07 13:06:01.084668445 +0000 -@@ -446,6 +446,7 @@ - static_cast(srcBuffer)->Release(); - } - -+#ifdef MOZ_TREE_CAIRO - void SourceSnapshotDetached(cairo_surface_t *nullSurf) - { - gfxImageSurface* origSurf = -@@ -453,6 +454,7 @@ - - origSurf->SetData(&kSourceSurface, NULL, NULL); - } -+#endif - - RefPtr - gfxPlatform::GetSourceSurfaceForSurface(DrawTarget *aTarget, gfxASurface *aSurface) -@@ -522,6 +524,7 @@ - imgSurface->Stride(), - format); - -+ #ifdef MOZ_TREE_CAIRO - cairo_surface_t *nullSurf = - cairo_null_surface_create(CAIRO_CONTENT_COLOR_ALPHA); - cairo_surface_set_user_data(nullSurf, -@@ -530,6 +533,7 @@ - NULL); - cairo_surface_attach_snapshot(imgSurface->CairoSurface(), nullSurf, SourceSnapshotDetached); - cairo_surface_destroy(nullSurf); -+ #endif - } - - srcBuffer->AddRef(); Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/gfx/ycbcr/Makefile.in~ -+++ mozilla/gfx/ycbcr/Makefile.in -@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) - else -+ifeq ($(OS_ARCH),FreeBSD) -+CPPSRCS += yuv_row_posix.cpp \ -+ $(NULL) -+else - ifeq ($(OS_ARCH),SunOS) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) -@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ - $(NULL) - endif # Darwin - endif # SunOS -+endif # FreeBSD - endif # linux - endif # windows - \ No newline at end of file Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- mozilla/ipc/chromium/Makefile.in~ -+++ mozilla/ipc/chromium/Makefile.in -@@ -23,9 +23,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 += $(MOZ_LIBEVENT_INCLUDES) - endif # } - - vpath %.cc \ Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- mozilla/ipc/chromium/src/base/dir_reader_linux.h.orig 2011-12-16 21:29:22.000000000 +0100 -+++ mozilla/ipc/chromium/src/base/dir_reader_linux.h 2011-12-19 21:00:27.000000000 +0100 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -19,6 +20,8 @@ - - namespace base { - -+#define linux_dirent struct dirent -+#if 0 - struct linux_dirent { - uint64_t d_ino; - int64_t d_off; -@@ -26,11 +29,16 @@ - unsigned char d_type; - char d_name[0]; - }; -+#endif - - class DirReaderLinux { - public: - explicit DirReaderLinux(const char* directory_path) -+#ifdef O_DIRECTORY - : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), -+#else -+ : fd_(open(directory_path, O_RDONLY)), -+#endif - offset_(0), - size_(0) { - memset(buf_, 0, sizeof(buf_)); -@@ -57,7 +65,7 @@ - if (offset_ != size_) - return true; - -- const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_)); -+ const int r = syscall(SYS_getdents, fd_, buf_, sizeof(buf_)); - if (r == 0) - return false; - if (r == -1) { Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ -+++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc -@@ -6,6 +6,7 @@ - - #include - #include -+#include - - #include "eintr_wrapper.h" - #include "base/logging.h" -@@ -15,7 +15,7 @@ - #include "base/scoped_nsautorelease_pool.h" - #include "base/scoped_ptr.h" - #include "base/time.h" --#include "third_party/libevent/event.h" -+#include "event.h" - - // Lifecycle of struct event - // Libevent uses two main data structures: Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- mozilla/js/src/Makefile.in.orig 2012-03-15 20:40:13.000000000 +0100 -+++ mozilla/js/src/Makefile.in 2012-03-16 10:03:18.000000000 +0100 -@@ -352,7 +352,7 @@ - # For architectures without YARR JIT, PCRE is faster than the YARR - # interpreter (bug 684559). - --ifeq (,$(filter arm% sparc %86 x86_64 mips%,$(TARGET_CPU))) -+ifeq (,$(filter arm% sparc %86 amd64 x86_64 mips%,$(TARGET_CPU))) - - VPATH += $(srcdir)/yarr/pcre \ - $(NULL) -@@ -418,6 +418,9 @@ - else - #CPPSRCS += only_on_x86.cpp - endif -+ifeq (amd64, $(TARGET_CPU)) -+#CPPSRCS += only_on_x86_64.cpp -+endif - endif - ifeq (arm, $(TARGET_CPU)) - #CPPSRCS += only_on_arm.cpp -@@ -737,7 +740,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) --EXTRA_LIBS += -pthread -+EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),Linux) - EXTRA_LIBS += -ldl Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/js/src/config/mkdepend/Makefile.in.orig 2010-01-19 21:27:45.000000000 +0100 -+++ mozilla/js/src/config/mkdepend/Makefile.in 2010-01-20 21:55:56.000000000 +0100 -@@ -71,7 +71,7 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I/usr/local/include - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config_config.mk ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-config_config.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/config/config.mk.orig 2009-08-07 00:49:23.000000000 +0200 -+++ mozilla/js/src/config/config.mk 2009-08-09 20:50:05.000000000 +0200 -@@ -506,6 +506,7 @@ - -I$(srcdir) \ - -I. \ - -I$(DIST)/include -I$(DIST)/include/nsprpub \ -+ -I%%LOCALBASE%%/include \ - $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \ - $(OS_INCLUDES) \ - $(NULL) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-configure.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- mozilla/js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100 -+++ mozilla/js/src/configure.in 2012-03-07 21:03:11.000000000 +0100 -@@ -1470,7 +1470,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1492,7 +1492,7 @@ - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -2814,6 +2814,16 @@ - AC_DEFINE(JS_CPU_X86) - AC_DEFINE(JS_NUNBOX32) - ;; -+amd64*-*) -+ ENABLE_TRACEJIT=1 -+ NANOJIT_ARCH=X64 -+ ENABLE_METHODJIT=1 -+ ENABLE_MONOIC=1 -+ ENABLE_POLYIC=1 -+ ENABLE_POLYIC_TYPED_ARRAY=1 -+ AC_DEFINE(JS_CPU_X64) -+ AC_DEFINE(JS_PUNBOX64) -+ ;; - x86_64*-*) - ENABLE_METHODJIT=1 - ENABLE_MONOIC=1 -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jscpucfg.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jscpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,22 +0,0 @@ ---- mozilla/js/src/jscpucfg.h.orig 2012-01-18 17:38:54.409461514 +0100 -+++ mozilla/js/src/jscpucfg.h 2012-01-18 17:38:59.522462164 +0100 -@@ -77,6 +77,19 @@ - #define IS_BIG_ENDIAN 1 - #endif - -+#elif defined(__FreeBSD__) -+#include -+ -+#if defined(BYTE_ORDER) -+#if BYTE_ORDER == LITTLE_ENDIAN -+#define IS_LITTLE_ENDIAN 1 -+#undef IS_BIG_ENDIAN -+#elif BYTE_ORDER == BIG_ENDIAN -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#endif -+#endif -+ - #elif defined(JS_HAVE_ENDIAN_H) - #include - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jsnum.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-jsnum.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,28 +0,0 @@ ---- mozilla/js/src/jsnum.cpp.orig Sun Nov 5 18:37:07 2006 -+++ mozilla/js/src/jsnum.cpp Sun Nov 5 18:42:31 2006 -@@ -45,6 +45,9 @@ - #if defined(XP_WIN) || defined(XP_OS2) - #include - #endif -+#if defined(__FreeBSD__) -+#include -+#endif - #include - #include - #include -@@ -532,7 +535,15 @@ static jsdouble NaN; - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#include -+#define FIX_FPU() (fedisableexcept(FE_ALL_EXCEPT)) -+ -+#else -+ - #define FIX_FPU() ((void)0) -+ -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ - - #endif - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- mozilla/js/src/methodjit/MethodJIT.cpp~ -+++ mozilla/js/src/methodjit/MethodJIT.cpp -@@ -171,7 +171,7 @@ - - JS_STATIC_ASSERT(offsetof(FrameRegs, sp) == 0); - --#if defined(__linux__) && defined(JS_CPU_X64) -+#if defined(__ELF__) && defined(JS_CPU_X64) - # define SYMBOL_STRING_RELOC(name) #name "@plt" - #else - # define SYMBOL_STRING_RELOC(name) SYMBOL_STRING(name) -@@ -149,7 +149,7 @@ - - #if defined(XP_MACOSX) - # define HIDE_SYMBOL(name) ".private_extern _" #name --#elif defined(__linux__) -+#elif defined(__ELF__) - # define HIDE_SYMBOL(name) ".hidden" #name - #else - # define HIDE_SYMBOL(name) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-layout-generic-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-layout-generic-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- mozilla/layout/generic/Makefile.in.orig 2011-07-06 05:09:28.000000000 +0200 -+++ mozilla/layout/generic/Makefile.in 2011-07-06 21:49:25.105659269 +0200 -@@ -159,9 +159,10 @@ - -I$(srcdir)/../../content/html/content/src \ - -I$(srcdir)/../../dom/base \ - -I$(srcdir)/../../dom/plugins/base \ -- $(MOZ_CAIRO_CFLAGS) \ - $(NULL) - -+ CXXFLAGS += $(MOZ_CAIRO_CFLAGS) -+ - ifdef MOZ_ENABLE_GTK2 - CXXFLAGS += $(MOZ_GTK2_CFLAGS) - endif - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.c ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.c Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/media/libvpx/vpx_config_c.c~ -+++ mozilla/media/libvpx/vpx_config_c.c -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.c" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.c" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.c" - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-media-libvpx-vpx_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/media/libvpx/vpx_config.h~ -+++ mozilla/media/libvpx/vpx_config.h -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.h" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.h" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.h" - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/memory/mozalloc/mozalloc.cpp~ -+++ mozilla/memory/mozalloc/mozalloc.cpp -@@ -52,6 +52,9 @@ - #if defined(XP_UNIX) - # include // for valloc on *BSD - #endif //if defined(XP_UNIX) -+#ifdef __FreeBSD__ -+# include // for malloc_usable_size -+#endif - - #if defined(MOZ_MEMORY) - // jemalloc.h doesn't redeclare symbols if they're provided by the OS -@@ -259,7 +262,7 @@ moz_malloc_usable_size(void *ptr) - - #if defined(XP_MACOSX) - return malloc_size(ptr); --#elif defined(MOZ_MEMORY) || defined(XP_LINUX) -+#elif defined(MOZ_MEMORY) || defined(XP_LINUX) || defined(__FreeBSD__) - // XXX: the |defined(XP_LINUX)| may be too lax; some Linux installations - // might use a libc that doesn't have malloc_usable_size. Let's fix this - // if/when it happens. Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,46 +0,0 @@ ---- mozilla/security/coreconf/FreeBSD.mk.orig 2010-02-28 23:30:04.000000000 +0000 -+++ mozilla/security/coreconf/FreeBSD.mk 2010-03-03 02:05:22.000000000 +0000 -@@ -49,8 +49,24 @@ - 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 -+endif -+ifeq ($(OS_TEST),ia64) -+CPU_ARCH = ia64 -+endif -+ifeq ($(OS_TEST),powerpc64) -+CPU_ARCH = powerpc -+USE_64 = 1 -+endif -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+endif -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 - endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -78,7 +90,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -87,4 +99,6 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+USE_SYSTEM_ZLIB = 1 -+ZLIB_LIBS = -lz -+INCLUDES += -I$(LOCALBASE)/include Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-nss-lib-Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security-nss-lib-Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/security/nss/lib/Makefile~ -+++ mozilla/security/nss/lib/Makefile -@@ -63,7 +63,7 @@ ZLIB_SRCDIR = zlib # Add the zlib direc - endif - - ifndef MOZILLA_CLIENT --ifndef NSS_USE_SYSTEM_SQLITE -+ifndef MOZ_NATIVE_SQLITE - SQLITE_SRCDIR = sqlite # Add the sqlite directory to DIRS. - endif - endif Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,43 +0,0 @@ ---- mozilla/security/nss/lib/freebl/mpi/mpcpucache.c.orig 2011-02-26 23:13:08.000000000 +0100 -+++ mozilla/security/nss/lib/freebl/mpi/mpcpucache.c 2011-02-26 23:18:46.000000000 +0100 -@@ -733,6 +733,32 @@ - #endif - - #if defined(__ppc64__) -+#if defined(__FreeBSD__) -+#include -+#include -+ -+#include -+#include -+ -+unsigned long -+s_mpi_getProcessorLineSize() -+{ -+ static int cacheline_size = 0; -+ static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; -+ int clen; -+ -+ if (cacheline_size > 0) -+ return cacheline_size; -+ -+ clen = sizeof(cacheline_size); -+ if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]), -+ &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) -+ return 128; /* guess */ -+ -+ return cacheline_size; -+} -+#else /* __FreeBSD__ */ -+ - /* - * Sigh, The PPC has some really nice features to help us determine cache - * size, since it had lots of direct control functions to do so. The POWER -@@ -786,6 +812,7 @@ - return 0; - } - -+#endif /* __FreeBSD__ */ - #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 - #endif - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-library-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-library-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ mozilla/toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . - --EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -+EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lexecinfo %%PTHREAD_LIBS%% %%CXXABI%% - - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,8 +0,0 @@ ---- mozilla/toolkit/xre/Makefile.in.orig 2007-09-10 10:31:53.000000000 -0400 -+++ mozilla/toolkit/xre/Makefile.in 2007-09-10 10:35:00.000000000 -0400 -@@ -263,5 +263,3 @@ - libs:: platform.ini - $(INSTALL) $^ $(DIST)/bin - --install:: -- $(INSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/toolkit/xre/nsAppRunner.cpp~ -+++ mozilla/toolkit/xre/nsAppRunner.cpp -@@ -2998,7 +2998,7 @@ XRE_main(int argc, char* argv[], const n - gQtOnlyArgv[gQtOnlyArgc] = nsnull; - #endif - #if defined(MOZ_WIDGET_GTK2) --#ifdef MOZ_MEMORY -+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) - // Disable the slice allocator, since jemalloc already uses similar layout - // algorithms, and using a sub-allocator tends to increase fragmentation. - // This must be done before g_thread_init() is called. Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/widget/qt/nsNativeThemeQt.cpp~ -+++ mozilla/widget/qt/nsNativeThemeQt.cpp -@@ -25,7 +25,9 @@ - #include "nsThemeConstants.h" - #include "nsIServiceManager.h" - #include "nsIDOMHTMLInputElement.h" -+#ifdef __GLIBC__ - #include -+#endif - - - #include "gfxASurface.h" Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,18 +0,0 @@ ---- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300 -+++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300 -@@ -41,6 +41,7 @@ - /* API for getting a stack trace of the C/C++ stack on the current thread */ - - #include "nsStackWalk.h" -+#include - - #if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code - -@@ -1123,6 +1123,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb - - #elif defined(HAVE__UNWIND_BACKTRACE) - -+#define _GNU_SOURCE - // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0 - #include - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,85 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2011-05-28 15:26:21.000000000 +0200 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2011-06-03 18:39:42.769434047 +0200 -@@ -74,6 +74,9 @@ - # NOTE: MODULE_OPTIMIZE_FLAGS must be set before including config.mk - MODULE_OPTIMIZE_FLAGS=-O3 - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -117,7 +120,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -129,6 +132,12 @@ - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64) - CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif -+# FreeBSD/amd64 -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp -+endif -+# - # - # Neutrino/Intel (uses the same unixish_x86 code) - # -@@ -184,9 +193,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -341,7 +356,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -350,7 +365,7 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp - ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -419,6 +434,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla__content__base__public__nsContentUtils.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla__content__base__public__nsContentUtils.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/content/base/public/nsContentUtils.h.orig 2011-07-07 10:44:49.000000000 +0200 -+++ mozilla/content/base/public/nsContentUtils.h 2011-07-07 10:46:12.000000000 +0200 -@@ -54,7 +54,7 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include --#ifdef __alpha__ -+#if !defined(__amd64__) && !defined(__i386__) - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #else - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- ./mozilla/xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 -+++ ./mozilla/xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 -@@ -89,6 +89,11 @@ - nsresult - nsThreadManager::Init() - { -+#ifdef NS_TLS && (__FreeBSD_version < 802513 \ -+ || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045)) -+ if (!gTLSThreadID) -+ gTLSThreadID = mozilla::threads::Generic; -+#endif - if (!mThreadsByPRThread.Init()) - return NS_ERROR_OUT_OF_MEMORY; - Deleted: branches/experimental/mail/thunderbird-beta/files/patch-mozilla_toolkit_xre_glxtest.cpp ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-mozilla_toolkit_xre_glxtest.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,25 +0,0 @@ ---- mozilla/toolkit/xre/glxtest.cpp.orig 2011-08-19 18:57:10.604870746 +0300 -+++ mozilla/toolkit/xre/glxtest.cpp 2011-08-19 18:59:43.620447963 +0300 -@@ -51,6 +51,8 @@ - // which runs the glxtest() static function. This creates a X connection, a GLX context, calls glGetString, and writes that - // to the 'write' end of the pipe. - -+#include -+#include - #include - #include - #include -@@ -224,6 +226,7 @@ - void fire_glxtest_process() - { - int pfd[2]; -+ int status; - if (pipe(pfd) == -1) { - perror("pipe"); - exit(EXIT_FAILURE); -@@ -244,4 +247,5 @@ - close(pfd[1]); - mozilla::widget::glxtest_pipe = pfd[0]; - mozilla::widget::glxtest_pid = pid; -+ waitpid(pid, &status, 0); - } Deleted: branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,100 +0,0 @@ ---- mozilla/nsprpub/pr/include/md/_freebsd.cfg.orig 2010-12-23 17:34:06.000000000 +0100 -+++ mozilla/nsprpub/pr/include/md/_freebsd.cfg 2010-12-23 17:34:44.000000000 +0100 -@@ -283,6 +283,97 @@ - #define PR_ALIGN_OF_POINTER 8 - #define PR_ALIGN_OF_WORD 8 - -+#elif defined(__powerpc64__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#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_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 -+ -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#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" Deleted: branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.h ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/patch-nsprpub-pr-include-md_freebsd.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- mozilla/nsprpub/pr/include/md/_freebsd.h.orig 2010-12-23 17:34:13.000000000 +0100 -+++ mozilla/nsprpub/pr/include/md/_freebsd.h 2010-12-23 17:34:46.000000000 +0100 -@@ -57,6 +57,10 @@ - #define _PR_SI_ARCHITECTURE "ia64" - #elif defined(__amd64__) - #define _PR_SI_ARCHITECTURE "amd64" -+#elif defined(__powerpc64__) -+#define _PR_SI_ARCHITECTURE "powerpc64" -+#elif defined(__powerpc__) -+#define _PR_SI_ARCHITECTURE "powerpc" - #else - #error "Unknown CPU architecture" - #endif -@@ -106,6 +110,16 @@ - #define _PR_IPV6_V6ONLY_PROBE - #endif - -+#if (__FreeBSD_version >= 700016) || (__FreeBSD_version < 700000 && __FreeBSD_version >= 601103) -+#if defined(_PR_PTHREADS) -+#define _PR_HAVE_GETPROTO_R -+#define _PR_HAVE_5_ARG_GETPROTO_R -+#define _PR_HAVE_GETHOST_R -+#define _PR_HAVE_GETHOST_R_INT -+#define _PR_HAVE_THREADSAFE_GETHOST -+#endif -+#endif -+ - #define USE_SETJMP - - #ifndef _PR_PTHREADS Deleted: branches/experimental/mail/thunderbird-beta/files/thunderbird.desktop.in ============================================================================== --- branches/experimental/mail/thunderbird-beta/files/thunderbird.desktop.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Thunderbird -GenericName=Mail Client -Comment=Mail client and News Reader -Exec=@MOZILLA@ %U -Icon=@PORTNAME_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; Deleted: branches/experimental/mail/thunderbird-beta/pkg-descr ============================================================================== --- branches/experimental/mail/thunderbird-beta/pkg-descr Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.com/thunderbird/ Deleted: branches/experimental/www/firefox-beta/Makefile ============================================================================== --- branches/experimental/www/firefox-beta/Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,166 +0,0 @@ -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge -# -# $FreeBSD: ports/www/firefox/Makefile,v 1.267 2012/04/30 09:18:04 beat Exp $ -# - -PORTNAME= firefox -DISTVERSION= 12.0 -PORTEPOCH= 1 -CATEGORIES= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}.source - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Web browser based on the browser portion of Mozilla - -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ - cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ - unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -CONFLICTS_BUILD= spidermonkey-* - -USE_AUTOTOOLS= autoconf213:env -USE_GECKO= gecko -CONFLICTS= firefox-10.* -MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= # empty -MOZILLA_NAME= Firefox - -MAKE_JOBS_SAFE= yes -WANT_GNOME= yes -USE_QT4= # empty -QT_NONSTANDARD= yes -ALL_TARGET= default -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GL= gl -NO_MOZPKGINSTALL=yes - -FIREFOX_ICON= ${MOZILLA}.png -FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png -MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-application=browser \ - --enable-official-branding \ - --disable-updater \ - --disable-necko-wifi - -OPTIONS_DEFAULT=DBUS -OPTIONS= PGO "Enable Profile-Guided Optimization" off - -.include - -WRKSRC:= ${WRKDIR}/mozilla-release - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if defined(WITH_PGO) -BROKEN= does not build with PGO option enabled -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON_BUILD= yes -USE_DISPLAY= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" - -MAKEFILE= client.mk -ALL_TARGET= profiledbuild -.endif - -.if ${ARCH} == amd64 || ${ARCH} == i386 -BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm -.endif - -.if !empty(CXX:M*clang++*) -CXXFLAGS+= -Wno-return-type-c-linkage -.endif - -.if ${CXXFLAGS:M-stdlib=libc++} -CXXABI= -lcxxrt -.else -CXXABI= # implied -.endif - -pre-extract: -.if defined(WITH_PGO) - @${ECHO} "*****************************************************************" - @${ECHO} "**************************** attention **************************" - @${ECHO} "*****************************************************************" - @${ECHO} "To build Firefox with PGO support you need a running X server and" - @${ECHO} " build this port with an user who could access the X server! " - @${ECHO} "" - @${ECHO} "During the build a Firefox instance will start and run some test." - @${ECHO} " Do not interrupt or close Firefox during this tests! " - @${ECHO} "*****************************************************************" - @sleep 10 -.endif - -post-extract: - @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ - -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ - <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop - -post-patch: - @${GREP} -Flr \"/proc ${WRKSRC}/ipc/chromium/src/base | ${XARGS} ${REINPLACE_CMD} \ - -e 's|/proc/self/fd|/dev/fd|' \ - -e 's|/proc["/]|/compat/linux&|' - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - -e 's|%%CXXABI%%|${CXXABI}|' \ - ${WRKSRC}/storage/build/Makefile.in \ - ${WRKSRC}/toolkit/library/Makefile.in \ - ${WRKSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/browser/app/nsBrowserApp.cpp \ - ${WRKSRC}/security/manager/ssl/src/Makefile.in \ - ${WRKSRC}/js/src/config/mkdepend/Makefile.in \ - ${WRKSRC}/js/src/config/config.mk \ - ${WRKSRC}/config/mkdepend/Makefile.in \ - ${WRKSRC}/config/config.mk \ - ${WRKSRC}/xpcom/io/nsAppFileLocationProvider.cpp - -pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) - -post-configure: -.if defined(WITH_PGO) - @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ - <${FILESDIR}/mozconfig-profile_guided_optimization.in \ - >> ${BUILD_WRKSRC}/.mozconfig - (cd ${WRKSRC} && ${GMAKE} distclean) -.endif - -port-pre-install: - ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} - ${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD} - ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} - ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} - -post-install: - ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ - ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default - ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} - @${CAT} ${PKGMESSAGE} - -.include Deleted: branches/experimental/www/firefox-beta/Makefile.webplugins ============================================================================== --- branches/experimental/www/firefox-beta/Makefile.webplugins Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,226 +0,0 @@ -#-*- mode: makefile; tab-width: 4; -* -# ex:ts=4 -# -# New ports collection makefile for: npapi infrastructure -# Date created: 27 June 2006 -# Whom: Andrew Pantyukhin -# -# $FreeBSD: ports/www/firefox/Makefile.webplugins,v 1.1 2009/01/10 02:45:41 mezz Exp $ -# $MCom: ports-stable/www/firefox/Makefile.webplugins,v 1.14 2008/11/12 17:55:09 mezz Exp $ -# - -# MAINTAINER= gnome@FreeBSD.org -# -# Documentation and examples: -# -# Makefile.webplugins will create symlinks automatically for each supported -# applications that supports the webplugins framework. Also, it will remove -# these symlinks when the plug-in port is uninstalled. -# -# USE_WEBPLUGINS - Specify a list of application(s) that this plug-in -# port supports. For each of these applications, a -# symlink will be created in -# lib/browser_plugins/symlinks. See -# WEBPLUGINS_APPS_ALL_* below for the list of -# supported applications. -# Default: USE_WEBPLUGINS=${WEBPLUGINS_APPS_ALL} (all -# applications) -# -# WEBPLUGINS_NAME - If your port installs file(s) in ${WEBPLUGINS_DIR}, -# then you can tweak WEBPLUGINS_NAME to change the -# name of the directory -# (lib/browser_plugins/symlinks/WEBPLUGINS_NAME). -# Default: WEBPLUGINS_NAME=${PKGBASE} -# -# WEBPLUGINS_FILES - The plug-in file(s) that are going to be linked -# in lib/browser_plugins/symlinks/*/. It cannot -# be empty or the port will set IGNORE. -# -# WEBPLUGINS_DIR - The directory where the plug-in file(s) can be -# found. Each plug-in file in WEBPLUGINS_FILES -# must be found in WEBPLUGINS_DIR. If your port -# does not install in WEBPLUGINS_DIR, but in its own -# path. You will need to specify that here or -# symlinks will be created to non-existent files. -# Default: WEBPLUGINS_DIR?=${WEBPLUGINS_LIBDIR}/${WEBPLUGINS_NAME} -# -# -# The USE_WEBPLUGINS supports wildcards, native, and linux; so you can do any -# of the following: -# -# USE_WEBPLUGINS=gecko* (Supports gecko18 and gecko19.) -# USE_WEBPLUGINS=native (Supports gecko*, opera*, and webkit-gtk2) -# USE_WEBPLUGINS=linux (Supports linux-*) -# USE_WEBPLUGINS=opera webkit-gtk2 -# -# Example to add in Makefile and pkg-plist if the plug-in file(s) install in -# WEBPLUGINS_DIR, and if your port does this manually: -# -# Makefile: -# ------------------------------------------------------ -# [...] -# USE_WEBPLUGINS=gecko* -# WEBPLUGINS_FILES=fooplugin.so fooplugin.xpi -# -# .include -# .include "${PORTSDIR}/www/firefox/Makefile.webplugins" -# -# post-install: -# ${MKDIR} ${WEBPLUGINS_DIR} -# ${INSTALL_DATA} ${WEBPLUGINS_FILES:S,^,${WRKSRC}/plugins/,} \ -# ${WEBPLUGINS_DIR} -# -# .include -# ------------------------------------------------------ -# -# You do not need to add lib/browser_plugins and lib/browser_plugins/symlinks -# in pkg-plist, because they will be removed automatically. -# -# pkg-plist: -# ------------------------------------------------------ -# [...] -# %%WEBPLUGINS_DIR%%/fooplugin.so -# %%WEBPLUGINS_DIR%%/fooplugin.xpi -# @dirrmtry %%WEBPLUGINS_DIR%% -# ------------------------------------------------------ -# -# Here is what it will look like when it creates the symlinks: -# -# ------------------------------------------------------ -# /usr/local/lib/browser_plugins/symlinks/gecko18/fooplugin.so -> /usr/local/lib/browser_plugins/application/fooplugin.so -# /usr/local/lib/browser_plugins/symlinks/gecko18/fooplugin.xpi -> /usr/local/lib/browser_plugins/application/fooplugin.xpi -# /usr/local/lib/browser_plugins/symlinks/gecko19/fooplugin.so -> /usr/local/lib/browser_plugins/application/fooplugin.so -# /usr/local/lib/browser_plugins/symlinks/gecko19/fooplugin.xpi -> /usr/local/lib/browser_plugins/application/fooplugin.xpi -# ------------------------------------------------------ -# -# If your port uses libtool, and installs any *.a and *.la files, do not add -# these files to WEBPLUGINS_FILES. WEBPLUGINS_FILES should be *.so or/and -# *.xpi ONLY. -# -# Example to add in Makefile and pkg-plist if your port installs plug-ins in -# its own directory, and you need to set WEBPLUGINS_DIR. -# -# Makefile: -# ------------------------------------------------------ -# [...] -# USE_WEBPLUGINS=gecko* -# WEBPLUGINS_DIR=#{PREFIX}/lib/application -# WEBPLUGINS_FILES=fooplugin.so fooplugin.xpi -# -# .include -# .include "${PORTSDIR}/www/firefox/Makefile.webplugins" -# -# [...] -# -# .include -# ------------------------------------------------------ -# -# As for the pkg-plist, it should only include the actual files your -# port installs: -# -# pkg-plist: -# ------------------------------------------------------ -# [...] -# lib/application/fooplugin.a -# lib/application/fooplugin.la -# lib/application/fooplugin.so -# lib/application/fooplugin.xpi -# @dirrm lib/application -# ------------------------------------------------------ -# -# Here is what it will look like when it creates symlinks: -# -# ------------------------------------------------------ -# /usr/local/lib/browser_plugins/symlinks/gecko18/fooplugin.so -> /usr/local/lib/application/fooplugin.so -# /usr/local/lib/browser_plugins/symlinks/gecko18/fooplugin.xpi -> /usr/local/lib/application/fooplugin.xpi -# /usr/local/lib/browser_plugins/symlinks/gecko19/fooplugin.so -> /usr/local/lib/application/fooplugin.so -# /usr/local/lib/browser_plugins/symlinks/gecko19/fooplugin.xpi -> /usr/local/lib/application/fooplugin.xpi -# ------------------------------------------------------ - -WEBPLUGINS_NAME?= ${PKGBASE} -WEBPLUGINS_FILES?= empty -WEBPLUGINS_APPS_ALL_LINUX= linux-firefox linux-firefox-devel linux-flock \ - linux-flock-devel linux-mozilla \ - linux-nvu linux-opera linux-opera-devel \ - linux-seamonkey linux-seamonkey-devel \ - linux-sunbird linux-sunbird-devel -WEBPLUGINS_APPS_ALL_NATIVE= gecko18 gecko19 opera opera-devel webkit-gtk2 -WEBPLUGINS_APPS_ALL= ${WEBPLUGINS_APPS_ALL_LINUX} \ - ${WEBPLUGINS_APPS_ALL_NATIVE} - -.if !defined(USE_WEBPLUGINS) || ${USE_WEBPLUGINS} == "yes" || \ - ${USE_WEBPLUGINS} == "*" -USE_WEBPLUGINS= ${WEBPLUGINS_APPS_ALL} -.endif - -.if !defined(WEBPLUGINS_FILES) || ${WEBPLUGINS_FILES} == "empty" || \ - ${WEBPLUGINS_FILES} == "" -IGNORE= cannot install: the WEBPLUGINS_FILES is empty, please add plugins file in it and see in www/firefox/Makefile.webplugins for document -.endif - -.for _TEMP_APP__ in ${WEBPLUGINS_APPS_ALL} -_TEMP_APP_=${_TEMP_APP__} -_TEMP_FLAG_=0 -. for _TEMP_USE__ in ${USE_WEBPLUGINS} -_TEMP_USE_=${_TEMP_USE__} -. if !${_TEMP_APP_:C!${_TEMP_USE_:S/*/.*/:S/?/./}!!} || \ - ( ${_TEMP_APP_:Mlinux-*} && ${_TEMP_USE_:Mlinux} ) || \ - ( ${_TEMP_APP_:Nlinux-*} && ${_TEMP_USE_:Mnative} ) -_TEMP_FLAG_=1 -. endif -. endfor -. if ${_TEMP_FLAG_} -USE_WEBPLUGINS_EXP+= ${_TEMP_APP__} -. endif -.endfor - -WEBPLUGINS_APPS= ${USE_WEBPLUGINS_EXP:S.^.${LOCALBASE}/lib/.:S.$./plugins.:N*opera*:N*gecko*:N*webkit*} -WEBPLUGINS_SLDIRS= ${USE_WEBPLUGINS_EXP:S.^.${WEBPLUGINS_SLDIR}/.} -WEBPLUGINS_LINKFARMS= ${WEBPLUGINS_APPS} ${WEBPLUGINS_SLDIRS} - -WEBPLUGINS_LIBDIR= ${PREFIX}/lib/browser_plugins -WEBPLUGINS_SLDIR= ${WEBPLUGINS_LIBDIR}/symlinks -WEBPLUGINS_DIR?= ${WEBPLUGINS_LIBDIR}/${WEBPLUGINS_NAME} - -PLIST_SUB+= WEBPLUGINS_DIR="${WEBPLUGINS_DIR:S,^${PREFIX}/,,}" - -_LNWF= ${WEBPLUGINS_FILES:S,^,${WEBPLUGINS_DIR}/,} -_Q= 2>/dev/null || true -_WLD= ${WEBPLUGINS_LIBDIR:S,^${PREFIX},%D,} -_WLF= ${WEBPLUGINS_LINKFARMS:S,${PREFIX},%D,} -_WSD= ${WEBPLUGINS_SLDIR:S,^${PREFIX},%D,} - -webplugins-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)."; \ - ${ECHO_CMD}; \ - else \ - for _f in ${WEBPLUGINS_FILES}; do \ - if [ ! -f ${WEBPLUGINS_DIR}/$${_f} ]; then \ - ${ECHO_CMD}; \ - ${ECHO_CMD} "ERROR: The \"$${_f}\" in WEBPLUGINS_FILES is either a typo or no longer exists. Please make a bug report to ${MAINTAINER} (maintainer)."; \ - ${ECHO_CMD}; \ - fi; \ - done; \ - fi; \ - for _d in ${WEBPLUGINS_LINKFARMS}; do \ - ${INSTALL} -d $${_d}; \ - for _l in ${_LNWF}; do \ - ${LN} -sf $${_l} $${_d}/ ${_Q}; \ - done; \ - done; \ - for _d in ${_WLF}; do \ - ${ECHO_CMD} "@exec ${INSTALL} -d $$_d" >> ${TMPPLIST}; \ - for _l in ${_LNWF}; do \ - ${ECHO_CMD} "@exec ${LN} -sf $$_l $$_d/ ${_Q}" >> ${TMPPLIST}; \ - done; \ - for _f in ${WEBPLUGINS_FILES:S,^,\${_d}/,}; do \ - ${ECHO_CMD} "@unexec ${RM} -f $$_f" >> ${TMPPLIST}; \ - done; \ - ${ECHO_CMD} "@unexec rmdir $$_d ${_Q}" >> ${TMPPLIST}; \ - done - @${ECHO_CMD} "@unexec rmdir ${_WSD} ${_Q}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir ${_WLD} ${_Q}" >> ${TMPPLIST} - -post-install: webplugins-post-install Deleted: branches/experimental/www/firefox-beta/distinfo ============================================================================== --- branches/experimental/www/firefox-beta/distinfo Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,2 +0,0 @@ -SHA256 (firefox-12.0.source.tar.bz2) = 9a232a10e5803b0e4a85bd986e3e88b87ccde7bdc3363ea7022d5761944dbb1d -SIZE (firefox-12.0.source.tar.bz2) = 78956707 Deleted: branches/experimental/www/firefox-beta/files/firefox.desktop.in ============================================================================== --- branches/experimental/www/firefox-beta/files/firefox.desktop.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,191 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=@MOZILLA_NAME@ Web Browser -Name[am]= -Name[ar]= -Name[az]=@MOZILLA_NAME@ Veb Səyyahı -Name[be]= -Name[bg]=Интернет браузър @MOZILLA_NAME@ -Name[bn]= -Name[bs]=@MOZILLA_NAME@ web preglednik -Name[ca]=Navegador web @MOZILLA_NAME@ -Name[cs]=Prohlížeč WWW @MOZILLA_NAME@ -Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ -Name[da]=@MOZILLA_NAME@ - internetsurfning -Name[de]=@MOZILLA_NAME@ Webbrowser -Name[el]=Περιηγητής Διαδικτύου @MOZILLA_NAME@ -Name[en_CA]=@MOZILLA_NAME@ Web Browser -Name[en_GB]=@MOZILLA_NAME@ Web Browser -Name[es]=Navegador Web @MOZILLA_NAME@ -Name[et]=@MOZILLA_NAME@ veebibrauser -Name[eu]=@MOZILLA_NAME@ web arakatzailea -Name[fi]=@MOZILLA_NAME@, WWW-selain -Name[fr]=Navigateur Web @MOZILLA_NAME@ -Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ -Name[gu]=એપીફની વૅબ બ્રાઉઝર -Name[he]=דפדפן @MOZILLA_NAME@ -Name[hi]= -Name[hr]=@MOZILLA_NAME@ Web preglednik -Name[hu]=@MOZILLA_NAME@ webböngésző -Name[id]=Web Browser @MOZILLA_NAME@ -Name[it]=Browser web @MOZILLA_NAME@ -Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ -Name[ko]=@MOZILLA_NAME@ 웹 브라우저 -Name[li]=@MOZILLA_NAME@ Web Browser -Name[lt]=@MOZILLA_NAME@ web naršyklė -Name[mk]=@MOZILLA_NAME@ веб прелистувач -Name[ml]=എപ്പിഫാനി വെബ്ബ് ബ്രൌസ‌ര് -Name[mn]=@MOZILLA_NAME@ веб хөтөч -Name[ms]=Pelungsur Web @MOZILLA_NAME@ -Name[nb]=@MOZILLA_NAME@ nettleser -Name[nl]=@MOZILLA_NAME@ Webbrowser -Name[nn]=@MOZILLA_NAME@ nettlesar -Name[no]=@MOZILLA_NAME@ nettleser -Name[pa]=ਏਪੀਫਾਨੀ ਵੈੱਬ ਬਰਾਊਜ਼ਰ -Name[pl]=Przeglądarka WWW @MOZILLA_NAME@ -Name[pt]=Navegador Web @MOZILLA_NAME@ -Name[pt_BR]=Navegador Web @MOZILLA_NAME@ -Name[ro]=Navigatorul @MOZILLA_NAME@ -Name[ru]=Веб-браузер @MOZILLA_NAME@ -Name[sk]= -Name[sl]=Spletni brskalnik @MOZILLA_NAME@ -Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web -Name[sr]= -Name[sr@Latn]=Veb čitač Spoznaja -Name[sv]=Webbläsaren @MOZILLA_NAME@ -Name[ta]=எபிபனி வலை உலாவி -Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi -Name[tr]=@MOZILLA_NAME@ Web Tarayıcı -Name[uk]=Переглядач web @MOZILLA_NAME@ -Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ -Name[wa]=Betchteu waibe epiphany -Name[zh_CN]=@MOZILLA_NAME@ Web 浏览器 -Name[zh_TW]=@MOZILLA_NAME@ 網頁瀏覽器 -GenericName=Web Browser -GenericName[ar]=متصفّح الانترنت -GenericName[az]=Veb Səyyahı -GenericName[be]=Вандроўнік па павуціньню -GenericName[bg]=Браузър -GenericName[bn]=ওয়েব ব্রাউজার -GenericName[bs]=Web preglednik -GenericName[ca]=Navegador web -GenericName[cs]=Prohlížeč WWW -GenericName[cy]=Porwr Gwe -GenericName[da]=Internetsurfning -GenericName[de]=Webbrowser -GenericName[el]=Περιηγητής Ιστοσελίδων -GenericName[en_CA]=Web Browser -GenericName[en_GB]=Web Browser -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web @MOZILLA_NAME@ -GenericName[ga]=Brabhsálaí Lín -GenericName[gu]=વેબ બ્રાઉઝર -GenericName[he]=דפדפן אינטרנט -GenericName[hi]=वेब ब्राउज़र -GenericName[hr]=Web preglednik -GenericName[hu]=Webböngésző -GenericName[id]=Browser Web -GenericName[it]=Browser web -GenericName[ja]=GNOME ウェブ・ブラウザ -GenericName[ko]=웹 브라우저 -GenericName[li]=Wèb Browser -GenericName[lt]=Web naršyklė -GenericName[mk]=Веб прелистувач -GenericName[mn]=Веб хөтөч -GenericName[ms]=Pelungsur Web -GenericName[nb]=Nettleser -GenericName[nl]=Web-browser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ -GenericName[pl]=Przeglądarka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=Веб-браузер -GenericName[sk]=WWW prehliadač -GenericName[sl]=Spletni brskalnik -GenericName[sq]=Shfletuesi Web -GenericName[sr]=Веб читач -GenericName[sr@Latn]=Veb čitač -GenericName[sv]=Webbläsare -GenericName[ta]=வலை உலாவி -GenericName[th]=เว็บบราวเซอร์ -GenericName[tk]=Web Ahtarçysy -GenericName[tr]=Web Tarayıcı -GenericName[uk]=Переглядач web-сторінок -GenericName[vi]=Trình duyệt Web -GenericName[wa]=Betchteu waibe -GenericName[zh_CN]=Web 浏览器 -GenericName[zh_TW]=網頁瀏覽器 -Comment=Browse the web -Comment[ar]=تصفح الانترنت -Comment[az]=Vebi gəzin -Comment[be]=Вандраваць па павуціньню -Comment[bg]=Сърфиране в интернет -Comment[bn]=ওয়েব ব্রাউজ করুন -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=Prohlížet WWW -Comment[cy]=Pori'r we -Comment[da]=Surf på internettet -Comment[de]=Im Web surfen -Comment[el]=Περιήγηση στον παγκόσμιο ιστό -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fi]=Selaa WWW:tä -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhsáil an Líon -Comment[gu]=વેબમાં શોધો -Comment[he]=גלוש ברשת -Comment[hi]=वेब ब्राउज़ करें -Comment[hr]=Pregledaj Web -Comment[hu]=A világháló böngészése -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧します -Comment[ko]=웹을 돌아 다닙니다 -Comment[li]=Blajere op internet -Comment[lt]=Naršyti internete -Comment[mk]=Прелистувајте на веб -Comment[ml]=വലക്കെട്ട് തിരയുക -Comment[mn]=Веб броузе хийх -Comment[ms]=Layari web -Comment[nb]=Surf på nettet -Comment[nl]=Websurfen -Comment[nn]=Surf på nettet -Comment[no]=Surf på nettet -Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ -Comment[pl]=Przeglądanie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=Веб-браузер -Comment[sk]=Prehliadať internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=Прегледај веб -Comment[sr@Latn]=Pregledaj veb -Comment[sv]=Surfa på nätet -Comment[ta]=வலையில் உலாவு -Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e Gözat -Comment[uk]=Програма перегляду web-сторінок -Comment[vi]=Duyệt web -Comment[wa]=Naivyî avå les waibes -Comment[zh_CN]=浏览 Web -Comment[zh_TW]=瀏覽網頁 -Exec=@MOZILLA@ %u -Icon=@FIREFOX_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Deleted: branches/experimental/www/firefox-beta/files/mozconfig-profile_guided_optimization.in ============================================================================== --- branches/experimental/www/firefox-beta/files/mozconfig-profile_guided_optimization.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1 +0,0 @@ -mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ $(OBJDIR)/_profile/pgo/profileserver.py' Deleted: branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- browser/app/nsBrowserApp.cpp~ -+++ browser/app/nsBrowserApp.cpp -@@ -197,6 +197,7 @@ int main(int argc, char* argv[]) - TriggerQuirks(); - #endif - -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { - Output("Couldn't calculate the application directory.\n"); Deleted: branches/experimental/www/firefox-beta/files/patch-browser-installer-package-manifest.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-browser-installer-package-manifest.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,24 +0,0 @@ ---- browser/installer/package-manifest.in~ -+++ browser/installer/package-manifest.in -@@ -58,9 +58,11 @@ - #ifndef MOZ_STATIC_JS - @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ - #endif -+#ifndef MOZ_NATIVE_NSPR - @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ -+#endif - @BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@ - #ifdef XP_MACOSX - @BINPATH@/XUL -@@ -109,7 +111,9 @@ - #endif - @BINPATH@/platform.ini - #ifndef XP_OS2 -+#ifndef MOZ_NATIVE_SQLITE - @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ -+#endif - #else - @BINPATH@/mozsqlt3@DLL_SUFFIX@ - #endif Deleted: branches/experimental/www/firefox-beta/files/patch-bug741737 ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-bug741737 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,93 +0,0 @@ -changeset: 91900:eee73897136b -user: Martin Stransky -date: Tue Apr 17 19:57:40 2012 -0400 -summary: Bug 741737 - Configure libvpx with pkgconfig. r=khuey, a=npotb - -diff --git a/configure.in b/configure.in ---- configure.in -+++ configure.in -@@ -5591,12 +5591,10 @@ MOZ_ARG_DISABLE_BOOL(webm, - - dnl system libvpx Support - dnl ======================================================== --MOZ_ARG_WITH_STRING(system-libvpx, --[ --with-system-libvpx=[PFX] -- Use system libvpx [installed at prefix PFX]], -- LIBVPX_DIR=$withval) -- --MOZ_NATIVE_LIBVPX= -+MOZ_ARG_WITH_BOOL(system-libvpx, -+[ --with-system-libvpx Use system libvpx (located with pkgconfig)], -+ MOZ_NATIVE_LIBVPX=1) -+ - MOZ_LIBVPX_INCLUDES= - MOZ_LIBVPX_LIBS= - -@@ -5609,54 +5607,18 @@ if test -n "$MOZ_WEBM"; then - AC_DEFINE(MOZ_VP8_ENCODER) - fi - -- if test -n "$LIBVPX_DIR" -a "$LIBVPX_DIR" != no; then -- _SAVE_CFLAGS=$CFLAGS -- _SAVE_LDFLAGS=$LDFLAGS -- _SAVE_LIBS=$LIBS -- if test "${LIBVPX_DIR}" = "yes"; then -- LIBVPX_DIR=/usr -- fi -- CFLAGS="-I${LIBVPX_DIR}/include $CFLAGS" -- LDFLAGS="-L${LIBVPX_DIR}/lib $LDFLAGS" -- MOZ_NATIVE_LIBVPX_DEC_TEST= -- MOZ_CHECK_HEADER(vpx/vpx_decoder.h, -- [if test ! -f "${LIBVPX_DIR}/include/vpx/vpx_decoder.h"; then -- AC_MSG_ERROR([vpx/vpx_decoder.h found, but is not in ${LIBVPX_DIR}/include]) -- fi], -- AC_MSG_ERROR([--with-system-libvpx requested but vpx/vpx_decoder.h not found])) -- AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, -- [MOZ_NATIVE_LIBVPX_DEC_TEST=1], -- ([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])) -- if test -n "$MOZ_NATIVE_LIBVPX_DEC_TEST" ; then -- AC_MSG_CHECKING([for libvpx version >= v1.0.0]) -- dnl We need at least v1.0.0 to fix several crash bugs (for which we -- dnl had local patches prior to v1.0.0). -- dnl -- dnl This is a terrible test for the library version, but we don't -- dnl have a good one. There is no version number in a public header, -- dnl and testing the headers still doesn't guarantee we link against -- dnl the right version. While we could call vpx_codec_version() at -- dnl run-time, that would break cross-compiling. There are no -- dnl additional exported decoder symbols between the v1.0.0 release -- dnl and the v0.9.7 one to check for. -- AC_TRY_COMPILE([ -- #include -- #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS) -- #error "test failed." -- #endif -- ], -- [return 0;], -- [AC_MSG_RESULT([yes]) -- MOZ_NATIVE_LIBVPX=1 -- AC_DEFINE(MOZ_NATIVE_LIBVPX) -- MOZ_LIBVPX_INCLUDES="-I${LIBVPX_DIR}/include" -- MOZ_LIBVPX_LIBS="-L${LIBVPX_DIR}/lib -lvpx"], -- [AC_MSG_RESULT([no]) -- AC_MSG_ERROR([--with-system-libvpx requested but it is not v1.0.0 or later])]) -- fi -- CFLAGS=$_SAVE_CFLAGS -- LDFLAGS=$_SAVE_LDFLAGS -- LIBS=$_SAVE_LIBS -+ if test -n "$MOZ_NATIVE_LIBVPX"; then -+ dnl ============================ -+ dnl === libvpx Version check === -+ dnl ============================ -+ dnl Check to see if we have a system libvpx package. -+ PKG_CHECK_MODULES(LIBVPX, vpx >= 1.0.0) -+ -+ MOZ_CHECK_HEADER([vpx/vpx_decoder.h], [], -+ [AC_MSG_ERROR([Couldn't find vpx/vpx_decoder.h which is required for build with system libvpx. Use --without-system-libvpx to build with in-tree libvpx.])]) -+ -+ AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, [], -+ [AC_MSG_ERROR([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])]) - fi - fi - - Deleted: branches/experimental/www/firefox-beta/files/patch-build-pgo-profileserver.py ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-build-pgo-profileserver.py Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,18 +0,0 @@ ---- build/pgo/profileserver.py.orig 2011-02-24 21:49:47.000000000 +0100 -+++ build/pgo/profileserver.py 2011-02-24 21:50:30.000000000 +0100 -@@ -77,13 +77,13 @@ - t.setDaemon(True) # don't hang on exit - t.start() - -- automation.setServerInfo("localhost", PORT) -+ automation.setServerInfo("127.0.0.1", PORT) - automation.initializeProfile(PROFILE_DIRECTORY) - browserEnv = automation.environment() - browserEnv["XPCOM_DEBUG_BREAK"] = "warn" - browserEnv["MOZ_JAR_LOG_DIR"] = MOZ_JAR_LOG_DIR - -- url = "http://localhost:%d/index.html" % PORT -+ url = "http://127.0.0.1:%d/index.html" % PORT - appPath = os.path.join(SCRIPT_DIR, automation.DEFAULT_APP) - status = automation.runApp(url, browserEnv, appPath, PROFILE_DIRECTORY, {}, - debuggerInfo=debuggerInfo, Deleted: branches/experimental/www/firefox-beta/files/patch-config_autoconf.mk.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-config_autoconf.mk.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- config/autoconf.mk.in.orig 2009-04-24 03:46:37.000000000 +0200 -+++ config/autoconf.mk.in 2009-05-11 15:03:26.000000000 +0200 -@@ -57,14 +57,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ -@@ -275,7 +275,7 @@ - OS_CPPFLAGS = @CPPFLAGS@ - OS_CFLAGS = $(OS_CPPFLAGS) @CFLAGS@ - OS_CXXFLAGS = $(OS_CPPFLAGS) @CXXFLAGS@ --OS_LDFLAGS = @LDFLAGS@ -+OS_LDFLAGS = @LDFLAGS@ -lc - - OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@ - OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@ Deleted: branches/experimental/www/firefox-beta/files/patch-config_config.mk ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-config_config.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- config/config.mk.orig 2009-08-07 00:49:23.000000000 +0200 -+++ config/config.mk 2009-08-09 20:50:05.000000000 +0200 -@@ -506,6 +506,7 @@ - -I$(srcdir) \ - -I. \ - -I$(DIST)/include -I$(DIST)/include/nsprpub \ -+ -I%%LOCALBASE%%/include \ - $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \ - $(OS_INCLUDES) \ - $(NULL) Deleted: branches/experimental/www/firefox-beta/files/patch-config_mkdepend_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-config_mkdepend_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- config/mkdepend/Makefile.in.orig 2011-12-16 21:29:22.000000000 +0100 -+++ config/mkdepend/Makefile.in 2011-12-21 23:02:17.000000000 +0100 -@@ -71,7 +71,8 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I%%LOCALBASE%%/include -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/www/firefox-beta/files/patch-configure.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,119 +0,0 @@ ---- configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4410,6 +4410,9 @@ else - NSPR_LIBS='`$(LIBXUL_DIST)/sdk/bin/nspr-config --prefix='${LIBXUL_DIST}' --libdir='${LIBXUL_DIST}'/lib --libs`' - fi - fi -+if test -n "$MOZ_NATIVE_NSPR"; then -+ AC_DEFINE(MOZ_NATIVE_NSPR) -+fi - - dnl system libevent Support - dnl ======================================================== -@@ -4230,6 +4233,9 @@ - if test -z "$LIBEVENT_DIR" -o "$LIBEVENT_DIR" = no; then - MOZ_NATIVE_LIBEVENT= - else -+PKG_CHECK_MODULES(MOZ_LIBEVENT, libevent, -+ [MOZ_NATIVE_LIBEVENT=1 -+ MOZ_LIBEVENT_INCLUDES="$MOZ_LIBEVENT_CFLAGS"], [ - if test "${LIBEVENT_DIR}" = "yes"; then - LIBEVENT_DIR=/usr - fi -@@ -4242,10 +4248,11 @@ else - AC_MSG_ERROR([--with-system-libevent requested but event.h not found])) - AC_CHECK_LIB(event, event_init, - [MOZ_NATIVE_LIBEVENT=1 -- MOZ_LIBEVENT_INCLUDES="${LIBEVENT_DIR}/include" -+ MOZ_LIBEVENT_INCLUDES="-I${LIBEVENT_DIR}/include" - MOZ_LIBEVENT_LIBS="-L${LIBEVENT_DIR}/lib -levent"], - [MOZ_NATIVE_LIBEVENT= MOZ_LIBEVENT_INCLUDES= MOZ_LIBEVENT_LIBS=]) - fi -+]) - CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS - --if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then -+if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then - ZLIB_CFLAGS="-I${ZLIB_DIR}/include" - ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" - fi -@@ -6022,6 +6024,14 @@ - VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" - VPX_X86_ASM=1 - ;; -+ FreeBSD:i386) -+ VPX_ASFLAGS="-f elf32 -rnasm -pnasm" -+ VPX_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" -+ VPX_X86_ASM=1 -+ ;; - SunOS:x86) - VPX_ASFLAGS="-f elf32 -rnasm -pnasm" - VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then - LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" - LIBJPEG_TURBO_X64_ASM=1 - ;; -+ FreeBSD:i386) -+ LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" -+ LIBJPEG_TURBO_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" -+ LIBJPEG_TURBO_X64_ASM=1 -+ ;; - SunOS:i?86) - LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" - LIBJPEG_TURBO_X86_ASM=1 Deleted: branches/experimental/www/firefox-beta/files/patch-content__base__public__nsContentUtils.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-content__base__public__nsContentUtils.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- content/base/public/nsContentUtils.h.orig 2011-07-07 10:44:49.000000000 +0200 -+++ content/base/public/nsContentUtils.h 2011-07-07 10:46:12.000000000 +0200 -@@ -54,7 +54,7 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include --#ifdef __alpha__ -+#if !defined(__amd64__) && !defined(__i386__) - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #else - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; Deleted: branches/experimental/www/firefox-beta/files/patch-db_sqlite3_src_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-db_sqlite3_src_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- db/sqlite3/src/Makefile.in.orig 2009-04-28 11:12:00.829684825 +0000 -+++ db/sqlite3/src/Makefile.in 2009-04-28 11:12:20.628076799 +0000 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% -lc - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 Deleted: branches/experimental/www/firefox-beta/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- dom/plugins/ipc/PluginMessageUtils.cpp~ -+++ dom/plugins/ipc/PluginMessageUtils.cpp -@@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const - i += with.length(); - } - -- return munged; -+ return munged.c_str(); - } - #endif - Deleted: branches/experimental/www/firefox-beta/files/patch-gfx-qcms-Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-gfx-qcms-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- gfx/qcms/Makefile.in.orig 2011-01-22 01:25:38.000000000 +0100 -+++ gfx/qcms/Makefile.in 2011-01-27 18:16:39.000000000 +0100 -@@ -15,7 +15,7 @@ - - CSRCS = iccread.c transform.c - --ifeq (86,$(findstring 86,$(OS_TEST))) -+ifneq (,$(INTEL_ARCHITECTURE)) - CSRCS += transform-sse2.c - ifdef _MSC_VER - ifneq ($(OS_ARCH)_$(OS_TEST),WINNT_x86_64) Deleted: branches/experimental/www/firefox-beta/files/patch-gfx-qcms-qcmstypes.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-gfx-qcms-qcmstypes.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- gfx/qcms/qcmstypes.h.orig 2010-11-22 12:01:36.000000000 +0100 -+++ gfx/qcms/qcmstypes.h 2010-11-22 12:02:42.000000000 +0100 -@@ -25,7 +25,7 @@ - #ifdef __OS2__ - /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ - #include --#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -+#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) - typedef PRUptrdiff uintptr_t; - #endif - #endif Deleted: branches/experimental/www/firefox-beta/files/patch-gfx-thebes-gfxPlatform.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-gfx-thebes-gfxPlatform.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,34 +0,0 @@ ---- gfx/thebes/gfxPlatform.cpp~ 2012-02-07 11:59:39.717184907 +0000 -+++ gfx/thebes/gfxPlatform.cpp 2012-02-07 13:06:01.084668445 +0000 -@@ -446,6 +446,7 @@ - static_cast(srcBuffer)->Release(); - } - -+#ifdef MOZ_TREE_CAIRO - void SourceSnapshotDetached(cairo_surface_t *nullSurf) - { - gfxImageSurface* origSurf = -@@ -453,6 +454,7 @@ - - origSurf->SetData(&kSourceSurface, NULL, NULL); - } -+#endif - - RefPtr - gfxPlatform::GetSourceSurfaceForSurface(DrawTarget *aTarget, gfxASurface *aSurface) -@@ -522,6 +524,7 @@ - imgSurface->Stride(), - format); - -+ #ifdef MOZ_TREE_CAIRO - cairo_surface_t *nullSurf = - cairo_null_surface_create(CAIRO_CONTENT_COLOR_ALPHA); - cairo_surface_set_user_data(nullSurf, -@@ -530,6 +533,7 @@ - NULL); - cairo_surface_attach_snapshot(imgSurface->CairoSurface(), nullSurf, SourceSnapshotDetached); - cairo_surface_destroy(nullSurf); -+ #endif - } - - srcBuffer->AddRef(); Deleted: branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in -@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) - else -+ifeq ($(OS_ARCH),FreeBSD) -+CPPSRCS += yuv_row_posix.cpp \ -+ $(NULL) -+else - ifeq ($(OS_ARCH),SunOS) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) -@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ - $(NULL) - endif # Darwin - endif # SunOS -+endif # FreeBSD - endif # linux - endif # windows - \ No newline at end of file Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- ipc/chromium/Makefile.in~ -+++ ipc/chromium/Makefile.in -@@ -23,9 +23,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 += $(MOZ_LIBEVENT_INCLUDES) - endif # } - - vpath %.cc \ Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- ipc/chromium/src/base/atomicops_internals_mutex.cc~ -+++ ipc/chromium/src/base/atomicops_internals_mutex.cc -@@ -39,6 +39,7 @@ - * ***** END LICENSE BLOCK ***** */ - - #include "base/atomicops.h" -+#include "base/lock.h" - - namespace base { - namespace subtle { Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-dir_reader_linux.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-dir_reader_linux.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- ipc/chromium/src/base/dir_reader_linux.h.orig 2011-12-16 21:29:22.000000000 +0100 -+++ ipc/chromium/src/base/dir_reader_linux.h 2011-12-19 21:00:27.000000000 +0100 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -19,6 +20,8 @@ - - namespace base { - -+#define linux_dirent struct dirent -+#if 0 - struct linux_dirent { - uint64_t d_ino; - int64_t d_off; -@@ -26,11 +29,16 @@ - unsigned char d_type; - char d_name[0]; - }; -+#endif - - class DirReaderLinux { - public: - explicit DirReaderLinux(const char* directory_path) -+#ifdef O_DIRECTORY - : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), -+#else -+ : fd_(open(directory_path, O_RDONLY)), -+#endif - offset_(0), - size_(0) { - memset(buf_, 0, sizeof(buf_)); -@@ -57,7 +65,7 @@ - if (offset_ != size_) - return true; - -- const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_)); -+ const int r = syscall(SYS_getdents, fd_, buf_, sizeof(buf_)); - if (r == 0) - return false; - if (r == -1) { Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- ipc/chromium/src/base/file_util_linux.cc~ -+++ ipc/chromium/src/base/file_util_linux.cc -@@ -5,6 +5,7 @@ - #include "base/file_util.h" - - #include -+#include - - #include - #include -@@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { - #ifdef ANDROID - return GetTempDir(path); - #else -- *path = FilePath("/dev/shm"); -+ *path = FilePath("/tmp"); - return true; - #endif - } Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- ipc/chromium/src/base/file_util_posix.cc~ -+++ ipc/chromium/src/base/file_util_posix.cc -@@ -30,6 +30,8 @@ - #include "base/string_util.h" - #include "base/time.h" - -+#define stat64 stat -+ - namespace file_util { - - #if defined(GOOGLE_CHROME_BUILD) Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-message_pump_libevent.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- ipc/chromium/src/base/message_pump_libevent.cc~ -+++ ipc/chromium/src/base/message_pump_libevent.cc -@@ -6,6 +6,7 @@ - - #include - #include -+#include - - #include "eintr_wrapper.h" - #include "base/logging.h" -@@ -15,7 +15,7 @@ - #include "base/scoped_nsautorelease_pool.h" - #include "base/scoped_ptr.h" - #include "base/time.h" --#include "third_party/libevent/event.h" -+#include "event.h" - - // Lifecycle of struct event - // Libevent uses two main data structures: Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- ipc/chromium/src/base/platform_file_posix.cc~ -+++ ipc/chromium/src/base/platform_file_posix.cc -@@ -9,6 +9,7 @@ - #ifdef ANDROID - #include - #endif -+#include - - #include "base/logging.h" - #include "base/string_util.h" Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,25 +0,0 @@ ---- ipc/chromium/src/base/platform_thread_posix.cc~ -+++ ipc/chromium/src/base/platform_thread_posix.cc -@@ -11,6 +11,7 @@ - #include - #elif defined(OS_LINUX) - #include -+#include - #include - #endif - -@@ -34,7 +35,13 @@ PlatformThreadId PlatformThread::Current - #if defined(OS_MACOSX) - return mach_thread_self(); - #elif defined(OS_LINUX) -- return syscall(__NR_gettid); -+#if __FreeBSD_version > 900030 -+ return pthread_getthreadid_np(); -+#else -+ long tid; -+ syscall(SYS_thr_self, &tid); -+ return tid; -+#endif - #endif - } - Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- ipc/chromium/src/base/third_party/nspr/prcpucfg.h~ -+++ ipc/chromium/src/base/third_party/nspr/prcpucfg.h -@@ -34,7 +34,7 @@ - #include "base/third_party/nspr/prcpucfg_win.h" - #elif defined(__APPLE__) - #include "base/third_party/nspr/prcpucfg_mac.h" --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #include "base/third_party/nspr/prcpucfg_linux.h" - #else - #error Provide a prcpucfg.h appropriate for your platform Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-time_posix.cc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-base-time_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- ipc/chromium/src/base/time_posix.cc~ -+++ ipc/chromium/src/base/time_posix.cc -@@ -8,6 +9,7 @@ - #include - #endif - #include -+#include - #ifdef ANDROID - #include - #else Deleted: branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-build-build_config.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-ipc-chromium-src-build-build_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- ipc/chromium/src/build/build_config.h~ -+++ ipc/chromium/src/build/build_config.h -@@ -17,7 +17,7 @@ - // A set of macros to use for platform detection. - #if defined(__APPLE__) - #define OS_MACOSX 1 --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #define OS_LINUX 1 - #elif defined(_WIN32) - #define OS_WIN 1 Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- js/src/Makefile.in.orig 2012-03-15 20:40:13.000000000 +0100 -+++ js/src/Makefile.in 2012-03-16 10:03:18.000000000 +0100 -@@ -352,7 +352,7 @@ - # For architectures without YARR JIT, PCRE is faster than the YARR - # interpreter (bug 684559). - --ifeq (,$(filter arm% sparc %86 x86_64 mips%,$(TARGET_CPU))) -+ifeq (,$(filter arm% sparc %86 amd64 x86_64 mips%,$(TARGET_CPU))) - - VPATH += $(srcdir)/yarr/pcre \ - $(NULL) -@@ -418,6 +418,9 @@ - else - #CPPSRCS += only_on_x86.cpp - endif -+ifeq (amd64, $(TARGET_CPU)) -+#CPPSRCS += only_on_x86_64.cpp -+endif - endif - ifeq (arm, $(TARGET_CPU)) - #CPPSRCS += only_on_arm.cpp -@@ -737,7 +740,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) --EXTRA_LIBS += -pthread -+EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),Linux) - EXTRA_LIBS += -ldl Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-config-mkdepend_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-config-mkdepend_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- js/src/config/mkdepend/Makefile.in.orig 2011-12-16 21:29:22.000000000 +0100 -+++ js/src/config/mkdepend/Makefile.in 2011-12-21 23:02:17.000000000 +0100 -@@ -71,7 +71,8 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I%%LOCALBASE%%/include -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-config_config.mk ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-config_config.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/config/config.mk.orig 2009-08-07 00:49:23.000000000 +0200 -+++ js/src/config/config.mk 2009-08-09 20:50:05.000000000 +0200 -@@ -506,6 +506,7 @@ - -I$(srcdir) \ - -I. \ - -I$(DIST)/include -I$(DIST)/include/nsprpub \ -+ -I%%LOCALBASE%%/include \ - $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \ - $(OS_INCLUDES) \ - $(NULL) Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-configure.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- js/src/configure.in.orig 2012-02-22 17:06:28.000000000 +0100 -+++ js/src/configure.in 2012-03-07 21:03:11.000000000 +0100 -@@ -1470,7 +1470,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1492,7 +1492,7 @@ - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -2814,6 +2814,16 @@ - AC_DEFINE(JS_CPU_X86) - AC_DEFINE(JS_NUNBOX32) - ;; -+amd64*-*) -+ ENABLE_TRACEJIT=1 -+ NANOJIT_ARCH=X64 -+ ENABLE_METHODJIT=1 -+ ENABLE_MONOIC=1 -+ ENABLE_POLYIC=1 -+ ENABLE_POLYIC_TYPED_ARRAY=1 -+ AC_DEFINE(JS_CPU_X64) -+ AC_DEFINE(JS_PUNBOX64) -+ ;; - x86_64*-*) - ENABLE_METHODJIT=1 - ENABLE_MONOIC=1 -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-jscpucfg.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-jscpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,22 +0,0 @@ ---- js/src/jscpucfg.h.orig 2012-01-18 17:38:54.409461514 +0100 -+++ js/src/jscpucfg.h 2012-01-18 17:38:59.522462164 +0100 -@@ -77,6 +77,19 @@ - #define IS_BIG_ENDIAN 1 - #endif - -+#elif defined(__FreeBSD__) -+#include -+ -+#if defined(BYTE_ORDER) -+#if BYTE_ORDER == LITTLE_ENDIAN -+#define IS_LITTLE_ENDIAN 1 -+#undef IS_BIG_ENDIAN -+#elif BYTE_ORDER == BIG_ENDIAN -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#endif -+#endif -+ - #elif defined(JS_HAVE_ENDIAN_H) - #include - Deleted: branches/experimental/www/firefox-beta/files/patch-js-src-methodjit-MethodJIT.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js-src-methodjit-MethodJIT.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- js/src/methodjit/MethodJIT.cpp~ -+++ js/src/methodjit/MethodJIT.cpp -@@ -171,7 +171,7 @@ - - JS_STATIC_ASSERT(offsetof(FrameRegs, sp) == 0); - --#if defined(__linux__) && defined(JS_CPU_X64) -+#if defined(__ELF__) && defined(JS_CPU_X64) - # define SYMBOL_STRING_RELOC(name) #name "@plt" - #else - # define SYMBOL_STRING_RELOC(name) SYMBOL_STRING(name) -@@ -149,7 +149,7 @@ - - #if defined(XP_MACOSX) - # define HIDE_SYMBOL(name) ".private_extern _" #name --#elif defined(__linux__) -+#elif defined(__ELF__) - # define HIDE_SYMBOL(name) ".hidden" #name - #else - # define HIDE_SYMBOL(name) Deleted: branches/experimental/www/firefox-beta/files/patch-js_src_jsnum.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-js_src_jsnum.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,31 +0,0 @@ ---- js/src/jsnum.cpp.orig 2010-01-05 22:35:17.000000000 -0500 -+++ js/src/jsnum.cpp 2010-01-11 05:10:19.000000000 -0500 -@@ -43,6 +43,9 @@ - /* - * JS number type and wrapper class. - */ -+#if defined(__FreeBSD__) -+#include -+#endif - #ifdef XP_OS2 - #define _PC_53 PC_53 - #define _MCW_EM MCW_EM -@@ -691,8 +694,18 @@ - - #else - -+#if defined(__FreeBSD__) -+#if __BSD_VISIBLE == 0 -+#error __BSD_VISIBLE is zero, so fedisableexcept is not defined -+#endif -+#include -+#define FIX_FPU() ((void)fedisableexcept(FE_ALL_EXCEPT)) -+#else -+ - #define FIX_FPU() ((void)0) - -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ -+ - #endif - - JSBool Deleted: branches/experimental/www/firefox-beta/files/patch-layout_generic_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-layout_generic_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- layout/generic/Makefile.in.orig 2011-07-06 05:09:28.000000000 +0200 -+++ layout/generic/Makefile.in 2011-07-06 21:49:25.105659269 +0200 -@@ -159,9 +159,10 @@ - -I$(srcdir)/../../content/html/content/src \ - -I$(srcdir)/../../dom/base \ - -I$(srcdir)/../../dom/plugins/base \ -- $(MOZ_CAIRO_CFLAGS) \ - $(NULL) - -+CXXFLAGS += $(MOZ_CAIRO_CFLAGS) -+ - ifdef MOZ_ENABLE_GTK2 - CXXFLAGS += $(MOZ_GTK2_CFLAGS) - endif Deleted: branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.c ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.c Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- media/libvpx/vpx_config_c.c~ -+++ media/libvpx/vpx_config_c.c -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.c" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.c" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.c" - Deleted: branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-media-libvpx-vpx_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- media/libvpx/vpx_config.h~ -+++ media/libvpx/vpx_config.h -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.h" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.h" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.h" - Deleted: branches/experimental/www/firefox-beta/files/patch-memory-mozalloc-mozalloc.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-memory-mozalloc-mozalloc.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- memory/mozalloc/mozalloc.cpp~ -+++ memory/mozalloc/mozalloc.cpp -@@ -52,6 +52,9 @@ - #if defined(XP_UNIX) - # include // for valloc on *BSD - #endif //if defined(XP_UNIX) -+#ifdef __FreeBSD__ -+# include // for malloc_usable_size -+#endif - - #if defined(MOZ_MEMORY) - // jemalloc.h doesn't redeclare symbols if they're provided by the OS -@@ -259,7 +262,7 @@ moz_malloc_usable_size(void *ptr) - - #if defined(XP_MACOSX) - return malloc_size(ptr); --#elif defined(MOZ_MEMORY) || defined(XP_LINUX) -+#elif defined(MOZ_MEMORY) || defined(XP_LINUX) || defined(__FreeBSD__) - // XXX: the |defined(XP_LINUX)| may be too lax; some Linux installations - // might use a libc that doesn't have malloc_usable_size. Let's fix this - // if/when it happens. Deleted: branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.cfg Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,100 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.cfg.orig 2010-12-23 17:34:06.000000000 +0100 -+++ nsprpub/pr/include/md/_freebsd.cfg 2010-12-23 17:34:44.000000000 +0100 -@@ -283,6 +283,97 @@ - #define PR_ALIGN_OF_POINTER 8 - #define PR_ALIGN_OF_WORD 8 - -+#elif defined(__powerpc64__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#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_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 -+ -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#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" Deleted: branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-nsprpub-pr-include-md_freebsd.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig 2010-12-23 17:34:13.000000000 +0100 -+++ nsprpub/pr/include/md/_freebsd.h 2010-12-23 17:34:46.000000000 +0100 -@@ -57,6 +57,10 @@ - #define _PR_SI_ARCHITECTURE "ia64" - #elif defined(__amd64__) - #define _PR_SI_ARCHITECTURE "amd64" -+#elif defined(__powerpc64__) -+#define _PR_SI_ARCHITECTURE "powerpc64" -+#elif defined(__powerpc__) -+#define _PR_SI_ARCHITECTURE "powerpc" - #else - #error "Unknown CPU architecture" - #endif -@@ -106,6 +110,16 @@ - #define _PR_IPV6_V6ONLY_PROBE - #endif - -+#if (__FreeBSD_version >= 700016) -+#if defined(_PR_PTHREADS) -+#define _PR_HAVE_GETPROTO_R -+#define _PR_HAVE_5_ARG_GETPROTO_R -+#define _PR_HAVE_GETHOST_R -+#define _PR_HAVE_GETHOST_R_INT -+#define _PR_HAVE_THREADSAFE_GETHOST -+#endif -+#endif -+ - #define USE_SETJMP - - #ifndef _PR_PTHREADS Deleted: branches/experimental/www/firefox-beta/files/patch-security-coreconf-FreeBSD.mk ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-security-coreconf-FreeBSD.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,46 +0,0 @@ ---- security/coreconf/FreeBSD.mk.orig 2010-02-28 23:30:04.000000000 +0000 -+++ security/coreconf/FreeBSD.mk 2010-03-03 02:05:22.000000000 +0000 -@@ -49,8 +49,24 @@ - 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 -+endif -+ifeq ($(OS_TEST),ia64) -+CPU_ARCH = ia64 -+endif -+ifeq ($(OS_TEST),powerpc64) -+CPU_ARCH = powerpc -+USE_64 = 1 -+endif -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+endif -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 - endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -78,7 +90,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -87,4 +99,6 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+USE_SYSTEM_ZLIB = 1 -+ZLIB_LIBS = -lz -+INCLUDES += -I$(LOCALBASE)/include Deleted: branches/experimental/www/firefox-beta/files/patch-security-nss-lib-Makefile ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-security-nss-lib-Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- security/nss/lib/Makefile~ -+++ security/nss/lib/Makefile -@@ -63,7 +63,7 @@ ZLIB_SRCDIR = zlib # Add the zlib direc - endif - - ifndef MOZILLA_CLIENT --ifndef NSS_USE_SYSTEM_SQLITE -+ifndef MOZ_NATIVE_SQLITE - SQLITE_SRCDIR = sqlite # Add the sqlite directory to DIRS. - endif - endif Deleted: branches/experimental/www/firefox-beta/files/patch-security-nss-lib-freebl-mpi-mpcpucache.c ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-security-nss-lib-freebl-mpi-mpcpucache.c Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- security/nss/lib/freebl/mpi/mpcpucache.c.orig 2011-02-27 20:08:16.000000000 +0100 -+++ security/nss/lib/freebl/mpi/mpcpucache.c 2011-02-27 20:09:24.000000000 +0100 -@@ -733,6 +733,34 @@ - #endif - - #if defined(__ppc64__) -+#if defined(__FreeBSD__) -+#include -+#include -+ -+#include -+#include -+ -+unsigned long -+s_mpi_getProcessorLineSize() -+{ -+ static int cacheline_size = 0; -+ static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; -+ int clen; -+ -+ if (cacheline_size > 0) -+ return cacheline_size; -+ -+ clen = sizeof(cacheline_size); -+ if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]), -+ &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) -+ return 128; /* guess */ -+ -+ return cacheline_size; -+} -+#else /* __FreeBSD__ */ -+ -+ -+ - /* - * Sigh, The PPC has some really nice features to help us determine cache - * size, since it had lots of direct control functions to do so. The POWER -@@ -786,6 +814,7 @@ - return 0; - } - -+#endif /* __FreeBSD__ */ - #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 - #endif - Deleted: branches/experimental/www/firefox-beta/files/patch-security_manager_ssl_src_nsNSSComponent.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-security_manager_ssl_src_nsNSSComponent.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" Deleted: branches/experimental/www/firefox-beta/files/patch-toolkit-xre-nsAppRunner.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-toolkit-xre-nsAppRunner.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- toolkit/xre/nsAppRunner.cpp~ -+++ toolkit/xre/nsAppRunner.cpp -@@ -3133,7 +3133,7 @@ XRE_main(int argc, char* argv[], const n - gQtOnlyArgv[gQtOnlyArgc] = nsnull; - #endif - #if defined(MOZ_WIDGET_GTK2) --#ifdef MOZ_MEMORY -+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) - // Disable the slice allocator, since jemalloc already uses similar layout - // algorithms, and using a sub-allocator tends to increase fragmentation. - // This must be done before g_thread_init() is called. Deleted: branches/experimental/www/firefox-beta/files/patch-toolkit_library_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-toolkit_library_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . - --EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -+EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lexecinfo %%PTHREAD_LIBS%% %%CXXABI%% - - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk Deleted: branches/experimental/www/firefox-beta/files/patch-toolkit_xre_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-toolkit_xre_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,8 +0,0 @@ ---- toolkit/xre/Makefile.in.orig 2007-09-10 10:31:53.000000000 -0400 -+++ toolkit/xre/Makefile.in 2007-09-10 10:35:00.000000000 -0400 -@@ -263,5 +263,3 @@ - libs:: platform.ini - $(INSTALL) $^ $(DIST)/bin - --install:: -- $(INSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir) Deleted: branches/experimental/www/firefox-beta/files/patch-widget-qt-nsNativeThemeQt.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-widget-qt-nsNativeThemeQt.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- widget/qt/nsNativeThemeQt.cpp~ -+++ widget/qt/nsNativeThemeQt.cpp -@@ -25,7 +25,9 @@ - #include "nsThemeConstants.h" - #include "nsIServiceManager.h" - #include "nsIDOMHTMLInputElement.h" -+#ifdef __GLIBC__ - #include -+#endif - - - #include "gfxASurface.h" Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom-io-nsAppFileLocationProvider.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom-io-nsAppFileLocationProvider.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- xpcom/io/nsAppFileLocationProvider.cpp.orig 2011-09-30 15:52:07.000000000 +0200 -+++ xpcom/io/nsAppFileLocationProvider.cpp 2011-09-30 15:52:40.000000000 +0200 -@@ -238,7 +238,7 @@ - #if defined(HAVE_USR_LIB64_DIR) && defined(__LP64__) - "/usr/lib64/mozilla/plugins"; - #else -- "/usr/lib/mozilla/plugins"; -+ "%%LOCALBASE%%/lib/npapi/symlinks/firefox"; - #endif - rv = NS_NewNativeLocalFile(nsDependentCString(sysLPlgDir), - PR_FALSE, getter_AddRefs(localFile)); Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- xpcom/reflect/xptcall/src/xptcprivate.h.orig 2009-11-09 21:43:49.000000000 -0800 -+++ xpcom/reflect/xptcall/src/xptcprivate.h 2009-11-09 21:44:05.000000000 -0800 -@@ -45,7 +45,7 @@ - - class xptiInterfaceEntry; - --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - #define STUB_ENTRY(n) NS_IMETHOD Stub##n() = 0; - #else - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64) = 0; -@@ -62,7 +62,7 @@ - #undef STUB_ENTRY - #undef SENTINEL_ENTRY - --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(); - #else - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64); Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom__threads__nsThreadManager.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom__threads__nsThreadManager.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- ./xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 -+++ ./xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 -@@ -89,6 +89,11 @@ - nsresult - nsThreadManager::Init() - { -+#ifdef NS_TLS && (__FreeBSD_version < 802513 \ -+ || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045)) -+ if (!gTLSThreadID) -+ gTLSThreadID = mozilla::threads::Generic; -+#endif - if (!mThreadsByPRThread.Init()) - return NS_ERROR_OUT_OF_MEMORY; - Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- xpcom/base/nsStackWalk.cpp.orig 2010-12-15 02:03:41.000000000 +0100 -+++ xpcom/base/nsStackWalk.cpp 2010-12-15 11:28:20.000000000 +0100 -@@ -1137,7 +1137,7 @@ - #define __USE_GNU - #endif - --#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) -+#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__FreeBSD__) - #include - #endif - -@@ -1123,6 +1123,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb - - #elif defined(HAVE__UNWIND_BACKTRACE) - -+#define _GNU_SOURCE - // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0 - #include - Deleted: branches/experimental/www/firefox-beta/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in ============================================================================== --- branches/experimental/www/firefox-beta/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,85 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2011-04-26 23:22:05.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2011-04-26 23:48:09.637442986 +0200 -@@ -94,6 +94,9 @@ - DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED - CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -117,7 +120,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -130,6 +133,12 @@ - CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif - # -+# FreeBSD/amd64 -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp -+endif -+# - # Neutrino/Intel (uses the same unixish_x86 code) - # - ifeq ($(OS_TARGET),NTO) -@@ -184,9 +193,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -341,7 +356,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -350,7 +365,7 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp - ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -419,6 +434,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) Deleted: branches/experimental/www/firefox-beta/pkg-descr ============================================================================== --- branches/experimental/www/firefox-beta/pkg-descr Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ -Mozilla Firefox is a free and open source web browser descended from the -Mozilla Application Suite. It is small, fast and easy to use, and offers -many advanced features: - - o Popup Blocking - o Tabbed Browsing - o Live Bookmarks (ie. RSS) - o Extensions - o Themes - o FastFind - o Improved Security - -WWW: http://www.mozilla.com/firefox Deleted: branches/experimental/www/firefox-beta/pkg-message ============================================================================== --- branches/experimental/www/firefox-beta/pkg-message Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,48 +0,0 @@ -====================================================================== - -SMB issues: -Network group, machine, and share browsing does not work correctly. - -SFTP: -Only sftp access using public key authentication works. To easily -setup public key authentication to "remote_host": - -ssh-keygen -t dsa -cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" - -The SSH server on remote_host must allow pub key authentication. - -====================================================================== - -Firefox and HTML5 - -Certain functions used to display HTML5 elements need the sem module. - -If your Firefox crashes with the following message while viewing a -HTML5 page: -"Bad system call (core dumped)" - -you need to load the sem module (kldload sem). - -To load sem on every boot put the following into your -/boot/loader.conf: -sem_load="YES" - -====================================================================== - -Any bug reports should be addressed to the maintainers at: - gecko@FreeBSD.org -You may also Cc: freebsd-ports@FreeBSD.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Output from 'ident /usr/ports/www/firefox/Makefile' -* Where/when did the problem occur: configuring, building, or - running firefox -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Firefox. -The Maintainers (gecko@) -====================================================================== Deleted: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,194 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.323 2012/03/14 15:50:04 beat Exp $ -# - -PORTNAME= seamonkey -DISTVERSION= 2.9b3 -CATEGORIES?= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source -DISTNAME= seamonkey-${DISTVERSION}.source - -MAINTAINER= gecko@FreeBSD.org -COMMENT= The open source, standards compliant web browser - -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ - unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -USE_AUTOTOOLS= autoconf213:env -CONFLICTS_BUILD= spidermonkey-1.[0-7]* -USE_BZIP2= yes -USE_GMAKE= yes -USE_GECKO= gecko -WANT_GNOME= yes -USE_QT4= # empty -QT_NONSTANDARD= yes -WANT_PERL= yes -GNU_CONFIGURE= yes -ALL_TARGET= default -USE_GL= gl -MAKE_JOBS_SAFE= yes -MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin - -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} - -MOZ_EXTENSIONS= default -MOZ_OPTIONS+= --program-transform-name='s/seamonkey/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-application=suite \ - --disable-updater \ - --disable-necko-wifi - -USE_MOZILLA= # empty -USE_GECKO_OPTIONS=+smb -MOZILLA_PLIST_DIRS= bin lib -MOZ_PKGCONFIG_FILES= - -NOT_FOR_ARCHS= ia64 - -OPTIONS_DEFAULT=DBUS -OPTIONS=MAILNEWS "Enable Mail and News modules" on \ - COMPOSER "Enable the HTML Composer module" on \ - LDAP "Enable LDAP support for Mailnews" on \ - CHATZILLA "Enable the Chatzilla IRC module" on \ - LIGHTNING "Enable calendar extension" off - -.include - -MOZSRC:= ${WRKDIR}/comm-beta/mozilla -WRKSRC= ${WRKDIR}/comm-beta - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if defined(WITHOUT_MAILNEWS) -EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \ - ${FILESDIR}/extra-patch-configure.in -MOZ_OPTIONS+= --disable-ldap --disable-mailnews -.else -# mail and news desired, but not LDAP -.if defined(WITHOUT_LDAP) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bridge-bridge.mk -MOZ_OPTIONS+= --disable-ldap --enable-mailnews -.else -MOZ_OPTIONS+= --enable-ldap --enable-mailnews -.endif -.endif -.if !defined(WITHOUT_CHATZILLA) -MOZ_EXTENSIONS:= ${MOZ_EXTENSIONS},irc -.endif - -.if defined(WITHOUT_COMPOSER) -MOZ_OPTIONS+= --disable-composer -.endif - -.if ${ARCH} == amd64 || ${ARCH} == i386 -BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm -.endif - -.if !empty(CXX:M*clang++*) -CFLAGS+= -Wno-return-type-c-linkage -.endif - -.if ${CXXFLAGS:M-stdlib=libc++} -CXXABI= -lcxxrt -.else -CXXABI= # implied -.endif - -.if defined(WITH_LIGHTNING) -MOZ_OPTIONS+= --enable-calendar -MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar -LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi -XPI_LIBDIR= ${PREFIX}/lib/xpi -XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} -XPI_ID= lightning@seamonkey.mozilla.org -.else -MOZ_OPTIONS+= --disable-calendar -.endif - -post-patch: - @${GREP} -Flr -e MSG_LINEBREAK -e CRLF ${WRKSRC}/mailnews \ - | ${XARGS} ${REINPLACE_CMD} -Ee 's/"(MSG_|CRLF)/" \1/g' \ - -e 's/(BREAK|CRLF)"/\1 "/g' - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/mozilla/security/manager/ssl/src/Makefile.in \ - ${WRKSRC}/mozilla/js/src/config/mkdepend/Makefile.in - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - -e 's|%%CXXABI%%|${CXXABI}|' \ - ${WRKSRC}/suite/build/Makefile.in \ - ${MOZSRC}/storage/build/Makefile.in \ - ${MOZSRC}/toolkit/library/Makefile.in \ - ${MOZSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/mozilla/modules/libpref/src/init/all.js - @${REINPLACE_CMD} -e 's|libgnome-2.so.0|libgnome-2.so|' \ - ${WRKSRC}/mozilla/toolkit/xre/nsNativeAppSupportUnix.cpp \ - ${WRKSRC}/mozilla/image/decoders/icon/gtk/nsIconChannel.cpp - @${REINPLACE_CMD} -e 's|libgnomeui-2.so.0|libgnomeui-2.so|' \ - ${WRKSRC}/mozilla/toolkit/xre/nsNativeAppSupportUnix.cpp \ - ${WRKSRC}/mozilla/image/decoders/icon/gtk/nsIconChannel.cpp - @${REINPLACE_CMD} -e 's|libgnomevfs-2.so.0|libgnomevfs-2.so|' \ - ${WRKSRC}/mozilla/image/decoders/icon/gtk/nsIconChannel.cpp - @${SED} -e 's|%%MOZILLA%%|${MOZILLA}|g' \ - < ${FILESDIR}/seamonkey.desktop.in > \ - ${WRKDIR}/${MOZILLA}.desktop -pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) - -pre-install: - ${ECHO_CMD} share/applications/${MOZILLA}.desktop >> ${PLIST} - ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} - ${ECHO_CMD} 'share/pixmaps/${MOZILLA}.png' >> ${PLIST} - -do-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ - ${LN} -sf ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png \ - ${PREFIX}/share/pixmaps/${MOZILLA}.png - -post-install: -.if defined(WITH_LIGHTNING) - @${MKDIR} ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/seamonkey - @(cd ${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${XPI_ID} - @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${XPI_LIBDIR}/${XPI_ID}/install.rdf - @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${XPI_ID} - @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${LOCALBASE}/lib/seamonkey/extensions 2>/dev/null || true - @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/seamonkey 2>/dev/null || true - @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -not -type d) | ${SORT} | \ - ${SED} -ne 's,^,lib/xpi/,p' >> ${TMPPLIST} - @${ECHO_CMD} 'lib/xpi/symlinks/seamonkey/${XPI_ID}' >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${XPI_ID} ${LOCALBASE}/lib/seamonkey/extensions 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/seamonkey/extensions/${XPI_ID}' >> ${TMPPLIST} - @(cd ${XPI_LIBDIR}; ${FIND} ${XPI_ID} -type d) | ${SORT} -r | \ - ${SED} -ne 's,^,@dirrm lib/xpi/,p' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks/seamonkey 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi/symlinks 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xpi 2>/dev/null || true' >> ${TMPPLIST} -.endif - -.include Deleted: branches/experimental/www/seamonkey-beta/distinfo ============================================================================== --- branches/experimental/www/seamonkey-beta/distinfo Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,2 +0,0 @@ -SHA256 (seamonkey-2.9b3.source.tar.bz2) = 8532d8deeadd6ac6894a0828fbfdfb456b04c08cd1ce6baeaf6d05137023d900 -SIZE (seamonkey-2.9b3.source.tar.bz2) = 102211948 Deleted: branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk ============================================================================== --- branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,24 +0,0 @@ ---- bridge/bridge.mk.orig 2012-03-13 06:23:10.000000000 +0100 -+++ bridge/bridge.mk 2012-03-14 12:28:03.000000000 +0100 -@@ -38,17 +38,19 @@ - - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete - --#ifdef MOZ_LDAP_XPCOM -+ifdef MOZ_LDAP_XPCOM - APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom --#endif -+endif - - #ifdef MOZ_MORK - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork - #endif - -+ifdef disabled - APP_LIBXUL_DIRS += \ - $(DEPTH)$(SUBDIR)/mailnews/base \ - $(DEPTH)$(SUBDIR)/mailnews/mime/public \ - $(DEPTH)$(SUBDIR)/mailnews \ - $(NULL) -+endif Deleted: branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk ============================================================================== --- branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- bridge/bridge.mk.orig 2011-11-24 18:31:11.000000000 +0100 -+++ bridge/bridge.mk 2011-11-24 18:31:23.000000000 +0100 -@@ -38,10 +38,10 @@ - - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete - --#ifdef MOZ_LDAP_XPCOM -+ifdef MOZ_LDAP_XPCOM - APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom --#endif -+endif - - #ifdef MOZ_MORK - APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork Deleted: branches/experimental/www/seamonkey-beta/files/extra-patch-configure.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/extra-patch-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- configure.in.orig 2012-03-14 14:18:03.000000000 +0100 -+++ configure.in 2012-03-14 14:18:25.000000000 +0100 -@@ -837,11 +837,6 @@ - AC_PROG_CPP - AC_PROG_CXXCPP - --MAIL_COMPONENT="mail msgsmime import" --export MAIL_COMPONENT --MAIL_MODULE="MODULE(nsMailModule) MODULE(nsMsgSMIMEModule) MODULE(nsImportServiceModule)" --export MAIL_MODULE -- - if test -n "$_WIN32_MSVC"; then - SKIP_PATH_CHECKS=1 - SKIP_COMPILER_CHECKS=1 Deleted: branches/experimental/www/seamonkey-beta/files/extra-patch-security_manager_Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/extra-patch-security_manager_Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- security/manager/Makefile.in.orig.patched Thu May 25 10:19:22 2006 -+++ security/manager/Makefile.in Thu May 25 10:19:22 2006 -@@ -159,8 +159,6 @@ - $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) - ifeq ($(OS_ARCH),WINNT) - cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) --else -- cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) - endif - # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) - ifndef SKIP_CHK Deleted: branches/experimental/www/seamonkey-beta/files/moz_pis_S50cleanhome ============================================================================== --- branches/experimental/www/seamonkey-beta/files/moz_pis_S50cleanhome Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,31 +0,0 @@ -#!/bin/sh -# - -# S50cleanhome -# a script to clean up users' Mozilla home directories to make upgrading -# less painful. - -# We run in our own subshell - -# First, verify protocol -[ "$1" != "start" ] && exit 1 -[ -z "${MOZ_PIS_API}" -o ${MOZ_PIS_API} -ne 2 ] && exit 1 -[ -z "${MOZ_PIS_MOZBINDIR}" -o ! -d "${MOZ_PIS_MOZBINDIR}" ] && exit 1 -[ -z "${HOME}" -o ! -d "${HOME}" ] && exit 1 -[ -z "${MOZ_PIS_USER_DIR}" -o ! -d "${HOME}/${MOZ_PIS_USER_DIR}" ] && exit 1 - -# Try to cleanup ${HOME}/${MOZ_PIS_USER_DIR} - -if [ -f "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" ]; then - sed -e '/Path=/! d' -e "s,Path=,${HOME}/${MOZ_PIS_USER_DIR}/," \ - "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ - | while read dir - do - [ ! -d "${dir}" ] && continue - # Debian does this for new builds - # rm -f "${dir}/XUL.mfasl" - # force a rebuild of compreg.dat and xpti.dat for new installations - [ "${dir}/compreg.dat" -ot "${MOZ_PIS_MOZBINDIR}/components.ini" ] && - rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" - done -fi Deleted: branches/experimental/www/seamonkey-beta/files/mozconfig-generic.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/mozconfig-generic.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,8 +0,0 @@ -ac_add_options --prefix=@FAKEDIR@ -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -export PERL="@PERL@" Deleted: branches/experimental/www/seamonkey-beta/files/patch-bug741737 ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-bug741737 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,93 +0,0 @@ -changeset: 91900:eee73897136b -user: Martin Stransky -date: Tue Apr 17 19:57:40 2012 -0400 -summary: Bug 741737 - Configure libvpx with pkgconfig. r=khuey, a=npotb - -diff --git a/configure.in b/configure.in ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -5591,12 +5591,10 @@ MOZ_ARG_DISABLE_BOOL(webm, - - dnl system libvpx Support - dnl ======================================================== --MOZ_ARG_WITH_STRING(system-libvpx, --[ --with-system-libvpx=[PFX] -- Use system libvpx [installed at prefix PFX]], -- LIBVPX_DIR=$withval) -- --MOZ_NATIVE_LIBVPX= -+MOZ_ARG_WITH_BOOL(system-libvpx, -+[ --with-system-libvpx Use system libvpx (located with pkgconfig)], -+ MOZ_NATIVE_LIBVPX=1) -+ - MOZ_LIBVPX_INCLUDES= - MOZ_LIBVPX_LIBS= - -@@ -5609,54 +5607,18 @@ if test -n "$MOZ_WEBM"; then - AC_DEFINE(MOZ_VP8_ENCODER) - fi - -- if test -n "$LIBVPX_DIR" -a "$LIBVPX_DIR" != no; then -- _SAVE_CFLAGS=$CFLAGS -- _SAVE_LDFLAGS=$LDFLAGS -- _SAVE_LIBS=$LIBS -- if test "${LIBVPX_DIR}" = "yes"; then -- LIBVPX_DIR=/usr -- fi -- CFLAGS="-I${LIBVPX_DIR}/include $CFLAGS" -- LDFLAGS="-L${LIBVPX_DIR}/lib $LDFLAGS" -- MOZ_NATIVE_LIBVPX_DEC_TEST= -- MOZ_CHECK_HEADER(vpx/vpx_decoder.h, -- [if test ! -f "${LIBVPX_DIR}/include/vpx/vpx_decoder.h"; then -- AC_MSG_ERROR([vpx/vpx_decoder.h found, but is not in ${LIBVPX_DIR}/include]) -- fi], -- AC_MSG_ERROR([--with-system-libvpx requested but vpx/vpx_decoder.h not found])) -- AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, -- [MOZ_NATIVE_LIBVPX_DEC_TEST=1], -- ([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])) -- if test -n "$MOZ_NATIVE_LIBVPX_DEC_TEST" ; then -- AC_MSG_CHECKING([for libvpx version >= v1.0.0]) -- dnl We need at least v1.0.0 to fix several crash bugs (for which we -- dnl had local patches prior to v1.0.0). -- dnl -- dnl This is a terrible test for the library version, but we don't -- dnl have a good one. There is no version number in a public header, -- dnl and testing the headers still doesn't guarantee we link against -- dnl the right version. While we could call vpx_codec_version() at -- dnl run-time, that would break cross-compiling. There are no -- dnl additional exported decoder symbols between the v1.0.0 release -- dnl and the v0.9.7 one to check for. -- AC_TRY_COMPILE([ -- #include -- #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS) -- #error "test failed." -- #endif -- ], -- [return 0;], -- [AC_MSG_RESULT([yes]) -- MOZ_NATIVE_LIBVPX=1 -- AC_DEFINE(MOZ_NATIVE_LIBVPX) -- MOZ_LIBVPX_INCLUDES="-I${LIBVPX_DIR}/include" -- MOZ_LIBVPX_LIBS="-L${LIBVPX_DIR}/lib -lvpx"], -- [AC_MSG_RESULT([no]) -- AC_MSG_ERROR([--with-system-libvpx requested but it is not v1.0.0 or later])]) -- fi -- CFLAGS=$_SAVE_CFLAGS -- LDFLAGS=$_SAVE_LDFLAGS -- LIBS=$_SAVE_LIBS -+ if test -n "$MOZ_NATIVE_LIBVPX"; then -+ dnl ============================ -+ dnl === libvpx Version check === -+ dnl ============================ -+ dnl Check to see if we have a system libvpx package. -+ PKG_CHECK_MODULES(LIBVPX, vpx >= 1.0.0) -+ -+ MOZ_CHECK_HEADER([vpx/vpx_decoder.h], [], -+ [AC_MSG_ERROR([Couldn't find vpx/vpx_decoder.h which is required for build with system libvpx. Use --without-system-libvpx to build with in-tree libvpx.])]) -+ -+ AC_CHECK_LIB(vpx, vpx_codec_dec_init_ver, [], -+ [AC_MSG_ERROR([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found])]) - fi - fi - - Deleted: branches/experimental/www/seamonkey-beta/files/patch-config-rules.mk ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-config-rules.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- config/rules.mk.orig Thu Sep 14 14:07:03 2006 -+++ config/rules.mk Wed Oct 18 11:00:09 2006 -@@ -442,9 +442,7 @@ - endif - - ifeq ($(OS_ARCH),FreeBSD) --ifdef IS_COMPONENT --EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic --endif -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc - endif - - ifeq ($(OS_ARCH),NetBSD) Deleted: branches/experimental/www/seamonkey-beta/files/patch-config_autoconf.mk.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-config_autoconf.mk.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- config/autoconf.mk.in.orig 2011-08-17 10:26:35.000000000 +0200 -+++ config/autoconf.mk.in 2011-08-17 10:27:16.000000000 +0200 -@@ -60,14 +60,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - MOZDEPTH = $(DEPTH)/mozilla - DIST = $(MOZDEPTH)/dist Deleted: branches/experimental/www/seamonkey-beta/files/patch-configure.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,122 +0,0 @@ ---- configure.in.orig 2011-12-17 18:35:47.000000000 +0100 -+++ configure.in 2011-12-19 15:57:09.000000000 +0100 -@@ -1410,7 +1410,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1430,7 +1430,7 @@ - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -1753,7 +1753,7 @@ - esac - - case "${host_cpu}" in -- x86_64) -+ amd64 | x86_64) - HOST_CFLAGS="$HOST_CFLAGS -D_AMD64_" - ;; - esac -@@ -2415,6 +2415,9 @@ - x86_64-*) - AC_DEFINE(_AMD64_) - ;; -+ amd64*) -+ AC_DEFINE(_AMD64_) -+ ;; - *) - AC_DEFINE(_CPU_ARCH_NOT_DEFINED) - ;; -@@ -2486,7 +2489,7 @@ - else - DLL_SUFFIX=".so.1.0" - fi -- MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/X11R6)/lib' -+ MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if $(X11BASE),$(X11BASE),/usr/local)/lib' - DSO_CFLAGS='' - DSO_PIC_CFLAGS='-fPIC' - DSO_LDOPTS='-shared -fPIC' -@@ -3304,11 +3307,11 @@ - ;; - *) - MOZ_CHECK_PTHREADS(pthreads, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthreads", - MOZ_CHECK_PTHREADS(pthread, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthread", - MOZ_CHECK_PTHREADS(c_r, -- USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r", -+ USE_PTHREADS=1 _PTHREAD_LDFLAGS="-pthread", - MOZ_CHECK_PTHREADS(c, - USE_PTHREADS=1 - ) -@@ -3383,18 +3386,18 @@ - *-*-freebsd*) - AC_DEFINE(_REENTRANT) - AC_DEFINE(_THREAD_SAFE) -- dnl -pthread links in -lc_r, so don't specify it explicitly. -+ dnl -pthread links in -pthread, so don't specify it explicitly. - if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="-pthread" - else -- _PTHREAD_LDFLAGS="-lc_r" -+ _PTHREAD_LDFLAGS="-pthread" - fi - ;; - - *-*-openbsd*|*-*-bsdi*) - AC_DEFINE(_REENTRANT) - AC_DEFINE(_THREAD_SAFE) -- dnl -pthread links in -lc_r, so don't specify it explicitly. -+ dnl -pthread links in -pthread, so don't specify it explicitly. - if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="-pthread" - fi -@@ -3569,7 +3572,7 @@ - ac_cv_func_iconv, - [AC_TRY_LINK([ - #include -- #include -+ #include "/usr/local/include/iconv.h" - ], - [ - iconv_t h = iconv_open("", ""); -@@ -3590,7 +3593,7 @@ - ac_cv_func_const_iconv, - [AC_TRY_COMPILE([ - #include -- #include -+ #include "/usr/local/include/iconv.h" - ], - [ - const char *input = "testing"; -@@ -4218,6 +4218,9 @@ else - NSPR_LIBS='`$(LIBXUL_DIST)/sdk/bin/nspr-config --prefix='${LIBXUL_DIST}' --libdir='${LIBXUL_DIST}'/lib --libs`' - fi - fi -+if test -n "$MOZ_NATIVE_NSPR"; then -+ AC_DEFINE(MOZ_NATIVE_NSPR) -+fi - - dnl system libevent Support - dnl ======================================================== -@@ -4383,7 +4386,7 @@ - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS - --if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then -+if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then - ZLIB_CFLAGS="-I${ZLIB_DIR}/include" - ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" - fi Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-atomicops_internals_mutex.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/atomicops_internals_mutex.cc~ -+++ mozilla/ipc/chromium/src/base/atomicops_internals_mutex.cc -@@ -39,6 +39,7 @@ - * ***** END LICENSE BLOCK ***** */ - - #include "base/atomicops.h" -+#include "base/lock.h" - - namespace base { - namespace subtle { Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_linux.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- mozilla/ipc/chromium/src/base/file_util_linux.cc~ -+++ mozilla/ipc/chromium/src/base/file_util_linux.cc -@@ -5,6 +5,7 @@ - #include "base/file_util.h" - - #include -+#include - - #include - #include -@@ -28,7 +29,7 @@ bool GetShmemTempDir(FilePath* path) { - #ifdef ANDROID - return GetTempDir(path); - #else -- *path = FilePath("/dev/shm"); -+ *path = FilePath("/tmp"); - return true; - #endif - } Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-file_util_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/base/file_util_posix.cc~ -+++ mozilla/ipc/chromium/src/base/file_util_posix.cc -@@ -30,6 +30,8 @@ - #include "base/string_util.h" - #include "base/time.h" - -+#define stat64 stat -+ - namespace file_util { - - #if defined(GOOGLE_CHROME_BUILD) Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_file_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/platform_file_posix.cc~ -+++ mozilla/ipc/chromium/src/base/platform_file_posix.cc -@@ -9,6 +9,7 @@ - #ifdef ANDROID - #include - #endif -+#include - - #include "base/logging.h" - #include "base/string_util.h" Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-platform_thread_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2011-04-27 09:34:28.000000000 +0200 -+++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc 2011-04-27 19:47:36.344446266 +0200 -@@ -34,7 +33,8 @@ - #if defined(OS_MACOSX) - return mach_thread_self(); - #elif defined(OS_LINUX) -- return syscall(__NR_gettid); -+ // TODO(BSD): find a better thread ID -+ return reinterpret_cast(pthread_self()); - #endif - } - Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/base/third_party/nspr/prcpucfg.h~ -+++ mozilla/ipc/chromium/src/base/third_party/nspr/prcpucfg.h -@@ -34,7 +34,7 @@ - #include "base/third_party/nspr/prcpucfg_win.h" - #elif defined(__APPLE__) - #include "base/third_party/nspr/prcpucfg_mac.h" --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #include "base/third_party/nspr/prcpucfg_linux.h" - #else - #error Provide a prcpucfg.h appropriate for your platform Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-time_posix.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-base-time_posix.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/ipc/chromium/src/base/time_posix.cc~ -+++ mozilla/ipc/chromium/src/base/time_posix.cc -@@ -8,6 +9,7 @@ - #include - #endif - #include -+#include - #ifdef ANDROID - #include - #else Deleted: branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-build-build_config.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ipc-chromium-src-build-build_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/ipc/chromium/src/build/build_config.h~ -+++ mozilla/ipc/chromium/src/build/build_config.h -@@ -17,7 +17,7 @@ - // A set of macros to use for platform detection. - #if defined(__APPLE__) - #define OS_MACOSX 1 --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__FreeBSD__) || defined(ANDROID) - #define OS_LINUX 1 - #elif defined(_WIN32) - #define OS_WIN 1 Deleted: branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2009-11-10 09:56:42.000000000 +0100 -+++ ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 09:58:15.000000000 +0100 -@@ -254,6 +254,10 @@ - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - ifeq ($(OS_ARCH), NetBSD) - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) - endif Deleted: branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in.orig 2008-09-11 16:38:35.000000000 +0200 -+++ ldap/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in 2009-12-01 10:18:43.000000000 +0100 -@@ -147,6 +147,11 @@ - CUSTOM_LIBS=1 - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+CUSTOM_LIBS=1 -+endif -+ - # no extra libs on HP-UX - ifeq ($(OS_ARCH), HP-UX) - CUSTOM_LIBS=1 Deleted: branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,22 +0,0 @@ ---- ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in.orig 2009-09-10 17:36:39.000000000 +0200 -+++ ldap/sdks/c-sdk/ldap/libraries/libssldap/Makefile.in 2009-09-10 17:37:28.000000000 +0200 -@@ -42,7 +42,7 @@ - NSPR_LIBS = @NSPR_LIBS@ - NSPR_CFLAGS = @NSPR_CFLAGS@ - NSS_LIBS = @NSS_LIBS@ --NSS_CFLAGS = @NSS_CFLAGS@ -+NSS_CFLAGS = @NSS_CFLAGS@ -I/usr/local/include/nss/nss - - include $(MOD_DEPTH)/config/autoconf.mk - include $(topsrcdir)/build.mk -@@ -180,6 +180,10 @@ - CUSTOM_LIBS=1 - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+CUSTOM_LIBS=1 -+endif -+ - ifndef CUSTOM_LIBS - EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME) -l$(PRLDAP_LIBNAME) - EXTRA_LIBS += $(NSSLINK) Deleted: branches/experimental/www/seamonkey-beta/files/patch-ldap-xpcom-src-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-ldap-xpcom-src-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- ldap/xpcom/src/Makefile.in.orig 2012-03-12 10:25:35.000000000 +0100 -+++ ldap/xpcom/src/Makefile.in 2012-03-12 10:26:09.000000000 +0100 -@@ -89,6 +89,10 @@ - $(NULL) - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - EXTRA_DSO_LDOPTS += $(LDAP_LIBS) - ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE - EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mailnews-addrbook-src-nsDirPrefs.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- mailnews/addrbook/src/nsDirPrefs.cpp~ -+++ mailnews/addrbook/src/nsDirPrefs.cpp -@@ -375,7 +375,7 @@ static bool DIR_SetServerPosition(nsVoid - DIR_Server *s=nsnull; - - switch (position) { -- case DIR_POS_APPEND: -+ case (PRInt32)DIR_POS_APPEND: - /* Do nothing if the request is to append a server that is already - * in the list. - */ -@@ -401,7 +401,7 @@ static bool DIR_SetServerPosition(nsVoid - wholeList->AppendElement(server); - break; - -- case DIR_POS_DELETE: -+ case (PRInt32)DIR_POS_DELETE: - /* Remove the prefs corresponding to the given server. If the prefName - * value is nsnull, the server has never been saved and there are no - * prefs to remove. Deleted: branches/experimental/www/seamonkey-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mailnews-compose-src-nsSmtpProtocol.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,29 +0,0 @@ ---- mailnews/compose/src/nsSmtpProtocol.cpp~ -+++ mailnews/compose/src/nsSmtpProtocol.cpp -@@ -127,16 +127,16 @@ nsresult nsExplainErrorDetails(nsISmtpUr - - switch (code) - { -- case NS_ERROR_SMTP_SERVER_ERROR: -- case NS_ERROR_TCP_READ_ERROR: -- case NS_ERROR_SMTP_TEMP_SIZE_EXCEEDED: -- case NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_1: -- case NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_2: -- case NS_ERROR_SENDING_FROM_COMMAND: -- case NS_ERROR_SENDING_RCPT_COMMAND: -- case NS_ERROR_SENDING_DATA_COMMAND: -- case NS_ERROR_SENDING_MESSAGE: -- case NS_ERROR_SMTP_GREETING: -+ case (int)NS_ERROR_SMTP_SERVER_ERROR: -+ case (int)NS_ERROR_TCP_READ_ERROR: -+ case (int)NS_ERROR_SMTP_TEMP_SIZE_EXCEEDED: -+ case (int)NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_1: -+ case (int)NS_ERROR_SMTP_PERM_SIZE_EXCEEDED_2: -+ case (int)NS_ERROR_SENDING_FROM_COMMAND: -+ case (int)NS_ERROR_SENDING_RCPT_COMMAND: -+ case (int)NS_ERROR_SENDING_DATA_COMMAND: -+ case (int)NS_ERROR_SENDING_MESSAGE: -+ case (int)NS_ERROR_SMTP_GREETING: - bundle->GetStringFromID(NS_ERROR_GET_CODE(code), getter_Copies(eMsg)); - msg = nsTextFormatter::vsmprintf(eMsg.get(), args); - break; Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-browser-installer-package-manifest.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-browser-installer-package-manifest.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,24 +0,0 @@ ---- mozilla/browser/installer/package-manifest.in~ -+++ mozilla/browser/installer/package-manifest.in -@@ -58,9 +58,11 @@ - #ifndef MOZ_STATIC_JS - @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ - #endif -+#ifndef MOZ_NATIVE_NSPR - @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ - @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ -+#endif - @BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@ - #ifdef XP_MACOSX - @BINPATH@/XUL -@@ -109,7 +111,9 @@ - #endif - @BINPATH@/platform.ini - #ifndef XP_OS2 -+#ifndef MOZ_NATIVE_SQLITE - @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ -+#endif - #else - @BINPATH@/mozsqlt3@DLL_SUFFIX@ - #endif Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-autoconf-config.sub ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-autoconf-config.sub Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/build/autoconf/config.sub.orig 2010-01-05 12:26:13.000000000 +0100 -+++ mozilla/build/autoconf/config.sub 2010-01-05 12:26:46.000000000 +0100 -@@ -403,9 +403,6 @@ - amd64) - basic_machine=x86_64-pc - ;; -- amd64-*) -- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -- ;; - amdahl) - basic_machine=580-amdahl - os=-sysv Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-unix-run-mozilla.sh ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-build-unix-run-mozilla.sh Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/build/unix/run-mozilla.sh.orig 2010-10-08 21:51:26.000000000 +0200 -+++ mozilla/build/unix/run-mozilla.sh 2010-10-10 21:45:33.000000000 +0200 -@@ -308,7 +308,7 @@ - } - if moz_should_set_ld_library_path - then -- LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH:+":$LD_LIBRARY_PATH"} -+ LD_LIBRARY_PATH=${MOZ_DIST_BIN}:%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko18:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - fi - - if [ -n "$LD_LIBRARYN32_PATH" ] -@@ -390,6 +390,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko18:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-autoconf.mk.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-autoconf.mk.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/config/autoconf.mk.in.orig 2009-09-17 19:09:10.000000000 +0200 -+++ mozilla/config/autoconf.mk.in 2009-09-17 19:09:26.000000000 +0200 -@@ -275,7 +275,7 @@ - OS_CPPFLAGS = @CPPFLAGS@ - OS_CFLAGS = $(OS_CPPFLAGS) @CFLAGS@ - OS_CXXFLAGS = $(OS_CPPFLAGS) @CXXFLAGS@ --OS_LDFLAGS = @LDFLAGS@ -+OS_LDFLAGS = @LDFLAGS@ -lc - - OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@ - OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@ Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-gcc-stl-wrapper.template.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-gcc-stl-wrapper.template.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/config/gcc-stl-wrapper.template.h.orig 2010-05-12 13:56:18.000000000 +0000 -+++ mozilla/config/gcc-stl-wrapper.template.h 2010-05-12 13:56:52.000000000 +0000 -@@ -89,7 +89,7 @@ - // -fshort-wchar). We don't want that and so define our own inlined - // __throw_*(). - #ifndef mozilla_throw_gcc_h --# include "mozilla/throw_gcc.h" -+# include "../../memory/mozalloc/throw_gcc.h" - #endif - - #endif // if mozilla_${HEADER}_h Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/config/mkdepend/Makefile.in.orig 2009-09-11 19:30:23.000000000 +0200 -+++ mozilla/config/mkdepend/Makefile.in 2009-09-11 19:29:53.000000000 +0200 -@@ -73,6 +73,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-imakemdep.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-config-mkdepend-imakemdep.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 -+++ mozilla/config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 -@@ -278,4 +278,7 @@ - "-D__i386__", - # endif -+# if defined(__amd64__) || defined(__x86_64__) -+ "-D__amd64__ -D__x86_64__", -+# endif - # ifdef __GNUC__ - "-traditional", Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-configure.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,109 +0,0 @@ ---- mozilla/configure.in.orig 2010-11-04 21:05:18.000000000 +0100 -+++ mozilla/configure.in 2010-11-09 12:59:28.000000000 +0100 -@@ -1549,7 +1549,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -1567,7 +1567,7 @@ dnl Set INTEL_ARCHITECTURE if we're comp - dnl =============================================================== - INTEL_ARCHITECTURE= - case "$OS_TEST" in -- x86_64|i?86) -+ amd64|x86_64|i?86) - INTEL_ARCHITECTURE=1 - esac - -@@ -3803,19 +3803,21 @@ - AC_CHECK_FUNCS(localtime_r strtok_r) - - dnl check for clock_gettime(), the CLOCK_MONOTONIC clock, and -lrt --_SAVE_LDFLAGS=$LDFLAGS --LDFLAGS="$LDFLAGS -lrt" --AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC) and -lrt, -+_SAVE_LIBS=$LIBS -+AC_SEARCH_LIBS(clock_gettime, rt) -+AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC), - ac_cv_have_clock_monotonic, - [AC_TRY_LINK([#include ], - [ struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); ], - ac_cv_have_clock_monotonic=yes, - ac_cv_have_clock_monotonic=no)]) --LDFLAGS=$_SAVE_LDFLAGS -+LIBS=$_SAVE_LIBS - if test "$ac_cv_have_clock_monotonic" = "yes"; then - HAVE_CLOCK_MONOTONIC=1 -- REALTIME_LIBS=-lrt -+ if test "$ac_cv_search_clock_gettime" != "none required"; then -+ REALTIME_LIBS=$ac_cv_search_clock_gettime -+ fi - AC_DEFINE(HAVE_CLOCK_MONOTONIC) - AC_SUBST(HAVE_CLOCK_MONOTONIC) - AC_SUBST(REALTIME_LIBS) -@@ -4230,6 +4233,9 @@ - if test -z "$LIBEVENT_DIR" -o "$LIBEVENT_DIR" = no; then - MOZ_NATIVE_LIBEVENT= - else -+PKG_CHECK_MODULES(MOZ_LIBEVENT, libevent, -+ [MOZ_NATIVE_LIBEVENT=1 -+ MOZ_LIBEVENT_INCLUDES="$MOZ_LIBEVENT_CFLAGS"], [ - if test "${LIBEVENT_DIR}" = "yes"; then - LIBEVENT_DIR=/usr - fi -@@ -4242,10 +4248,11 @@ else - AC_MSG_ERROR([--with-system-libevent requested but event.h not found])) - AC_CHECK_LIB(event, event_init, - [MOZ_NATIVE_LIBEVENT=1 -- MOZ_LIBEVENT_INCLUDES="${LIBEVENT_DIR}/include" -+ MOZ_LIBEVENT_INCLUDES="-I${LIBEVENT_DIR}/include" - MOZ_LIBEVENT_LIBS="-L${LIBEVENT_DIR}/lib -levent"], - [MOZ_NATIVE_LIBEVENT= MOZ_LIBEVENT_INCLUDES= MOZ_LIBEVENT_LIBS=]) - fi -+]) - CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS -@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS - LDFLAGS=$_SAVE_LDFLAGS - LIBS=$_SAVE_LIBS - --if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then -+if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then - ZLIB_CFLAGS="-I${ZLIB_DIR}/include" - ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}" - fi -@@ -6022,6 +6024,14 @@ - VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" - VPX_X86_ASM=1 - ;; -+ FreeBSD:i386) -+ VPX_ASFLAGS="-f elf32 -rnasm -pnasm" -+ VPX_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" -+ VPX_X86_ASM=1 -+ ;; - SunOS:x86) - VPX_ASFLAGS="-f elf32 -rnasm -pnasm" - VPX_X86_ASM=1 -@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then - LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" - LIBJPEG_TURBO_X64_ASM=1 - ;; -+ FreeBSD:i386) -+ LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" -+ LIBJPEG_TURBO_X86_ASM=1 -+ ;; -+ FreeBSD:amd64) -+ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" -+ LIBJPEG_TURBO_X64_ASM=1 -+ ;; - SunOS:i?86) - LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" - LIBJPEG_TURBO_X86_ASM=1 Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-content-svg-content-src-nsSVGElement.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-content-svg-content-src-nsSVGElement.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- mozilla/content/svg/content/src/nsSVGElement.cpp.orig 2010-05-12 16:46:09.000000000 +0200 -+++ mozilla/content/svg/content/src/nsSVGElement.cpp 2010-05-12 16:49:33.000000000 +0200 -@@ -102,7 +102,11 @@ - // vararg-list methods in this file: - // nsSVGElement::GetAnimated{Length,Number,Integer}Values - // See bug 547964 for details: --PR_STATIC_ASSERT(sizeof(void*) == sizeof(nsnull)); -+// I really try to get the details but I'm not allowed to -+// access this bug in bugzilla: -+// You are not authorized to access bug #547964. -+// So disable this ASSERT as it breaks build. -+//PR_STATIC_ASSERT(sizeof(void*) == sizeof(nsnull)); - - - nsSVGEnumMapping nsSVGElement::sSVGUnitTypesMap[] = { Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/dom/plugins/ipc/PluginMessageUtils.cpp~ -+++ mozilla/dom/plugins/ipc/PluginMessageUtils.cpp -@@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const - i += with.length(); - } - -- return munged; -+ return munged.c_str(); - } - #endif - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/gfx/qcms/Makefile.in.orig 2011-01-22 01:25:38.000000000 +0100 -+++ mozilla/gfx/qcms/Makefile.in 2011-01-27 18:16:39.000000000 +0100 -@@ -15,7 +15,7 @@ - - CSRCS = iccread.c transform.c - --ifeq (86,$(findstring 86,$(OS_TEST))) -+ifneq (,$(INTEL_ARCHITECTURE)) - CSRCS += transform-sse2.c - ifdef _MSC_VER - ifneq ($(OS_ARCH)_$(OS_TEST),WINNT_x86_64) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-qcms-qcmstypes.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/gfx/qcms/qcmstypes.h.orig 2010-11-22 12:01:36.000000000 +0100 -+++ mozilla/gfx/qcms/qcmstypes.h 2010-11-22 12:02:42.000000000 +0100 -@@ -25,7 +25,7 @@ - #ifdef __OS2__ - /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ - #include --#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -+#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) - typedef PRUptrdiff uintptr_t; - #endif - #endif Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-thebes-gfxPlatform.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,34 +0,0 @@ ---- mozilla/gfx/thebes/gfxPlatform.cpp~ 2012-02-07 11:59:39.717184907 +0000 -+++ mozilla/gfx/thebes/gfxPlatform.cpp 2012-02-07 13:06:01.084668445 +0000 -@@ -446,6 +446,7 @@ - static_cast(srcBuffer)->Release(); - } - -+#ifdef MOZ_TREE_CAIRO - void SourceSnapshotDetached(cairo_surface_t *nullSurf) - { - gfxImageSurface* origSurf = -@@ -453,6 +454,7 @@ - - origSurf->SetData(&kSourceSurface, NULL, NULL); - } -+#endif - - RefPtr - gfxPlatform::GetSourceSurfaceForSurface(DrawTarget *aTarget, gfxASurface *aSurface) -@@ -522,6 +524,7 @@ - imgSurface->Stride(), - format); - -+ #ifdef MOZ_TREE_CAIRO - cairo_surface_t *nullSurf = - cairo_null_surface_create(CAIRO_CONTENT_COLOR_ALPHA); - cairo_surface_set_user_data(nullSurf, -@@ -530,6 +533,7 @@ - NULL); - cairo_surface_attach_snapshot(imgSurface->CairoSurface(), nullSurf, SourceSnapshotDetached); - cairo_surface_destroy(nullSurf); -+ #endif - } - - srcBuffer->AddRef(); Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/gfx/ycbcr/Makefile.in~ -+++ mozilla/gfx/ycbcr/Makefile.in -@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) - else -+ifeq ($(OS_ARCH),FreeBSD) -+CPPSRCS += yuv_row_posix.cpp \ -+ $(NULL) -+else - ifeq ($(OS_ARCH),SunOS) - CPPSRCS += yuv_row_posix.cpp \ - $(NULL) -@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ - $(NULL) - endif # Darwin - endif # SunOS -+endif # FreeBSD - endif # linux - endif # windows - \ No newline at end of file Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-chromium_types.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-chromium_types.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- mozilla/gfx/ycbcr/chromium_types.h.orig 2010-07-12 11:52:39.000000000 +0200 -+++ mozilla/gfx/ycbcr/chromium_types.h 2010-07-12 11:53:21.000000000 +0200 -@@ -72,6 +72,10 @@ - #define ARCH_CPU_SPARC_FAMILY 1 - #define ARCH_CPU_SPARC 1 - #define ARCH_CPU_64_BITS 1 -+#elif defined(__sparc64__) -+#define ARCH_CPU_SPARC_FAMILY 1 -+#define ARCH_CPU_SPARC 1 -+#define ARCH_CPU_64_BITS 1 - #else - #error Please add support for your architecture in chromium_types.h - #endif Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- mozilla/ipc/chromium/Makefile.in~ -+++ mozilla/ipc/chromium/Makefile.in -@@ -23,9 +23,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 += $(MOZ_LIBEVENT_INCLUDES) - endif # } - - vpath %.cc \ Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-dir_reader_linux.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ ---- mozilla/ipc/chromium/src/base/dir_reader_linux.h.orig 2011-12-16 21:29:22.000000000 +0100 -+++ mozilla/ipc/chromium/src/base/dir_reader_linux.h 2011-12-19 21:00:27.000000000 +0100 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -19,6 +20,8 @@ - - namespace base { - -+#define linux_dirent struct dirent -+#if 0 - struct linux_dirent { - uint64_t d_ino; - int64_t d_off; -@@ -26,11 +29,16 @@ - unsigned char d_type; - char d_name[0]; - }; -+#endif - - class DirReaderLinux { - public: - explicit DirReaderLinux(const char* directory_path) -+#ifdef O_DIRECTORY - : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), -+#else -+ : fd_(open(directory_path, O_RDONLY)), -+#endif - offset_(0), - size_(0) { - memset(buf_, 0, sizeof(buf_)); -@@ -57,7 +65,7 @@ - if (offset_ != size_) - return true; - -- const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_)); -+ const int r = syscall(SYS_getdents, fd_, buf_, sizeof(buf_)); - if (r == 0) - return false; - if (r == -1) { Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,19 +0,0 @@ ---- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ -+++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc -@@ -6,6 +6,7 @@ - - #include - #include -+#include - - #include "eintr_wrapper.h" - #include "base/logging.h" -@@ -15,7 +15,7 @@ - #include "base/scoped_nsautorelease_pool.h" - #include "base/scoped_ptr.h" - #include "base/time.h" --#include "third_party/libevent/event.h" -+#include "event.h" - - // Lifecycle of struct event - // Libevent uses two main data structures: Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,30 +0,0 @@ ---- mozilla/js/src/Makefile.in.orig 2012-03-15 20:40:13.000000000 +0100 -+++ mozilla/js/src/Makefile.in 2012-03-16 10:03:18.000000000 +0100 -@@ -352,7 +352,7 @@ - # For architectures without YARR JIT, PCRE is faster than the YARR - # interpreter (bug 684559). - --ifeq (,$(filter arm% sparc %86 x86_64 mips%,$(TARGET_CPU))) -+ifeq (,$(filter arm% sparc %86 amd64 x86_64 mips%,$(TARGET_CPU))) - - VPATH += $(srcdir)/yarr/pcre \ - $(NULL) -@@ -418,6 +418,9 @@ - else - #CPPSRCS += only_on_x86.cpp - endif -+ifeq (amd64, $(TARGET_CPU)) -+#CPPSRCS += only_on_x86_64.cpp -+endif - endif - ifeq (arm, $(TARGET_CPU)) - #CPPSRCS += only_on_arm.cpp -@@ -737,7 +740,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) --EXTRA_LIBS += -pthread -+EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),Linux) - EXTRA_LIBS += -ldl Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-build-autoconf-config.sub ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-build-autoconf-config.sub Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/js/src/build/autoconf/config.sub.orig 2010-01-08 09:52:25.000000000 +0100 -+++ mozilla/js/src/build/autoconf/config.sub 2010-01-08 09:52:33.000000000 +0100 -@@ -403,9 +403,6 @@ - amd64) - basic_machine=x86_64-pc - ;; -- amd64-*) -- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -- ;; - amdahl) - basic_machine=580-amdahl - os=-sysv Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-config-mkdepend-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/js/src/config/mkdepend/Makefile.in.orig 2009-09-14 13:17:15.000000000 +0200 -+++ mozilla/js/src/config/mkdepend/Makefile.in 2009-09-14 13:17:34.000000000 +0200 -@@ -72,7 +72,7 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I/usr/local/include - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-configure.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-configure.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,25 +0,0 @@ ---- mozilla/js/src/configure.in.orig 2012-03-12 10:27:55.000000000 +0100 -+++ mozilla/js/src/configure.in 2012-03-12 10:28:22.000000000 +0100 -@@ -2831,12 +2831,14 @@ - AC_DEFINE(JS_NUNBOX32) - ;; - sparc*-*) -+ if test ! "$HAVE_64BIT_OS" ; then - ENABLE_METHODJIT=1 - ENABLE_MONOIC=1 - ENABLE_POLYIC=1 - ENABLE_METHODJIT_TYPED_ARRAY=1 - AC_DEFINE(JS_CPU_SPARC) - AC_DEFINE(JS_NUNBOX32) -+ fi - ;; - esac - -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-jscpucfg.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-jscpucfg.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,22 +0,0 @@ ---- mozilla/js/src/jscpucfg.h.orig 2012-01-18 17:38:54.409461514 +0100 -+++ mozilla/js/src/jscpucfg.h 2012-01-18 17:38:59.522462164 +0100 -@@ -77,6 +77,19 @@ - #define IS_BIG_ENDIAN 1 - #endif - -+#elif defined(__FreeBSD__) -+#include -+ -+#if defined(BYTE_ORDER) -+#if BYTE_ORDER == LITTLE_ENDIAN -+#define IS_LITTLE_ENDIAN 1 -+#undef IS_BIG_ENDIAN -+#elif BYTE_ORDER == BIG_ENDIAN -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#endif -+#endif -+ - #elif defined(JS_HAVE_ENDIAN_H) - #include - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,20 +0,0 @@ ---- mozilla/js/src/methodjit/MethodJIT.cpp~ -+++ mozilla/js/src/methodjit/MethodJIT.cpp -@@ -171,7 +171,7 @@ - - JS_STATIC_ASSERT(offsetof(FrameRegs, sp) == 0); - --#if defined(__linux__) && defined(JS_CPU_X64) -+#if defined(__ELF__) && defined(JS_CPU_X64) - # define SYMBOL_STRING_RELOC(name) #name "@plt" - #else - # define SYMBOL_STRING_RELOC(name) SYMBOL_STRING(name) -@@ -149,7 +149,7 @@ - - #if defined(XP_MACOSX) - # define HIDE_SYMBOL(name) ".private_extern _" #name --#elif defined(__linux__) -+#elif defined(__ELF__) - # define HIDE_SYMBOL(name) ".hidden" #name - #else - # define HIDE_SYMBOL(name) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.c ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.c Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/media/libvpx/vpx_config_c.c~ -+++ mozilla/media/libvpx/vpx_config_c.c -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.c" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.c" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.c" - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-media-libvpx-vpx_config.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/media/libvpx/vpx_config.h~ -+++ mozilla/media/libvpx/vpx_config.h -@@ -12,11 +12,11 @@ - /* 32 bit MacOS. */ - #include "vpx_config_x86-darwin9-gcc.h" - --#elif defined(__linux__) && defined(__i386__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__) - /* 32 bit Linux. */ - #include "vpx_config_x86-linux-gcc.h" - --#elif defined(__linux__) && defined(__x86_64__) -+#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(__x86_64__) - /* 64 bit Linux. */ - #include "vpx_config_x86_64-linux-gcc.h" - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-memory-mozalloc-mozalloc.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/memory/mozalloc/mozalloc.cpp~ -+++ mozilla/memory/mozalloc/mozalloc.cpp -@@ -52,6 +52,9 @@ - #if defined(XP_UNIX) - # include // for valloc on *BSD - #endif //if defined(XP_UNIX) -+#ifdef __FreeBSD__ -+# include // for malloc_usable_size -+#endif - - #if defined(MOZ_MEMORY) - // jemalloc.h doesn't redeclare symbols if they're provided by the OS -@@ -259,7 +262,7 @@ moz_malloc_usable_size(void *ptr) - - #if defined(XP_MACOSX) - return malloc_size(ptr); --#elif defined(MOZ_MEMORY) || defined(XP_LINUX) -+#elif defined(MOZ_MEMORY) || defined(XP_LINUX) || defined(__FreeBSD__) - // XXX: the |defined(XP_LINUX)| may be too lax; some Linux installations - // might use a libc that doesn't have malloc_usable_size. Let's fix this - // if/when it happens. Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-coreconf-FreeBSD.mk Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,46 +0,0 @@ ---- mozilla/security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 -+++ mozilla/security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 -@@ -49,8 +49,24 @@ - 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 -+endif -+ifeq ($(OS_TEST),ia64) -+CPU_ARCH = ia64 -+endif -+ifeq ($(OS_TEST),powerpc64) -+CPU_ARCH = powerpc -+USE_64 = 1 -+endif -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+endif -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 - endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -78,7 +90,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -87,4 +99,6 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+USE_SYSTEM_ZLIB = 1 -+ZLIB_LIBS = -lz -+INCLUDES += -I$(LOCALBASE)/include Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-nss-lib-Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-security-nss-lib-Makefile Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/security/nss/lib/Makefile~ -+++ mozilla/security/nss/lib/Makefile -@@ -63,7 +63,7 @@ ZLIB_SRCDIR = zlib # Add the zlib direc - endif - - ifndef MOZILLA_CLIENT --ifndef NSS_USE_SYSTEM_SQLITE -+ifndef MOZ_NATIVE_SQLITE - SQLITE_SRCDIR = sqlite # Add the sqlite directory to DIRS. - endif - endif Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-library-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-library-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ mozilla/toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . - --EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -+EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -lexecinfo %%PTHREAD_LIBS%% %%CXXABI%% - - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-toolkit-xre-nsAppRunner.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/toolkit/xre/nsAppRunner.cpp~ -+++ mozilla/toolkit/xre/nsAppRunner.cpp -@@ -2998,7 +2998,7 @@ XRE_main(int argc, char* argv[], const n - gQtOnlyArgv[gQtOnlyArgc] = nsnull; - #endif - #if defined(MOZ_WIDGET_GTK2) --#ifdef MOZ_MEMORY -+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) - // Disable the slice allocator, since jemalloc already uses similar layout - // algorithms, and using a sub-allocator tends to increase fragmentation. - // This must be done before g_thread_init() is called. Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-widget-qt-nsNativeThemeQt.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ ---- mozilla/widget/qt/nsNativeThemeQt.cpp~ -+++ mozilla/widget/qt/nsNativeThemeQt.cpp -@@ -25,7 +25,9 @@ - #include "nsThemeConstants.h" - #include "nsIServiceManager.h" - #include "nsIDOMHTMLInputElement.h" -+#ifdef __GLIBC__ - #include -+#endif - - - #include "gfxASurface.h" Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/xpcom/base/nsStackWalk.cpp~ -+++ mozilla/xpcom/base/nsStackWalk.cpp -@@ -1638,6 +1638,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb - - #elif defined(HAVE__UNWIND_BACKTRACE) - -+#define _GNU_SOURCE - // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0 - #include - Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-io-nsNativeCharsetUtils.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,18 +0,0 @@ ---- mozilla/xpcom/io/nsNativeCharsetUtils.cpp.orig 2011-06-16 15:45:54.000000000 +0200 -+++ mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2011-06-16 15:46:49.000000000 +0200 -@@ -96,11 +96,11 @@ - // iconv for all platforms where nltypes.h and nllanginfo.h are present - // along with iconv. - // --#if defined(HAVE_ICONV) && defined(HAVE_NL_TYPES_H) && defined(HAVE_LANGINFO_CODESET) --#define USE_ICONV 1 --#else -+//#if defined(HAVE_ICONV) && defined(HAVE_NL_TYPES_H) && defined(HAVE_LANGINFO_CODESET) -+//#define USE_ICONV 1 -+//#else - #define USE_STDCONV 1 --#endif -+//#endif - - static void - isolatin1_to_utf16(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc Fri Mar 19 15:58:14 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,85 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2011-05-28 15:26:21.000000000 +0200 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2011-06-03 18:39:42.769434047 +0200 -@@ -74,6 +74,9 @@ - # NOTE: MODULE_OPTIMIZE_FLAGS must be set before including config.mk - MODULE_OPTIMIZE_FLAGS=-O3 - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -117,7 +120,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -129,6 +132,12 @@ - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64) - CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif -+# FreeBSD/amd64 -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp -+endif -+# - # - # Neutrino/Intel (uses the same unixish_x86 code) - # -@@ -184,9 +193,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -341,7 +356,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -350,7 +365,7 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp - ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -419,6 +434,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla__content__base__public__nsContentUtils.h ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla__content__base__public__nsContentUtils.h Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/content/base/public/nsContentUtils.h.orig 2011-07-07 10:44:49.000000000 +0200 -+++ mozilla/content/base/public/nsContentUtils.h 2011-07-07 10:46:12.000000000 +0200 -@@ -54,7 +54,7 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include --#ifdef __alpha__ -+#if !defined(__amd64__) && !defined(__i386__) - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #else - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; Deleted: branches/experimental/www/seamonkey-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-mozilla__xpcom__threads__nsThreadManager.cpp Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- ./mozilla/xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 -+++ ./mozilla/xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 -@@ -89,6 +89,11 @@ - nsresult - nsThreadManager::Init() - { -+#ifdef NS_TLS && (__FreeBSD_version < 802513 \ -+ || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045)) -+ if (!gTLSThreadID) -+ gTLSThreadID = mozilla::threads::Generic; -+#endif - if (!mThreadsByPRThread.Init()) - return NS_ERROR_OUT_OF_MEMORY; - Deleted: branches/experimental/www/seamonkey-beta/files/patch-suite-build-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-suite-build-Makefile.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- suite/build/Makefile.in~ -+++ suite/build/Makefile.in -@@ -76,6 +76,7 @@ SHARED_LIBRARY_LIBS += ../shell/src/$(LI - endif - - EXTRA_DSO_LDOPTS += \ -+ %%CXXABI%% \ - $(LIBS_DIR) \ - $(EXTRA_DSO_LIBS) \ - $(call EXPAND_LIBNAME_PATH,unicharutil_external_s,$(LIBXUL_DIST)/lib) \ Deleted: branches/experimental/www/seamonkey-beta/files/patch-xptcall-amd64 ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-xptcall-amd64 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,386 +0,0 @@ ---- /dev/null Wed Dec 31 16:00:00 1969 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_freebsd.cpp Thu Oct 16 22:59:43 2003 -@@ -0,0 +1,174 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+// Platform specific code to invoke XPCOM methods on native objects -+ -+#include "xptcprivate.h" -+ -+// 6 integral parameters are passed in registers -+const PRUint32 GPR_COUNT = 6; -+ -+// 8 floating point parameters are passed in SSE registers -+const PRUint32 FPR_COUNT = 8; -+ -+// Remember that these 'words' are 64-bit long -+static inline void -+invoke_count_words(PRUint32 paramCount, nsXPTCVariant * s, -+ PRUint32 & nr_gpr, PRUint32 & nr_fpr, PRUint32 & nr_stack) -+{ -+ nr_gpr = 1; // skip one GP register for 'that' -+ nr_fpr = 0; -+ nr_stack = 0; -+ -+ /* Compute number of eightbytes of class MEMORY. */ -+ for (uint32 i = 0; i < paramCount; i++, s++) { -+ if (!s->IsPtrData() -+ && (s->type == nsXPTType::T_FLOAT || s->type == nsXPTType::T_DOUBLE)) { -+ if (nr_fpr < FPR_COUNT) -+ nr_fpr++; -+ else -+ nr_stack++; -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ nr_gpr++; -+ else -+ nr_stack++; -+ } -+ } -+} -+ -+static void -+invoke_copy_to_stack(PRUint64 * d, PRUint32 paramCount, nsXPTCVariant * s, -+ PRUint64 * gpregs, double * fpregs) -+{ -+ PRUint32 nr_gpr = 1; // skip one GP register for 'that' -+ PRUint32 nr_fpr = 0; -+ PRUint64 value; -+ -+ for (uint32 i = 0; i < paramCount; i++, s++) { -+ if (s->IsPtrData()) -+ value = (PRUint64) s->ptr; -+ else { -+ switch (s->type) { -+ case nsXPTType::T_FLOAT: break; -+ case nsXPTType::T_DOUBLE: break; -+ case nsXPTType::T_I8: value = s->val.i8; break; -+ case nsXPTType::T_I16: value = s->val.i16; break; -+ case nsXPTType::T_I32: value = s->val.i32; break; -+ case nsXPTType::T_I64: value = s->val.i64; break; -+ case nsXPTType::T_U8: value = s->val.u8; break; -+ case nsXPTType::T_U16: value = s->val.u16; break; -+ case nsXPTType::T_U32: value = s->val.u32; break; -+ case nsXPTType::T_U64: value = s->val.u64; break; -+ case nsXPTType::T_BOOL: value = s->val.b; break; -+ case nsXPTType::T_CHAR: value = s->val.c; break; -+ case nsXPTType::T_WCHAR: value = s->val.wc; break; -+ default: value = (PRUint64) s->val.p; break; -+ } -+ } -+ -+ if (!s->IsPtrData() && s->type == nsXPTType::T_DOUBLE) { -+ if (nr_fpr < FPR_COUNT) -+ fpregs[nr_fpr++] = s->val.d; -+ else { -+ *((double *)d) = s->val.d; -+ d++; -+ } -+ } -+ else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) { -+ if (nr_fpr < FPR_COUNT) -+ // The value in %xmm register is already prepared to -+ // be retrieved as a float. Therefore, we pass the -+ // value verbatim, as a double without conversion. -+ fpregs[nr_fpr++] = s->val.d; -+ else { -+ *((float *)d) = s->val.f; -+ d++; -+ } -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ gpregs[nr_gpr++] = value; -+ else -+ *d++ = value; -+ } -+ } -+} -+ -+extern "C" -+XPTC_PUBLIC_API(nsresult) -+XPTC_InvokeByIndex(nsISupports * that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant * params) -+{ -+ PRUint32 nr_gpr, nr_fpr, nr_stack; -+ invoke_count_words(paramCount, params, nr_gpr, nr_fpr, nr_stack); -+ -+ // Stack, if used, must be 16-bytes aligned -+ if (nr_stack) -+ nr_stack = (nr_stack + 1) & ~1; -+ -+ // Load parameters to stack, if necessary -+ PRUint64 *stack = (PRUint64 *) __builtin_alloca(nr_stack * 8); -+ PRUint64 gpregs[GPR_COUNT]; -+ double fpregs[FPR_COUNT]; -+ invoke_copy_to_stack(stack, paramCount, params, gpregs, fpregs); -+ -+ // Load FPR registers from fpregs[] -+ register double d0 asm("xmm0"); -+ register double d1 asm("xmm1"); -+ register double d2 asm("xmm2"); -+ register double d3 asm("xmm3"); -+ register double d4 asm("xmm4"); -+ register double d5 asm("xmm5"); -+ register double d6 asm("xmm6"); -+ register double d7 asm("xmm7"); -+ -+ switch (nr_fpr) { -+#define ARG_FPR(N) \ -+ case N+1: d##N = fpregs[N]; -+ ARG_FPR(7); -+ ARG_FPR(6); -+ ARG_FPR(5); -+ ARG_FPR(4); -+ ARG_FPR(3); -+ ARG_FPR(2); -+ ARG_FPR(1); -+ ARG_FPR(0); -+ case 0:; -+#undef ARG_FPR -+ } -+ -+ // Load GPR registers from gpregs[] -+ register PRUint64 a0 asm("rdi"); -+ register PRUint64 a1 asm("rsi"); -+ register PRUint64 a2 asm("rdx"); -+ register PRUint64 a3 asm("rcx"); -+ register PRUint64 a4 asm("r8"); -+ register PRUint64 a5 asm("r9"); -+ -+ switch (nr_gpr) { -+#define ARG_GPR(N) \ -+ case N+1: a##N = gpregs[N]; -+ ARG_GPR(5); -+ ARG_GPR(4); -+ ARG_GPR(3); -+ ARG_GPR(2); -+ ARG_GPR(1); -+ case 1: a0 = (PRUint64) that; -+ case 0:; -+#undef ARG_GPR -+ } -+ -+ // Ensure that assignments to SSE registers won't be optimized away -+ asm("" :: -+ "x" (d0), "x" (d1), "x" (d2), "x" (d3), -+ "x" (d4), "x" (d5), "x" (d6), "x" (d7)); -+ -+ // Get pointer to method -+ PRUint64 methodAddress = *((PRUint64 *)that); -+ methodAddress += 8 * methodIndex; -+ methodAddress = *((PRUint64 *)methodAddress); -+ -+ typedef PRUint32 (*Method)(PRUint64, PRUint64, PRUint64, PRUint64, PRUint64, PRUint64); -+ PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5); -+ return result; -+} ---- /dev/null Wed Dec 31 16:00:00 1969 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_amd64_freebsd.cpp Thu Oct 16 23:01:08 2003 -@@ -0,0 +1,206 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+ -+// Implement shared vtbl methods. -+ -+#include "xptcprivate.h" -+ -+// The Linux/x86-64 ABI passes the first 6 integral parameters and the -+// first 8 floating point parameters in registers (rdi, rsi, rdx, rcx, -+// r8, r9 and xmm0-xmm7), no stack space is allocated for these by the -+// caller. The rest of the parameters are passed in the callers stack -+// area. -+ -+const PRUint32 PARAM_BUFFER_COUNT = 16; -+const PRUint32 GPR_COUNT = 6; -+const PRUint32 FPR_COUNT = 8; -+ -+// PrepareAndDispatch() is called by SharedStub() and calls the actual method. -+// -+// - 'args[]' contains the arguments passed on stack -+// - 'gpregs[]' contains the arguments passed in integer registers -+// - 'fpregs[]' contains the arguments passed in floating point registers -+// -+// The parameters are mapped into an array of type 'nsXPTCMiniVariant' -+// and then the method gets called. -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex, -+ PRUint64 * args, PRUint64 * gpregs, double *fpregs) -+{ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint32 paramCount; -+ PRUint32 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ if (! iface_info) -+ return NS_ERROR_UNEXPECTED; -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no method info"); -+ if (! info) -+ return NS_ERROR_UNEXPECTED; -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ if (! dispatchParams) -+ return NS_ERROR_OUT_OF_MEMORY; -+ -+ PRUint64* ap = args; -+ PRUint32 nr_gpr = 1; // skip one GPR register for 'that' -+ PRUint32 nr_fpr = 0; -+ PRUint64 value; -+ -+ for(i = 0; i < paramCount; i++) { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if (!param.IsOut() && type == nsXPTType::T_DOUBLE) { -+ if (nr_fpr < FPR_COUNT) -+ dp->val.d = fpregs[nr_fpr++]; -+ else -+ dp->val.d = *(double*) ap++; -+ continue; -+ } -+ else if (!param.IsOut() && type == nsXPTType::T_FLOAT) { -+ if (nr_fpr < FPR_COUNT) -+ // The value in %xmm register is already prepared to -+ // be retrieved as a float. Therefore, we pass the -+ // value verbatim, as a double without conversion. -+ dp->val.d = *(double*) ap++; -+ else -+ dp->val.f = *(float*) ap++; -+ continue; -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ value = gpregs[nr_gpr++]; -+ else -+ value = *ap++; -+ } -+ -+ if (param.IsOut() || !type.IsArithmetic()) { -+ dp->val.p = (void*) value; -+ continue; -+ } -+ -+ switch (type) { -+ case nsXPTType::T_I8: dp->val.i8 = (PRInt8) value; break; -+ case nsXPTType::T_I16: dp->val.i16 = (PRInt16) value; break; -+ case nsXPTType::T_I32: dp->val.i32 = (PRInt32) value; break; -+ case nsXPTType::T_I64: dp->val.i64 = (PRInt64) value; break; -+ case nsXPTType::T_U8: dp->val.u8 = (PRUint8) value; break; -+ case nsXPTType::T_U16: dp->val.u16 = (PRUint16) value; break; -+ case nsXPTType::T_U32: dp->val.u32 = (PRUint32) value; break; -+ case nsXPTType::T_U64: dp->val.u64 = (PRUint64) value; break; -+ case nsXPTType::T_BOOL: dp->val.b = (PRBool) value; break; -+ case nsXPTType::T_CHAR: dp->val.c = (char) value; break; -+ case nsXPTType::T_WCHAR: dp->val.wc = (wchar_t) value; break; -+ -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16) methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if (dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+// Linux/x86-64 uses gcc >= 3.1 -+#define STUB_ENTRY(n) \ -+asm(".section \".text\"\n\t" \ -+ ".align 2\n\t" \ -+ ".if " #n " < 10\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase5Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase5Stub" #n "Ev:\n\t" \ -+ ".elseif " #n " < 100\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase6Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase6Stub" #n "Ev:\n\t" \ -+ ".elseif " #n " < 1000\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase7Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase7Stub" #n "Ev:\n\t" \ -+ ".else\n\t" \ -+ ".err \"stub number " #n " >= 1000 not yet supported\"\n\t" \ -+ ".endif\n\t" \ -+ "movl $" #n ", %eax\n\t" \ -+ "jmp SharedStub\n\t" \ -+ ".if " #n " < 10\n\t" \ -+ ".size _ZN14nsXPTCStubBase5Stub" #n "Ev,.-_ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \ -+ ".elseif " #n " < 100\n\t" \ -+ ".size _ZN14nsXPTCStubBase6Stub" #n "Ev,.-_ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \ -+ ".else\n\t" \ -+ ".size _ZN14nsXPTCStubBase7Stub" #n "Ev,.-_ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \ -+ ".endif"); -+ -+// static nsresult SharedStub(PRUint32 methodIndex) -+asm(".section \".text\"\n\t" -+ ".align 2\n\t" -+ ".type SharedStub,@function\n\t" -+ "SharedStub:\n\t" -+ // make room for gpregs (48), fpregs (64) -+ "pushq %rbp\n\t" -+ "movq %rsp,%rbp\n\t" -+ "subq $112,%rsp\n\t" -+ // save GP registers -+ "movq %rdi,-112(%rbp)\n\t" -+ "movq %rsi,-104(%rbp)\n\t" -+ "movq %rdx, -96(%rbp)\n\t" -+ "movq %rcx, -88(%rbp)\n\t" -+ "movq %r8 , -80(%rbp)\n\t" -+ "movq %r9 , -72(%rbp)\n\t" -+ "leaq -112(%rbp),%rcx\n\t" -+ // save FP registers -+ "movsd %xmm0,-64(%rbp)\n\t" -+ "movsd %xmm1,-56(%rbp)\n\t" -+ "movsd %xmm2,-48(%rbp)\n\t" -+ "movsd %xmm3,-40(%rbp)\n\t" -+ "movsd %xmm4,-32(%rbp)\n\t" -+ "movsd %xmm5,-24(%rbp)\n\t" -+ "movsd %xmm6,-16(%rbp)\n\t" -+ "movsd %xmm7, -8(%rbp)\n\t" -+ "leaq -64(%rbp),%r8\n\t" -+ // rdi has the 'self' pointer already -+ "movl %eax,%esi\n\t" -+ "leaq 16(%rbp),%rdx\n\t" -+ "call PrepareAndDispatch\n\t" -+ "leave\n\t" -+ "ret\n\t" -+ ".size SharedStub,.-SharedStub"); -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#else -+#error "can't find a compiler to use" -+#endif /* __GNUC__ */ Deleted: branches/experimental/www/seamonkey-beta/files/patch-xptcall-ia64 ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-xptcall-ia64 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,38 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s.orig 2009-08-26 18:47:07.000000000 +0200 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s 2009-08-26 18:49:39.000000000 +0200 -@@ -8,6 +8,7 @@ - // Section has executable code - .section .text, "ax","progbits" - // procedure named 'NS_InvokeByIndex_P' -+ .global XPTC_InvokeByIndex - .proc NS_InvokeByIndex_P - // manual bundling - .explicit -@@ -24,7 +25,7 @@ - - // XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, - // PRUint32 paramCount, nsXPTCVariant* params); --NS_InvokeByIndex_P:: -+NS_InvokeByIndex_P: - .prologue - .save ar.pfs, r37 - // allocate 4 input args, 6 local args, and 8 output args ---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s.orig 2009-08-26 18:47:07.000000000 +0200 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s 2009-08-26 18:47:34.000000000 +0200 -@@ -6,6 +6,7 @@ - // Section has executable code - .section .text, "ax","progbits" - // procedure named 'SharedStub' -+ .global SharedStub - .proc SharedStub - // manual bundling - .explicit -@@ -14,7 +15,7 @@ - // .exclass PrepareAndDispatch, @fullyvisible - .type PrepareAndDispatch,@function - --SharedStub:: -+SharedStub: - // 10 arguments, first 8 are the input arguments of previous - // function call. The 9th one is methodIndex and the 10th is the - // pointer to the remaining input arguments. The last two arguments Deleted: branches/experimental/www/seamonkey-beta/files/patch-xptcall-sparc64 ============================================================================== --- branches/experimental/www/seamonkey-beta/files/patch-xptcall-sparc64 Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,327 +0,0 @@ ---- /dev/null Mon May 26 13:22:00 2003 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 -@@ -0,0 +1,123 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * 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 mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- /dev/null Mon May 26 13:22:00 2003 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s Mon May 26 04:06:09 2003 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * 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 mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter -+ * Chris Seawood -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global XPTC_InvokeByIndex -+ .type XPTC_InvokeByIndex, #function -+ -+/* -+ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+XPTC_InvokeByIndex: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex ---- /dev/null Mon May 26 14:00:00 2003 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp Mon May 26 14:00:49 2003 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * 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 mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter -+ * Chris Seawood -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} Deleted: branches/experimental/www/seamonkey-beta/files/seamonkey.desktop.in ============================================================================== --- branches/experimental/www/seamonkey-beta/files/seamonkey.desktop.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,169 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Seamonkey Web Browser -Name[az]=Seamonkey Veb Səyyahı -Name[bg]=Интернет браузър (Seamonkey) -Name[bs]=Seamonkey web preglednik -Name[ca]=Navegador web Seamonkey -Name[cs]=Prohlížeč WWW Seamonkey -Name[cy]=Y Porwr Gwe Seamonkey -Name[da]=Seamonkey - internetbrowser -Name[de]=Seamonkey Webbrowser -Name[el]=Περιηγητής Διαδικτύου Seamonkey -Name[en_CA]=Seamonkey Web Browser -Name[en_GB]=Seamonkey Web Browser -Name[es]=Navegador Web Seamonkey -Name[et]=Seamonkey veebibrauser -Name[eu]=Seamonkey web arakatzailea -Name[fa]=مرورگر وب Seamonkey -Name[fi]=Seamonkey, WWW-selain -Name[fr]=Navigateur Web Seamonkey -Name[ga]=Brabhsálaí Lín Seamonkey -Name[he]=דפדפן Seamonkey -Name[hr]=Seamonkey Web preglednik -Name[hu]=Seamonkey webböngésző -Name[id]=Web Browser Seamonkey -Name[it]=Browser web Seamonkey -Name[ja]=Seamonkey ウェブ・ブラウザ -Name[ko]=Seamonkey 웹 브라우저 -Name[li]=Seamonkey Web Browser -Name[lt]=Seamonkey web naršyklė -Name[mk]=Seamonkey Веб Прелистувач -Name[mn]=Seamonkey веб хөтөч -Name[ms]=Pelungsur Web Seamonkey -Name[nb]=Seamonkey nettleser -Name[nl]=Seamonkey webbrowser -Name[nn]=Seamonkey nettlesar -Name[no]=Seamonkey nettleser -Name[pl]=Przeglądarka WWW Seamonkey -Name[pt]=Navegador Web Seamonkey -Name[pt_BR]=Navegador Web Seamonkey -Name[ro]=Navigatorul Seamonkey -Name[sl]=Spletni brskalnik Seamonkey -Name[sq]=Seamonkey - Shfletuesi Web -Name[sv]=Webbläsaren Seamonkey -Name[tk]=Seamonkey Web Ahtarçisi -Name[tr]=Seamonkey Web Tarayıcı -Name[uk]=Переглядач web Seamonkey -Name[vi]=Trình Duyệt Web Seamonkey -Name[wa]=Betchteu waibe Seamonkey -Name[zh_CN]=Seamonkey Web 浏览器 -Name[zh_TW]=Seamonkey 網頁瀏覽器 -GenericName=Seamonkey Web Browser -GenericName[az]=Seamonkey Veb Səyyahı -GenericName[bg]=Интернет браузър (Seamonkey) -GenericName[bs]=Seamonkey web preglednik -GenericName[ca]=Navegador web Seamonkey -GenericName[cs]=Prohlížeč WWW Seamonkey -GenericName[cy]=Y Porwr Gwe Seamonkey -GenericName[da]=Seamonkey - internetbrowser -GenericName[de]=Seamonkey Webbrowser -GenericName[el]=Περιηγητής Διαδικτύου Seamonkey -GenericName[en_CA]=Seamonkey Web Browser -GenericName[en_GB]=Seamonkey Web Browser -GenericName[es]=Navegador Web Seamonkey -GenericName[et]=Seamonkey veebibrauser -GenericName[eu]=Seamonkey web arakatzailea -GenericName[fa]=مرورگر وب Seamonkey -GenericName[fi]=Seamonkey, WWW-selain -GenericName[fr]=Navigateur Web Seamonkey -GenericName[ga]=Brabhsálaí Lín Seamonkey -GenericName[he]=דפדפן Seamonkey -GenericName[hr]=Seamonkey Web preglednik -GenericName[hu]=Seamonkey webböngésző -GenericName[id]=Web Browser Seamonkey -GenericName[it]=Browser web Seamonkey -GenericName[ja]=Seamonkey ウェブ・ブラウザ -GenericName[ko]=Seamonkey 웹 브라우저 -GenericName[li]=Seamonkey Web Browser -GenericName[lt]=Seamonkey web naršyklė -GenericName[mk]=Seamonkey Веб Прелистувач -GenericName[mn]=Seamonkey веб хөтөч -GenericName[ms]=Pelungsur Web Seamonkey -GenericName[nb]=Seamonkey nettleser -GenericName[nl]=Seamonkey webbrowser -GenericName[nn]=Seamonkey nettlesar -GenericName[no]=Seamonkey nettleser -GenericName[pl]=Przeglądarka WWW Seamonkey -GenericName[pt]=Navegador Web Seamonkey -GenericName[pt_BR]=Navegador Web Seamonkey -GenericName[ro]=Navigatorul Seamonkey -GenericName[sl]=Spletni brskalnik Seamonkey -GenericName[sq]=Seamonkey - Shfletuesi Web -GenericName[sv]=Webbläsaren Seamonkey -GenericName[tk]=Seamonkey Web Ahtarçisi -GenericName[tr]=Seamonkey Web Tarayıcı -GenericName[uk]=Переглядач web Seamonkey -GenericName[vi]=Trình Duyệt Web Seamonkey -GenericName[wa]=Betchteu waibe Seamonkey -GenericName[zh_CN]=Seamonkey Web 浏览器 -GenericName[zh_TW]=Seamonkey 網頁瀏覽器 -Comment=Browse the web -Comment[ar]=تصفح الانترنت -Comment[az]=Vebi gəzin -Comment[be]=Вандраваць па павуціньню -Comment[bg]=Сърфиране в интернет -Comment[bn]=ওয়েব ব্রাউজ করুন -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=Prohlížet WWW -Comment[cy]=Pori'r we -Comment[da]=Benyt internettet -Comment[de]=Im Web surfen -Comment[el]=Περιήγηση στον παγκόσμιο ιστό -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fa]=مرور وب -Comment[fi]=Selaa WWW:tä -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhsáil an Líon -Comment[gu]=વેબમાં શોધો -Comment[he]=גלוש ברשת -Comment[hi]=वेब ब्राउज़ करें -Comment[hr]=Pregledaj Web -Comment[hu]=A világháló böngészése -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧します -Comment[ko]=웹을 돌아 다닙니다 -Comment[li]=Blajere op internet -Comment[lt]=Naršyti internete -Comment[mk]=Прелистувајте го вебот -Comment[ml]=വലക്കെട്ട് തിരയുക -Comment[mn]=Веб броузе хийх -Comment[ms]=Layari web -Comment[nb]=Surf på nettet -Comment[nl]=Websurfen -Comment[nn]=Surf på nettet -Comment[no]=Surf på nettet -Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ -Comment[pl]=Przeglądanie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=Программа для просмотра веб-страниц -Comment[sk]=Prehliadať internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=Прегледај веб -Comment[sr@Latn]=Pregledaj veb -Comment[sv]=Surfa på nätet -Comment[ta]=வலையில் உலாவு -Comment[th]=ใช้งานเว็บบราวเซอร์ Seamonkey -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e Gözat -Comment[uk]=Програма перегляду web-сторінок -Comment[vi]=Duyệt web -Comment[wa]=Naivyî avå les waibes -Comment[zh_CN]=浏览 Web -Comment[zh_TW]=瀏覽網頁 -Exec=%%MOZILLA%% %U -StartupNotify=true -Terminal=false -Type=Application -Icon=%%MOZILLA%%.png -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml; Deleted: branches/experimental/www/seamonkey-beta/pkg-deinstall.in ============================================================================== --- branches/experimental/www/seamonkey-beta/pkg-deinstall.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $MCom: ports/www/mozilla/pkg-deinstall.in,v 1.25 2008/07/26 19:07:07 ahze Exp $ -# -# Date created: Mon Nov 29, 2003 -# Whom: Thierry Thomas () -# Fix the chrome registry. - -umask 022 -PATH=/bin:/usr/bin - -[ "x$1" = "x" ] && exit 1 -[ "x$2" != "xDEINSTALL" ] && exit 0 - -MOZDIR=%%MOZDIR%% - -rm -rf ${MOZDIR}/chrome/overlayinfo -rm -f ${MOZDIR}/chrome/*.rdf -rm -f ${MOZDIR}/component.reg -rm -f ${MOZDIR}/components/*.dat -rm -f ${MOZDIR}/components.ini -rm -f ${MOZDIR}/defaults.ini -rm -f ${MOZDIR}/chrome/app-chrome.manifest -rm -rf ${MOZDIR}/updates -find %%MOZDIR%%/plugins/ -depth 1 -type l -delete > /dev/null 2>&1 -find %%MOZDIR%%/extensions/ -depth 1 -type l -delete > /dev/null 2>&1 - -exit 0 Deleted: branches/experimental/www/seamonkey-beta/pkg-descr ============================================================================== --- branches/experimental/www/seamonkey-beta/pkg-descr Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,6 +0,0 @@ -This is the current release of the Seamonkey open source web browser. It should -be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, -JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with -the use of the FreeBSD native Java plug-in. - -WWW: http://www.mozilla.org/projects/seamonkey/ Deleted: branches/experimental/www/seamonkey-beta/pkg-install.in ============================================================================== --- branches/experimental/www/seamonkey-beta/pkg-install.in Tue Jun 26 06:00:44 2012 (r802) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,38 +0,0 @@ -#!/bin/sh -# -# $MCom: ports/www/mozilla/pkg-install.in,v 1.26 2008/08/04 16:58:03 mezz Exp $ -# -# Date created: Mon Nov 29, 2003 -# Whom: Thierry Thomas () -# Fix the chrome registry. - -umask 022 -PATH=/bin:/usr/bin - -[ "x$1" = "x" ] && exit 1 -[ "x$2" != "xPOST-INSTALL" ] && exit 0 - -MOZDIR=%%MOZDIR%% -MOZBIN=${MOZDIR}/%%MOZILLA_BIN%% -REGXPCOM=${MOZDIR}/regxpcom -REGCHROME=${MOZDIR}/regchrome - -echo "===> Building Chrome's registry..." -rm -rf ${MOZDIR}/chrome/overlayinfo -rm -f ${MOZDIR}/chrome/*.rdf -mkdir -p ${MOZDIR}/chrome/overlayinfo -rm -f ${MOZDIR}/component.reg - -cd ${MOZDIR} || exit 1 -if [ -f ${REGXPCOM} ]; then - ./run-mozilla.sh ${REGXPCOM} || true -fi -if [ -f ${REGCHROME} ]; then - ./run-mozilla.sh ${REGCHROME} || true -fi -if [ -f ${MOZBIN} -a "${1%-*}" = "nvu" ]; then - ./run-mozilla.sh ${MOZBIN} -register > /dev/null 2>&1 -fi -cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%MOZILLA%%/ %%MOZDIR%%/extensions/ > /dev/null 2>&1 - -exit 0 From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:02:36 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BBC41065670 for ; Tue, 26 Jun 2012 06:02:36 +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 45E6C8FC14 for ; Tue, 26 Jun 2012 06:02:35 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5Q62YoJ008805 for ; Tue, 26 Jun 2012 06:02:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q62Sa8008162 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:02:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:02:28 GMT Message-Id: <201206260602.q5Q62Sa8008162@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 X-Mailman-Approved-At: Tue, 26 Jun 2012 11:12:59 +0000 Subject: [SVN-Commit] r805 - in branches/experimental: . Mk www/firefox-nightly 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, 26 Jun 2012 06:02:36 -0000 Author: jbeich Date: Tue Jun 26 06:02:28 2012 New Revision: 805 Log: prune more unused files Deleted: branches/experimental/Mk/bsd.port.mk branches/experimental/TODO branches/experimental/www/firefox-nightly/Makefile.webplugins Deleted: branches/experimental/Mk/bsd.port.mk ============================================================================== --- branches/experimental/Mk/bsd.port.mk Tue Jun 26 06:02:28 2012 (r804) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,6343 +0,0 @@ -#-*- mode: makefile; tab-width: 4; -*- -# ex:ts=4 -# -# $FreeBSD: ports/Mk/bsd.port.mk,v 1.708 2012/03/13 08:14:45 zi Exp $ -# $NetBSD: $ -# -# bsd.port.mk - 940820 Jordan K. Hubbard. -# This file is in the public domain. -# -# Please view me with 4 column tabs! - -# This is the master file for the most common elements to all port -# Makefile in the ports system. For a more general overview of its -# use and importance, see the Porter's Handbook. - -# There are two different types of "maintainers" in the ports framework. -# The maintainer alias of the bsd.port.mk file is listed below in the -# FreeBSD_MAINTAINER entry. You should consult them if you have any -# questions/suggestions regarding this file. -# -# DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET -# A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL -# UNAUTHORISED CHANGES WILL BE UNCONDITIONALLY REVERTED! - -FreeBSD_MAINTAINER= portmgr@FreeBSD.org - -# For each port, the MAINTAINER variable is what you should consult for -# contact information on the person(s) to contact if you have questions/ -# suggestions about that specific port. By default (if no MAINTAINER -# is listed), a port is maintained by the subscribers of the ports@FreeBSD.org -# mailing list, and any correspondence should be directed there. -# -# MAINTAINER - The e-mail address of the contact person for this port. -# Default: ports@FreeBSD.org -# -# These are meta-variables that are automatically set to the system -# you are running on. These are provided in case you need to take -# different actions for different values. -# -# ARCH - The architecture of the target machine, such as would be -# returned by "uname -p". (Note: Ports should test against -# ARCH, and not the host machine's architecture which is -# MACHINE_ARCH, to enable ports to be cross-built.) -# OPSYS - Portability clause. This is the operating system the -# makefile is being used on. Automatically set to -# "FreeBSD," "NetBSD," or "OpenBSD" as appropriate. -# OSREL - The release version (numeric) of the operating system. -# OSVERSION - The value of __FreeBSD_version. -# -# This is the beginning of the list of all variables that need to be -# defined in a port, listed in order that they should be included -# to fit in with existing conventions. (Exception: MAINTAINER actually -# should appear after EXTRACT_ONLY and before MASTER_SITE_BACKUP). -# -# These variables are used to identify your port. -# -# PORTNAME - Name of software. Mandatory. -# PORTVERSION - Version of software. Mandatory when no DISTVERSION is given. -# PORTREVISION - Version of port. Optional. Commonly used to indicate -# that an update has happened that affects the port -# framework itself, but not the distributed software -# (e.g., local patches or Makefile changes). -# PORTEPOCH - Optional. In certain odd cases, the PORTREVISION logic -# can be fooled by ports that appear to go backwards -# numerically (e.g. if port-0.3 is newer than port-1998). -# In this case, incrementing PORTEPOCH forces the revision. -# Default: 0 (no effect). -# PKGNAME - Always defined as -# ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}. -# Do not define this in your Makefile. -# PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. -# Optional. -# PKGNAMESUFFIX - Suffix to specify compilation options. Optional. -# PKGVERSION - Always defined as -# ${PORTVERSION}. -# Do not define this in your Makefile. -# UNIQUENAME - A name for your port that is globally unique. By default, -# this is set to ${LATEST_LINK} when LATEST_LINK is set, -# and to ${PKGNAMEPREFIX}${PORTNAME} otherwise. -# DISTVERSION - Vendor version of the distribution. -# Default: ${PORTVERSION} -# DISTNAME - Name of port or distribution used in generating -# WRKSRC and DISTFILES below. -# Default: -# ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -# CATEGORIES - A list of descriptive categories into which this port falls. -# Mandatory. -# -# These variable describe how to fetch files required for building the port. -# -# DISTFILES - Name(s) of archive file(s) containing distribution. -# Set this to an empty string if the port doesn't require it. -# Default: ${DISTNAME}${EXTRACT_SUFX} -# EXTRACT_SUFX - Suffix for archive names -# You never have to set both DISTFILES and EXTRACT_SUFX. -# Default: .tar.bz2 if USE_BZIP2 is set, .zip if USE_ZIP is -# set, .tar.xz if USE_XZ is set, .run if USE_MAKESELF is set, -# .tar.gz otherwise). -# MASTER_SITES - Primary location(s) for distribution files if not found -# locally. See bsd.sites.mk for common choices for -# MASTER_SITES. -# MASTER_SITE_SUBDIR -# - Subdirectory of MASTER_SITES. Will sometimes need to be -# set to ${PORTNAME} for (e.g.) MASTER_SITE_SOURCEFORGE. -# Only guaranteed to work for choices of ${MASTER_SITES} -# defined in bsd.sites.mk. -# Default: not set. -# PATCHFILES - Name(s) of additional files that contain distribution -# patches. Make will look for them at PATCH_SITES (see below). -# They will automatically be uncompressed before patching if -# the names end with ".gz", ".bz2" or ".Z". -# Default: not set. -# PATCH_SITES - Primary location(s) for distribution patch files -# if not found locally. -# DIST_SUBDIR - Suffix to ${DISTDIR}. If set, all ${DISTFILES} and -# ${PATCHFILES} will be put in this subdirectory of -# ${DISTDIR} (see below). Also they will be fetched in this -# subdirectory from FreeBSD mirror sites. -# ALLFILES - All of ${DISTFILES} and ${PATCHFILES}. -# IGNOREFILES - If set, don't perform checksum checks on these files. -# NOFETCHFILES - If set, don't download these files from the ${MASTER_SITES} -# or ${MASTER_SITE_BACKUP} (but do from -# ${MASTER_SITE_OVERRIDE}) -# EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to -# actually extract. -# ALWAYS_KEEP_DISTFILES -# - If set, the package building cluster will save the distfiles -# along with the packages. This may be required to comply with -# some licenses, e.g. GPL in some cases. -# Default: not set. -# -# (NOTE: by convention, the MAINTAINER entry (see above) should go here.) -# -# These variables are typically set in /etc/make.conf to indicate -# the user's preferred location to fetch files from. You should -# rarely need to set these. -# -# MASTER_SITE_BACKUP -# - Backup location(s) for distribution files and patch -# files if not found locally and ${MASTER_SITES}/${PATCH_SITES} -# Default: -# ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ -# MASTER_SITE_OVERRIDE -# - If set, override the MASTER_SITES setting with this -# value. -# MASTER_SITE_FREEBSD -# - If set, only use ${MASTER_SITE_BACKUP} for -# MASTER_SITES. -# CD_MOUNTPTS - List of CDROM mountpoints to look for distfiles under. -# This variable supercedes CD_MOUNTPT, which is -# obsolete. -# -# Set these if your port should not be built under certain circumstances. -# These are string variables; you should set them to the reason why -# they are necessary. -# -# RESTRICTED - Prevent the distribution of distfiles and packages to -# the FTP sites or on CDROM (e.g. forbidden by license -# considerations). -# NO_CDROM - Packages and distfiles may not go on CDROM (e.g. must -# not be re-sold) but can go on FTP sites. -# NO_PACKAGE - Port should not be packaged for ftp sites or CDROMs, -# but distfiles can be put on ftp sites and CDROMs. -# FORBIDDEN - Package build should not be attempted because of -# security vulnerabilities. -# IGNORE - Package build should be skipped entirely (e.g. -# because of serious unfixable problems in the build, -# because it cannot be manually fetched, etc). Error -# logs will not appear on pointyhat, so this should be -# used sparingly. -# BROKEN - Port is believed to be broken. Package builds will -# still be attempted on the pointyhat package cluster to -# test this assumption. -# DEPRECATED - Port is deprecated to install. Advisory only. -# EXPIRATION_DATE -# - If DEPRECATED is set, determines a date when -# the port is planed to remove. The date format is -# ISO 8601 (YYYY-MM-DD). -# -# DISABLE_VULNERABILITIES -# - If set, do not check if the port is listed in the -# vulnerabilities database. -# -# In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles -# or patchfiles have redistribution restrictions, set the following -# to the list of such files. -# -# RESTRICTED_FILES -# - List of files that cannot be redistributed. -# Default: "${DISTFILES} ${PATCHFILES}" if RESTRICTED -# or NO_CDROM is set, empty otherwise. -# -# These variables are booleans, so you don't need to set them to the reason. -# -# IS_INTERACTIVE -# - Set this if your port needs to interact with the user -# during any step in a package build. User can then decide -# to skip this port by setting ${BATCH}, or compiling only -# the interactive ports by setting ${INTERACTIVE}. -# Default: not set. -# USE_SUBMAKE - Set this if you want that each of the port's main 6 targets -# (extract, patch, configure, build, install and package) to be -# executed in a separate make(1) process. Useful when one of -# the stages needs to influence make(1) variables of the later -# stages using ${WRKDIR}/Makefile.inc generated on the fly. -# Default: not set. -# -# Set these if your port only makes sense to certain architectures. -# They are lists containing names for them (e.g., "alpha i386"). -# (Defaults: not set.) -# -# ONLY_FOR_ARCHS -# - Only build ports if ${ARCH} matches one of these. -# NOT_FOR_ARCHS - Only build ports if ${ARCH} doesn't match one of these. -# ONLY_FOR_ARCHS_REASON -# ONLY_FOR_ARCHS_REASON_${ARCH} -# - Reason why it's only for ${ONLY_FOR_ARCHS}s -# NOT_FOR_ARCHS_REASON -# NOT_FOR_ARCHS_REASON_${ARCH} -# - Reason why it's not for ${NOT_FOR_ARCHS}s -# IA32_BINARY_PORT -# - Set this instead of ONLY_FOR_ARCHS if the given port -# fetches and installs compiled i386 binaries. -# -# Dependency checking. Use these if your port requires another port -# not in the list below. (Default: empty.) -# -# EXTRACT_DEPENDS -# - A list of "path:dir[:target]" tuples of other ports this -# package depends on in the "extract" stage. "path" is -# the name of a file if it starts with a slash (/), an -# executable otherwise. make will test for the existence -# (if it is a full pathname) or search for it in your -# $PATH (if it is an executable) and go into "dir" to do -# a "make all install" if it's not found. If the third -# field ("target") exists, it will be used instead of -# ${DEPENDS_TARGET}. -# PATCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this -# package depends on in the "patch" stage. "path" is the -# name of a file if it starts with a slash (/), an -# executable otherwise. make will test for the existence -# (if it is a full pathname) or search for it in your -# $PATH (if it is an executable) and go into "dir" to do -# a "make all install" if it's not found. If the third -# field ("target") exists, it will be used instead of -# ${DEPENDS_TARGET}. -# FETCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this -# package depends in the "fetch" stage. "path" is the -# name of a file if it starts with a slash (/), an -# executable otherwise. make will test for the -# existence (if it is a full pathname) or search for -# it in your $PATH (if it is an executable) and go -# into "dir" to do a "make all install" if it's not -# found. If the third field ("target") exists, it will -# be used instead of ${DEPENDS_TARGET}. -# BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this -# package depends to build (between the "extract" and -# "build" stages, inclusive). The test done to -# determine the existence of the dependency is the -# same as FETCH_DEPENDS. If the third field ("target") -# exists, it will be used instead of ${DEPENDS_TARGET}. -# RUN_DEPENDS - A list of "path:dir[:target]" tuples of other ports this -# package depends to run. The test done to determine -# the existence of the dependency is the same as -# FETCH_DEPENDS. This will be checked during the -# "install" stage and the name of the dependency will -# be put into the package as well. If the third field -# ("target") exists, it will be used instead of -# ${DEPENDS_TARGET}. -# LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this -# package depends on. "lib" is the name of a shared library. -# make will use "ldconfig -r" to search for the library. -# lib can contain extended regular expressions. -# DEPENDS_TARGET -# - The default target to execute when a port is calling a -# dependency. -# Default: install -# -# These variables control options about how a port gets built and/or -# are shorthand notations for common sets of dependencies. -# Use these if your port uses some of the common software packages. By -# convention these should be set to 'yes', although they only need to be -# defined. Defaults: not set, unless explicitly indicated below. -# -# Note: the distinction between the USE_* and WANT_* variables, and the -# WITH_* and WITHOUT_* variables, are that the former are restricted to -# usage inside the ports framework, and the latter are reserved for user- -# settable options. (Setting USE_* in /etc/make.conf is always wrong). -# -# WITH_DEBUG - If set, debugging flags are added to CFLAGS and the -# binaries don't get stripped by INSTALL_PROGRAM or -# INSTALL_LIB. Besides, individual ports might -# add their specific to produce binaries for debugging -# purposes. You can override the debug flags that are -# passed to the compiler by setting DEBUG_FLAGS. It is -# set to "-g" at default. -# -# USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for -# compression. -# USE_XZ - If set, this port tarballs use xz (or lzma) -# for compression -# USE_ZIP - If set, this port distfile uses zip, not tar w/[bg]zip -# for compression. -# USE_MAKESELF - If set, this port distfile uses makeself, not tar w/[bg]zip -# for compression. -# USE_DOS2UNIX - If set to "YES", remove the ^M from all files -# under ${WRKSRC}. If set to a string, remove in all -# files under ${WRKSRC} with one of these names the ^Ms. -# DOS2UNIX_REGEX -# - Limit the ^M removal to files which name matches -# the regular expression. -# USE_GCC - If set, this port requires this version of gcc, either in -# the system or installed from a port. -# USE_CSTD - Override the default C language standard (gnu89, gnu99) -# USE_BINUTILS - Use binutils suite from port instead of the version in base. -# USE_GMAKE - If set, this port uses gmake. -# GMAKE - Set to path of GNU make if not in $PATH. -# Default: gmake -## -# USE_ICONV - If set, this port uses libiconv. -# USE_GETTEXT - The port uses GNU gettext (libintl). -# 'build' as a build-time dependency -# 'yes' as a library dependency -# 'run' as a run-time dependency -## -# USE_GHOSTSCRIPT -# - If set, this port needs ghostscript to both -# build and run. If a number is specified, -# the specified version will be used. -# The valid value is '7', '8', or '9' in that case. -# USE_GHOSTSCRIPT_BUILD -# - If set, this port needs ghostscript to build. -# USE_GHOSTSCRIPT_RUN -# - If set, this port needs ghostscript to run. -# GHOSTSCRIPT_PORT -# - The port that provides postscript functionality. -# Some installations may wish to override the default -# to specify a version without X11 and/or localized -# versions for their nationality. -# Default: print/ghostscript9 -# WITH_GHOSTSCRIPT_VER -# - If set, the specified version of ghostscript will be -# used. The valid value is "7", "8", or "9". Note that -# this is for users, not for port maintainers. This -# should not be used in Makefile. -## -# USE_BISON - Implies that the port uses bison in one way or another: -# 'build', 'run', 'both', implying build, -# runtime, and both build/run dependencies -## -# USE_IMAKE - If set, this port uses imake. -# XMKMF - Set to path of `xmkmf' if not in $PATH -# Default: xmkmf -a -# USE_XLIB - If set, this port uses the X libraries. In the USE_LINUX -# case the linux X libraries are referenced. -# USE_DISPLAY - If set, this ports requires a (virtual) X11 environment -# setup. If the environment variable DISPLAY Is not set, -# then an extra build dependency on Xvfb is added. Further, -# if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and -# MAKE_ENV are extended with a DISPLAY variable. -# -# USE_FREETYPE - If set, this port uses the freetype print libraries. -# USE_GL - A list of Mesa or GL related dependencies needed by the port. -# Supported components are: glut, glu, glw, gl and linux. -# If set to "yes", this is equivalent to "glu". Note that -# glew and glut depend on glu, glw and glu depend on gl. -# USE_MOTIF - If set, this port uses a Motif toolkit. Implies USE_XORG+= xpm -# NO_OPENMOTIF - If set, this port uses a custom Motif toolkit -# instead of Openmotif. -# Used only when USE_MOTIF is set. -# WANT_LESSTIF - If set, this port uses Lesstif as Motif toolkit. -# Used only when USE_MOTIF is set. Implies -# NO_OPENMOTIF. -## -# USE_SDL - If set, this port uses the sdl libraries. -# See bsd.sdl.mk for more information. -## -# USE_OPENAL - If set, this port relies on the OpenAL package. -# Legal values are: al, soft, si, alut. -# If set to an unknown value, the port is marked broken. -# WANT_OPENAL - User-specific OpenAL wishes. -# Legal values are: soft, si. The default is soft. -## -# USE_OPENSSL - If set, this port relies on the OpenSSL package. -## -# USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. -# Implies: WANT_OPENLDAP_VER?=24 -# WANT_OPENLDAP_VER -# - Legal values are: 23, 24 -# If set to an unknown value, the port is marked BROKEN. -# WANT_OPENLDAP_SASL -# - If set, the system should use OpenLDAP libraries -# with SASL support. -## -# USE_FAM - If set, this port uses the File Alteration Monitor. -# -# WANT_FAM_SYSTEM -# - Legal values are: gamin (default),fam -# If set to an unknown value, the port is marked IGNORE. -## -# USE_AUTOTOOLS - If set, this port uses various GNU autotools -# (libtool, autoconf, autoheader, automake et al.) -# See bsd.autotools.mk for more details. -## -# USE_SCONS - If set, this port uses the Python-based SCons build system -# See bsd.scons.mk for more details. -## -# USE_EFL - If set, this port use EFL libraries. -# Implies inclusion of bsd.efl.mk. (Also see -# that file for more information on USE_EFL_*). -# USE_FPC - If set, this port relies on the Free Pascal language. -# Implies inclusion of bsd.fpc.mk. (Also see -# that file for more information on WANT_FPC_*). -# USE_JAVA - If set, this port relies on the Java language. -# Implies inclusion of bsd.java.mk. (Also see -# that file for more information on USE_JAVA_*). -# USE_OCAML - If set, this port relies on the OCaml language. -# Implies inclusion of bsd.ocaml.mk. (Also see -# that file for more information on USE_OCAML*). -# USE_PYTHON - If set, this port relies on the Python language. -# Implies inclusion of bsd.python.mk. (Also see -# that file for more information on USE_PYTHON_* -# and USE_PYDISTUTILS). -# USE_R_MOD - If set, this port uses the Comprehensive R Archive Network. -# See bsd.cran.mk for more details. -# USE_RUBY - If set, this port relies on the Ruby language. -# Implies inclusion of bsd.ruby.mk. (Also see -# that file for more information on USE_RUBY_*). -# USE_GNUSTEP - If set, this port relies on the GNUstep system. -# Implies the inclusion of bsd.gnustep.mk. -# (Also see that file for more information on -# USE_GNUSTEP_*). -## -# USE_GECKO - If set, this port uses the Gecko/Mozilla product. -# See bsd.gecko.mk for more details. -## -# USE_GNOME - A list of the Gnome dependencies the port has (e.g., -# glib12, gtk12). Implies that the port needs Gnome. -# Implies inclusion of bsd.gnome.mk. See bsd.gnome.mk -# or http://www.FreeBSD.org/gnome/docs/porting.html -# for more details. -## -# USE_LUA - If set, this port uses the Lua library and related -# components. See bsd.lua.mk for more details. -## -# USE_WX - If set, this port uses the WxWidgets library and related -# components. See bsd.wx.mk for more details. -## -# USE_KDEBASE_VER - Set to 3 to use the KDE windowing system. -# Implies inclusion of bsd.kde.mk. -# -# USE_KDELIBS_VER - Set to 3 to use the KDE libraries. -# Implies inclusion of bsd.kde.mk. -# -# USE_KDE4 - A list of the KDE4 dependencies the port has (e.g., -# kdelibs, kdebase). Implies that the port needs KDE. -# Implies inclusion of bsd.kde4.mk. See bsd.kde4.mk -# for more details. -# -# USE_QT_VER - Set to 3 or 4 to use the respective version -# of the QT libraries. -# Implies inclusion of bsd.kde.mk. -# -# USE_LINUX - Set to yes to say the port needs the default linux base port. -# Set to value , if the port needs emulators/linux_base-. -# If set to "7", a dependency is registered to emulators/linux_base. -# Implies appropriate settings for STRIP and STRIP_CMD. -# USE_LINUX_PREFIX -# - controls the action of PREFIX (see above). Only use this -# if the port is a linux infrastructure port (e.g. contains libs -# or a sound server which supports the FreeBSD native one), -# use the default or the X11 prefix if it's a leaf port -# (e.g. a game or program). -# Implies NO_MTREE=yes, and, if USE_LDCONFIG is defined: -# - USE_LINUX=yes -# - appropriate invocation of the Linux ldconfig -# USE_LINUX_RPM - Set to yes to pull in variables and targets useful to Linux -# RPM ports. -# Implies inclusion of bsd.linux-rpm.mk. -# -# LINUX_OSRELEASE - Contains the value of compat.linux.osrelease sysctl. -# Will be used to distinguish which linux -# infrastructure ports should be used. -# Valid values: 2.4.2, 2.6.16. -# AUTOMATIC_PLIST -# - Set to yes to enable automatic packing list generation. -# Currently has no effect unless USE_LINUX_RPM is set. -# -# OVERRIDE_LINUX_BASE_PORT -# - This specifies the default linux base to use, for valid -# values have a look at the description of USE_LINUX. This is -# an user-only variable. Don't use it in any port, it's meant -# to be used in make.conf. -# -# LINUX_BASE_PORT -# - This is a read-only variable, it gets set to a value which is -# usable in *_DEPENDS (e.g. BUILD_DEPENDS=${LINUX_BASE_PORT}). -# It honors USE_LINUX=foo and OVERRIDE_LINUX_BASE_PORT. -## -# USE_XORG - Set to a list of X.org module dependencies. -# Implies inclusion of bsd.xorg.mk. -## -# USE_RC_SUBR - If set, the ports startup/shutdown script uses the common -# routines found in /etc/rc.subr. -# If this is set to a list of files, these files will be -# automatically added to ${SUB_FILES}, some %%VAR%%'s will -# automatically be expanded, they will be installed in -# ${PREFIX}/etc/rc.d and added to the packing list. -# USE_RCORDER - List of rc.d startup scripts to be called early in the boot -# process. This acts exactly like USE_RC_SUBR except that -# scripts are installed in /etc/rc.d. -# Because local rc.d scripts are included in the base rcorder -# this option is not needed unless the port installs in the base. -## -# USE_APACHE - If set, this port relies on an apache webserver. -# -# USE_CDRTOOLS - If set, this port depends on sysutils/cdrtools. -# -# USE_NCURSES - If set, this port relies on the ncurses package. -# -# Conflict checking. Use if your port cannot be installed at the same time as -# another package. -# -# CONFLICTS - A list of package name patterns that the port conflicts -# with, separated by blanks. The names may include shell -# pattern meta-characters "*", "?", "[", "]", and "!". -# Example: apache*-1.2* apache*-1.3.[012345] apache-*+ssl_* -# -# CONFLICTS_BUILD -# - Check conflict prior to the build. -# -# CONFLICTS_INSTALL -# - Check conflict prior to the installation stage. -# -# Various directory definitions and variables to control them. -# You rarely need to redefine any of these except WRKSRC and NO_WRKSUBDIR. -# -# LOCALBASE - Where non-X11 ports install things. -# Default: /usr/local -# LINUXBASE - Where Linux ports install things. -# Default: /compat/linux -# PREFIX - Where *this* port installs its files. -# Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, -# otherwise ${LOCALBASE} -# -# IGNORE_PATH_CHECKS -# - There are some sanity checks against PREFIX. -# You can disable these checks with defining -# this variable, but this is not recommended! -# Only do this if you really know what you are -# doing. These sanity checks are the following: -# - PREFIX has to be an absolute path. -# - PREFIX can't have a trailing slash. -# -# MASTERDIR - Where the port finds patches, package files, etc. Define -# this is you have two or more ports that share most of the -# files. -# Default: ${.CURDIR} -# PORTSDIR - The root of the ports tree. -# Default: /usr/ports -# DISTDIR - Where to search for and store copies of original sources -# Default: ${PORTSDIR}/distfiles -# PACKAGES - A top level directory where all packages go (rather than -# going locally to each port). -# Default: ${PORTSDIR}/packages -# WRKDIRPREFIX - The place to root the temporary working directory -# hierarchy. -# Default: none -# WRKDIR - A temporary working directory that gets *clobbered* on clean -# Default: ${WRKDIRPREFIX}${.CURDIR}/work -# WRKSRC - A subdirectory of ${WRKDIR} where the distribution actually -# unpacks to. -# Default: ${WRKDIR}/${DISTNAME} unless NO_WRKSUBDIR is set, -# in which case simply ${WRKDIR} -# NO_WRKSUBDIR - Assume port unpacks directly into ${WRKDIR}. -# PATCHDIR - A directory containing any additional patches you made -# to port this software to FreeBSD. -# Default: ${MASTERDIR}/files -# SCRIPTDIR - A directory containing any auxiliary scripts -# Default: ${MASTERDIR}/scripts -# FILESDIR - A directory containing any miscellaneous additional files. -# Default: ${MASTERDIR}/files -# PKGDIR - A directory containing any package creation files. -# Default: ${MASTERDIR} -# SRC_BASE - The root of the src tree. (Some ports require this to get -# kernel sources). Default: /usr/src -# UID_FILES - A list of files containing information about registered UIDs. -# Note that files have decreasing priority. -# GID_FILES - A list of files containing information about registered GIDs. -# Note that files have decreasing priority. -# -# Variables that serve as convenient "aliases" for your *-install targets. -# Use these like: "${INSTALL_PROGRAM} ${WRKSRC}/prog ${PREFIX}/bin". -# -# INSTALL_PROGRAM -# - A command to install binary executables. (By -# default, also strips them, unless ${STRIP} is -# overridden to be the empty string). -# INSTALL_KLD - As INSTALL_PROGRAM, but without the STRIP. -# INSTALL_LIB - As INSTALL_DATA, but also strips the file. -# INSTALL_SCRIPT -# - A command to install executable scripts. -# INSTALL_DATA - A command to install sharable data. -# INSTALL_MAN - A command to install manpages. May or not compress, -# depending on the value of MANCOMPRESSED (see below). -# -# Boolean to control whether manpages are installed. -# -# NO_INSTALL_MANPAGES -# - If set, this port doesn't want to install any manpages. -# Default: not set, i.e. manpages are installed by default. -# -# Set the following to specify all manpages that your port installs. -# These manpages will be automatically listed in ${PLIST}. Depending -# on the setting of NO_MANCOMPRESS, the make rules will compress the -# manpages for you. -# -# MAN - A list of manpages, categorized by section. For -# example, if your port has "man/man1/foo.1" and -# "man/mann/bar.n", set "MAN1=foo.1" and "MANN=bar.n". -# The available sections chars are "123456789LN". -# MAN_ -# - If your port does not install all man pages for all -# languages in MANLANG, language specific pages for -# a language can be specified with this. For example, -# if the port installs foo.1 in English, Japanese, and -# German, bar.1 in English only, and baz.3 in German -# only, set -# MANLANG= "" de ja -# MAN1= foo.1 -# MAN1_EN= bar.1 -# MAN3_DE= baz.3 -# MLINKS - A list of tuples for creating links -# for manpages. For example, "MLINKS= a.1 b.1 c.3 d.3" -# will do an "ln -sf a.1 b.1" and "ln -sf c.3 d.3" in -# appropriate directories. (Use this even if the port -# installs its own manpage links so they will show up -# correctly in ${PLIST}.) -# MANPREFIX - The directory prefix for ${MAN} and ${MLINKS}. -# Default: ${PREFIX} -# MANPREFIX -# - If manual pages of some sections install in different -# locations than others, use these. -# Default: ${MANPREFIX} -# MANCOMPRESSED - This variable can take values "yes", "no" or -# "maybe". "yes" means manpages are installed -# compressed; "no" means they are not; "maybe" means -# it changes depending on the value of NO_MANCOMPRESS. -# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES -# is not set, and "no" otherwise. -# -# Set the following to specify all .info files your port installs. -# -# INFO - A list of .info files (omitting the trailing ".info"); -# only one entry per document! These files are listed in -# the path relative to ${INFO_PATH}. -# INFO_PATH - Path, where all .info files will be installed by your -# port, relative to ${PREFIX} -# Default: "share/info" if ${PREFIX} is equal to /usr -# and "info" otherwise. -# -# Set the following to specify all documentation your port installs into -# ${DOCSDIR} -# -# PORTDOCS - A list of files and directories relative to DOCSDIR. -# Shell glob patterns can be used, directories include -# the entire subtree of contained files and directories. -# Should not be set when no documentation files are -# installed. -# Useful for dynamically generated documentation. -# -# Set the following to specify all documentation your port installs into -# ${EXAMPLESDIR} -# -# PORTEXAMPLES - A list of files and directories relative to EXAMPLESDIR. -# Shell glob patterns can be used, directories include -# the entire subtree of contained files and directories. -# Should not be set when no examples files are -# installed. -# Useful for dynamically generated examples. -# -# Set the following to specify all documentation your port installs into -# ${DATADIR} -# -# PORTDATA - A list of files and directories relative to DATADIR. -# Shell glob patterns can be used, directories include -# the entire subtree of contained files and directories. -# Should not be set when no data files are -# installed. -# Useful for dynamically generated data files. -# -# Default targets and their behaviors: -# -# fetch - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this -# port. -# fetch-list - Show list of commands to retrieve missing ${DISTFILES} and -# ${PATCHFILES} for this port. -# fetch-recursive -# - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this -# port and dependencies. -# fetch-recursive-list -# - Show list of commands to retrieve missing ${DISTFILES} and -# ${PATCHFILES} for this port and dependencies. -# fetch-required -# - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this -# port and dependencies. -# fetch-required-list -# - Show list of commands to retrieve missing ${DISTFILES} and -# ${PATCHFILES} for this port and dependencies. -# fetch-url-list -# - Show list of URLS to retrieve missing ${DISTFILES} and -# ${PATCHFILES} for this port. -# fetch-urlall-list -# - Show list of URLS to retrieve ${DISTFILES} and -# ${PATCHFILES} for this port. -# -# all-depends-list -# - Show all directories which are dependencies -# for this port. -# build-depends-list -# - Show all directories which are build-dependencies -# for this port. -# package-depends-list -# - Show all directories which are package-dependencies -# for this port. This is based upon the dependency -# tree as recorded in the Makefiles of the ports -# collection, not as recorded in the currently -# installed ports. -# actual-package-depends -# - Like package-depends-list but with the difference -# that the dependencies of the currently installed -# ports are used instead of the dependencies as -# recorded in the ports collection. -# run-depends-list -# - Show all directories which are run-dependencies -# for this port. -# -# extract - Unpacks ${DISTFILES} into ${WRKDIR}. -# patch - Apply any provided patches to the source. -# configure - Runs either GNU configure, one or more local configure -# scripts or nothing, depending on what's available. -# build - Actually compile the sources. -# install - Install the results of a build. -# reinstall - Install the results of a build, ignoring "already installed" -# flag. -# deinstall - Remove the installation. -# deinstall-all - Remove all installations with the same PKGORIGIN. -# package - Create a package from an _installed_ port. -# package-recursive -# - Create a package for a port and _all_ of its dependencies. -# describe - Try to generate a one-line description for each port for -# use in INDEX files and the like. -# checkpatch - Do a "patch -C" instead of a "patch". Note that it may -# give incorrect results if multiple patches deal with -# the same file. -# checksum - Use distinfo to ensure that your distfiles are valid. -# checksum-recursive -# - Run checksum in this port and all dependencies. -# makesum - Generate distinfo (only do this for your own ports!). -# clean - Remove ${WRKDIR} and other temporary files used for building. -# clean-depends - Do a "make clean" for all dependencies. -# config - Configure options for this port (using ${DIALOG}). -# Automatically run prior to extract, patch, configure, build, -# install, and package. -# config-recursive -# - Configure options for this port for a port and all its -# dependencies. -# showconfig - Display options config for this port. -# showconfig-recursive -# - Display options config for this port and all its -# dependencies. -# rmconfig - Remove the options config for this port. -# rmconfig-recursive -# - Remove the options config for this port and all its -# dependencies. -# -# Default sequence for "all" is: -# -# check-sanity fetch checksum extract patch configure build -# -# Please read the comments in the targets section below; you -# should be able to use the pre-* or post-* targets/scripts -# (which are available for every stage except checksum) or -# override the do-* targets to do pretty much anything you want. -# -# NEVER override the "regular" targets unless you want to open -# a major can of worms. -# -# Set these variables if your port doesn't need some of the steps. -# Note that there are no NO_PATCH or NO_CONFIGURE variables because -# those steps are empty by default. NO_EXTRACT is not allowed anymore -# since we need to at least create ${WRKDIR}. Also, NO_CHECKSUM is a user -# variable and is not to be set in a port's Makefile. See above for NO_PACKAGE. -# -# NO_BUILD - Use a dummy (do-nothing) build target. -# NO_INSTALL - Use a dummy (do-nothing) install target. -# -# Here are some variables used in various stages. -# -# For options: -# OPTIONS - List of what WITH_