From owner-freebsd-gecko@FreeBSD.ORG Sun Sep 15 13:29:19 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0637C4E for ; Sun, 15 Sep 2013 13:29:19 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51B6021A2 for ; Sun, 15 Sep 2013 13:29:18 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8FDTA5C093048 for ; Sun, 15 Sep 2013 13:29:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8FDT5jO092494 for freebsd-gecko@freebsd.org; Sun, 15 Sep 2013 13:29:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 15 Sep 2013 13:29:05 GMT Message-Id: <201309151329.r8FDT5jO092494@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1351 - in trunk: mail/thunderbird/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Sep 2013 13:29:19 -0000 Author: jbeich Date: Sun Sep 15 13:29:05 2013 New Revision: 1351 Log: remove forgotten hack, bug 842856 landed in nss-3.15 Deleted: trunk/mail/thunderbird/files/patch-bug834091 trunk/www/firefox/files/patch-bug834091 trunk/www/seamonkey/files/patch-bug834091 Deleted: trunk/mail/thunderbird/files/patch-bug834091 ============================================================================== --- trunk/mail/thunderbird/files/patch-bug834091 Sun Sep 15 13:29:05 2013 (r1350) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,35 +0,0 @@ -commit 8d8975b -Author: Carmen Jiménez Cabezas -Date: Fri Jan 25 15:36:36 2013 -0800 - - Bug 834091: Verify certificate chain for signed B2G apps as of the current time (now) instead of the signing time, r=bsmith - - --HG-- - extra : amend_source : 86d8ca2b28259aaf41983740b809ef8a51befc4f - extra : rebase_source : e5a1c1199756e929f14852f5c83ba28d097449f4 ---- - .../manager/ssl/src/JARSignatureVerification.cpp | 6 +- - security/nss/lib/pkcs7/p7decode.c | 41 +++- - security/nss/lib/pkcs7/secpkcs7.h | 17 ++ - security/nss/lib/smime/smime.def | 6 + - security/patches/README | 4 + - security/patches/bug-834091.patch | 216 +++++++++++++++++++++ - 6 files changed, 281 insertions(+), 9 deletions(-) - -diff --git security/manager/ssl/src/JARSignatureVerification.cpp security/manager/ssl/src/JARSignatureVerification.cpp -index d0a8b98..8e694d3 100644 ---- mozilla/security/manager/ssl/src/JARSignatureVerification.cpp -+++ mozilla/security/manager/ssl/src/JARSignatureVerification.cpp -@@ -586,9 +586,9 @@ - } - - // Verify that the signature file is a valid signature of the SF file -- if (!SEC_PKCS7VerifyDetachedSignatureAtTime(p7_info, certUsageObjectSigner, -- &sfCalculatedDigest.get(), -- HASH_AlgSHA1, false, PR_Now())) { -+ if (!SEC_PKCS7VerifyDetachedSignature(p7_info, certUsageObjectSigner, -+ &sfCalculatedDigest.get(), HASH_AlgSHA1, -+ false)) { - PRErrorCode error = PR_GetError(); - const char * errorName = PR_ErrorToName(error); - PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("Failed to verify detached signature: %s", Deleted: trunk/www/firefox/files/patch-bug834091 ============================================================================== --- trunk/www/firefox/files/patch-bug834091 Sun Sep 15 13:29:05 2013 (r1350) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,35 +0,0 @@ -commit 8d8975b -Author: Carmen Jiménez Cabezas -Date: Fri Jan 25 15:36:36 2013 -0800 - - Bug 834091: Verify certificate chain for signed B2G apps as of the current time (now) instead of the signing time, r=bsmith - - --HG-- - extra : amend_source : 86d8ca2b28259aaf41983740b809ef8a51befc4f - extra : rebase_source : e5a1c1199756e929f14852f5c83ba28d097449f4 ---- - .../manager/ssl/src/JARSignatureVerification.cpp | 6 +- - security/nss/lib/pkcs7/p7decode.c | 41 +++- - security/nss/lib/pkcs7/secpkcs7.h | 17 ++ - security/nss/lib/smime/smime.def | 6 + - security/patches/README | 4 + - security/patches/bug-834091.patch | 216 +++++++++++++++++++++ - 6 files changed, 281 insertions(+), 9 deletions(-) - -diff --git security/manager/ssl/src/JARSignatureVerification.cpp security/manager/ssl/src/JARSignatureVerification.cpp -index d0a8b98..8e694d3 100644 ---- security/manager/ssl/src/JARSignatureVerification.cpp -+++ security/manager/ssl/src/JARSignatureVerification.cpp -@@ -586,9 +586,9 @@ - } - - // Verify that the signature file is a valid signature of the SF file -- if (!SEC_PKCS7VerifyDetachedSignatureAtTime(p7_info, certUsageObjectSigner, -- &sfCalculatedDigest.get(), -- HASH_AlgSHA1, false, PR_Now())) { -+ if (!SEC_PKCS7VerifyDetachedSignature(p7_info, certUsageObjectSigner, -+ &sfCalculatedDigest.get(), HASH_AlgSHA1, -+ false)) { - PRErrorCode error = PR_GetError(); - const char * errorName = PR_ErrorToName(error); - PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("Failed to verify detached signature: %s", Deleted: trunk/www/seamonkey/files/patch-bug834091 ============================================================================== --- trunk/www/seamonkey/files/patch-bug834091 Sun Sep 15 13:29:05 2013 (r1350) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,35 +0,0 @@ -commit 8d8975b -Author: Carmen Jiménez Cabezas -Date: Fri Jan 25 15:36:36 2013 -0800 - - Bug 834091: Verify certificate chain for signed B2G apps as of the current time (now) instead of the signing time, r=bsmith - - --HG-- - extra : amend_source : 86d8ca2b28259aaf41983740b809ef8a51befc4f - extra : rebase_source : e5a1c1199756e929f14852f5c83ba28d097449f4 ---- - .../manager/ssl/src/JARSignatureVerification.cpp | 6 +- - security/nss/lib/pkcs7/p7decode.c | 41 +++- - security/nss/lib/pkcs7/secpkcs7.h | 17 ++ - security/nss/lib/smime/smime.def | 6 + - security/patches/README | 4 + - security/patches/bug-834091.patch | 216 +++++++++++++++++++++ - 6 files changed, 281 insertions(+), 9 deletions(-) - -diff --git security/manager/ssl/src/JARSignatureVerification.cpp security/manager/ssl/src/JARSignatureVerification.cpp -index d0a8b98..8e694d3 100644 ---- mozilla/security/manager/ssl/src/JARSignatureVerification.cpp -+++ mozilla/security/manager/ssl/src/JARSignatureVerification.cpp -@@ -586,9 +586,9 @@ - } - - // Verify that the signature file is a valid signature of the SF file -- if (!SEC_PKCS7VerifyDetachedSignatureAtTime(p7_info, certUsageObjectSigner, -- &sfCalculatedDigest.get(), -- HASH_AlgSHA1, false, PR_Now())) { -+ if (!SEC_PKCS7VerifyDetachedSignature(p7_info, certUsageObjectSigner, -+ &sfCalculatedDigest.get(), HASH_AlgSHA1, -+ false)) { - PRErrorCode error = PR_GetError(); - const char * errorName = PR_ErrorToName(error); - PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("Failed to verify detached signature: %s", From owner-freebsd-gecko@FreeBSD.ORG Sun Sep 15 14:00:17 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD227686 for ; Sun, 15 Sep 2013 14:00:17 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 700472311 for ; Sun, 15 Sep 2013 14:00:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8FE0FJ4083973 for ; Sun, 15 Sep 2013 14:00:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8FE0Acr082691 for freebsd-gecko@freebsd.org; Sun, 15 Sep 2013 14:00:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 15 Sep 2013 14:00:10 GMT Message-Id: <201309151400.r8FE0Acr082691@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1352 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Sep 2013 14:00:18 -0000 Author: jbeich Date: Sun Sep 15 14:00:10 2013 New Revision: 1352 Log: don't use video(4) compat on dragonfly, assume dports graphics/libv4l (from pkgsrc) provides multimedia/v4l_compat (from dports) provides Added: trunk/mail/thunderbird/files/patch-no-videoio.h trunk/www/firefox-nightly/files/patch-no-videoio.h trunk/www/firefox/files/patch-no-videoio.h trunk/www/seamonkey/files/patch-no-videoio.h Added: trunk/mail/thunderbird/files/patch-no-videoio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) @@ -0,0 +1,11 @@ +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -19,7 +19,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Added: trunk/www/firefox-nightly/files/patch-no-videoio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) @@ -0,0 +1,11 @@ +--- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc ++++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -19,7 +19,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Added: trunk/www/firefox/files/patch-no-videoio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) @@ -0,0 +1,11 @@ +--- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc ++++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -19,7 +19,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Added: trunk/www/seamonkey/files/patch-no-videoio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) @@ -0,0 +1,11 @@ +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -19,7 +19,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include From owner-freebsd-gecko@FreeBSD.ORG Sun Sep 15 14:07:13 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 362266FB for ; Sun, 15 Sep 2013 14:07:13 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD5202364 for ; Sun, 15 Sep 2013 14:07:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8FE7AOu089310 for ; Sun, 15 Sep 2013 14:07:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8FE75Zc088191 for freebsd-gecko@freebsd.org; Sun, 15 Sep 2013 14:07:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 15 Sep 2013 14:07:05 GMT Message-Id: <201309151407.r8FE75Zc088191@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1353 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Sep 2013 14:07:13 -0000 Author: jbeich Date: Sun Sep 15 14:07:05 2013 New Revision: 1353 Log: missed one more file Modified: trunk/mail/thunderbird/files/patch-no-videoio.h trunk/www/firefox-nightly/files/patch-no-videoio.h trunk/www/firefox/files/patch-no-videoio.h trunk/www/seamonkey/files/patch-no-videoio.h Modified: trunk/mail/thunderbird/files/patch-no-videoio.h ============================================================================== --- trunk/mail/thunderbird/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) +++ trunk/mail/thunderbird/files/patch-no-videoio.h Sun Sep 15 14:07:05 2013 (r1353) @@ -9,3 +9,14 @@ #include #elif defined(__sun) #include +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc +@@ -18,7 +18,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Modified: trunk/www/firefox-nightly/files/patch-no-videoio.h ============================================================================== --- trunk/www/firefox-nightly/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) +++ trunk/www/firefox-nightly/files/patch-no-videoio.h Sun Sep 15 14:07:05 2013 (r1353) @@ -9,3 +9,14 @@ #include #elif defined(__sun) #include +--- media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc ++++ media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc +@@ -18,7 +18,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Modified: trunk/www/firefox/files/patch-no-videoio.h ============================================================================== --- trunk/www/firefox/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) +++ trunk/www/firefox/files/patch-no-videoio.h Sun Sep 15 14:07:05 2013 (r1353) @@ -9,3 +9,14 @@ #include #elif defined(__sun) #include +--- media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc ++++ media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc +@@ -18,7 +18,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include Modified: trunk/www/seamonkey/files/patch-no-videoio.h ============================================================================== --- trunk/www/seamonkey/files/patch-no-videoio.h Sun Sep 15 14:00:10 2013 (r1352) +++ trunk/www/seamonkey/files/patch-no-videoio.h Sun Sep 15 14:07:05 2013 (r1353) @@ -9,3 +9,14 @@ #include #elif defined(__sun) #include +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc +@@ -18,7 +18,7 @@ + #include + + //v4l includes +-#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #elif defined(__sun) + #include From owner-freebsd-gecko@FreeBSD.ORG Sun Sep 15 18:12:43 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F87F7FE for ; Sun, 15 Sep 2013 18:12:43 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAC502E27 for ; Sun, 15 Sep 2013 18:12:42 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8FICd9I092984 for ; Sun, 15 Sep 2013 18:12:39 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8FICYWv092174 for freebsd-gecko@freebsd.org; Sun, 15 Sep 2013 18:12:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 15 Sep 2013 18:12:34 GMT Message-Id: <201309151812.r8FICYWv092174@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1354 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Sep 2013 18:12:43 -0000 Author: jbeich Date: Sun Sep 15 18:12:34 2013 New Revision: 1354 Log: /usr/include/sys/queue.h is more up to date and have one bug fixed http://svnweb.freebsd.org/changeset/base/204106 Added: trunk/mail/thunderbird/files/patch-bug916589 trunk/www/firefox-nightly/files/patch-bug916589 trunk/www/firefox/files/patch-bug916589 trunk/www/seamonkey/files/patch-bug916589 Added: trunk/mail/thunderbird/files/patch-bug916589 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug916589 Sun Sep 15 18:12:34 2013 (r1354) @@ -0,0 +1,40 @@ +diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +index 5b50785..7cf47d5 100644 +--- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h ++++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +@@ -31,11 +31,14 @@ + */ + +-#ifndef _SYS_QUEUE_H_ ++#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) ++#include_next ++#elif !defined(_SYS_QUEUE_H_) + #define _SYS_QUEUE_H_ + +-#if !defined(__FreeBSD__) && !defined(DARWIN) + #include +-#define __offsetof offsetof ++ ++#ifndef offsetof ++#define offsetof(type, field) ((size_t)(&((type *)0)->field)) + #endif + + #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ +@@ -43,8 +46,6 @@ + (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \ + (var) = (tvar)) + +-// #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) +- + /* + * This file defines four types of data structures: singly-linked lists, + * singly-linked tail queues, lists and tail queues. +@@ -285,7 +286,7 @@ struct { \ + (STAILQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *) \ +- ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) ++ ((char *)((head)->stqh_last) - offsetof(struct type, field)))) + + #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) + Added: trunk/www/firefox-nightly/files/patch-bug916589 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug916589 Sun Sep 15 18:12:34 2013 (r1354) @@ -0,0 +1,40 @@ +diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +index 5b50785..7cf47d5 100644 +--- media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h ++++ media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +@@ -31,11 +31,14 @@ + */ + +-#ifndef _SYS_QUEUE_H_ ++#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) ++#include_next ++#elif !defined(_SYS_QUEUE_H_) + #define _SYS_QUEUE_H_ + +-#if !defined(__FreeBSD__) && !defined(DARWIN) + #include +-#define __offsetof offsetof ++ ++#ifndef offsetof ++#define offsetof(type, field) ((size_t)(&((type *)0)->field)) + #endif + + #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ +@@ -43,8 +46,6 @@ + (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \ + (var) = (tvar)) + +-// #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) +- + /* + * This file defines four types of data structures: singly-linked lists, + * singly-linked tail queues, lists and tail queues. +@@ -285,7 +286,7 @@ struct { \ + (STAILQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *) \ +- ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) ++ ((char *)((head)->stqh_last) - offsetof(struct type, field)))) + + #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) + Added: trunk/www/firefox/files/patch-bug916589 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug916589 Sun Sep 15 18:12:34 2013 (r1354) @@ -0,0 +1,40 @@ +diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +index 5b50785..7cf47d5 100644 +--- media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h ++++ media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +@@ -31,11 +31,14 @@ + */ + +-#ifndef _SYS_QUEUE_H_ ++#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) ++#include_next ++#elif !defined(_SYS_QUEUE_H_) + #define _SYS_QUEUE_H_ + +-#if !defined(__FreeBSD__) && !defined(DARWIN) + #include +-#define __offsetof offsetof ++ ++#ifndef offsetof ++#define offsetof(type, field) ((size_t)(&((type *)0)->field)) + #endif + + #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ +@@ -43,8 +46,6 @@ + (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \ + (var) = (tvar)) + +-// #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) +- + /* + * This file defines four types of data structures: singly-linked lists, + * singly-linked tail queues, lists and tail queues. +@@ -285,7 +286,7 @@ struct { \ + (STAILQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *) \ +- ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) ++ ((char *)((head)->stqh_last) - offsetof(struct type, field)))) + + #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) + Added: trunk/www/seamonkey/files/patch-bug916589 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug916589 Sun Sep 15 18:12:34 2013 (r1354) @@ -0,0 +1,40 @@ +diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +index 5b50785..7cf47d5 100644 +--- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h ++++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +@@ -31,11 +31,14 @@ + */ + +-#ifndef _SYS_QUEUE_H_ ++#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) ++#include_next ++#elif !defined(_SYS_QUEUE_H_) + #define _SYS_QUEUE_H_ + +-#if !defined(__FreeBSD__) && !defined(DARWIN) + #include +-#define __offsetof offsetof ++ ++#ifndef offsetof ++#define offsetof(type, field) ((size_t)(&((type *)0)->field)) + #endif + + #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ +@@ -43,8 +46,6 @@ + (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \ + (var) = (tvar)) + +-// #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) +- + /* + * This file defines four types of data structures: singly-linked lists, + * singly-linked tail queues, lists and tail queues. +@@ -285,7 +286,7 @@ struct { \ + (STAILQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *) \ +- ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) ++ ((char *)((head)->stqh_last) - offsetof(struct type, field)))) + + #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) + From owner-freebsd-gecko@FreeBSD.ORG Mon Sep 16 11:07:00 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80745CF8 for ; Mon, 16 Sep 2013 11:07:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66E0B2190 for ; Mon, 16 Sep 2013 11:07:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GB70IF089920 for ; Mon, 16 Sep 2013 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8GB6xNc089915 for gecko@FreeBSD.org; Mon, 16 Sep 2013 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Sep 2013 11:06:59 GMT Message-Id: <201309161106.r8GB6xNc089915@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 11:07:00 -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/181393 gecko www/xpi-quick-locale-switcher 1.7.8.5 does not works w o ports/181005 gecko mail/thunderbird - Enigmail failes to start pinentry o ports/180938 gecko www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: er o ports/180855 gecko www/firefox: Firefox 22 crashes on HTML 5 videos o ports/180766 gecko Flash not work in www/firefox o ports/180679 gecko www/seamonkey 2.19 doesn't install with default clang o ports/180563 gecko www/seamonkey compilation error with Clang (*pp = '\0' o ports/180380 gecko www/firefox: Firefox 22.0 dies instantly when I try to o ports/179420 gecko www/seamonkey freezes completely by accessing citrix x o ports/178524 gecko BATCH=yes not work for www/firefox-i18n o ports/177404 gecko www/firefox: youtube videos in firefox not working o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 19 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Sep 16 21:37:21 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0848625 for ; Mon, 16 Sep 2013 21:37:21 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F71C208D for ; Mon, 16 Sep 2013 21:37:20 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8GLbCH6009025 for ; Mon, 16 Sep 2013 21:37: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 r8GLb7gp006474 for freebsd-gecko@freebsd.org; Mon, 16 Sep 2013 21:37:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 16 Sep 2013 21:37:07 GMT Message-Id: <201309162137.r8GLb7gp006474@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1355 - in trunk: mail/linux-thunderbird www/firefox www/firefox-nightly www/firefox-nightly/files www/linux-firefox www/linux-seamonkey www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Sep 2013 21:37:21 -0000 Author: jbeich Date: Mon Sep 16 21:37:07 2013 New Revision: 1355 Log: update Deleted: trunk/www/firefox-nightly/files/patch-bug916216 Modified: trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/mail/linux-thunderbird/Makefile Mon Sep 16 21:37:07 2013 (r1355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 24.0b2 +DISTVERSION= 24.0 CATEGORIES= mail DISTNAME= ${PORTNAME}-${DISTVERSION} MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/mail/linux-thunderbird/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-24.0b2.tar.bz2) = 3f08922e4642bdfe007470537f8c1ceb3db01c326bc024009cba4a212af242fe -SIZE (thunderbird-24.0b2.tar.bz2) = 28996852 +SHA256 (thunderbird-24.0.tar.bz2) = f642a6978cf0c5d1c54b97f86c11e79c8ae2d0a3ee38cff296320a9a5c8911a0 +SIZE (thunderbird-24.0.tar.bz2) = 28964786 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/firefox-nightly/Makefile.hgrev Mon Sep 16 21:37:07 2013 (r1355) @@ -1 +1 @@ -HGREV= 146765:bf930e7d61d3 +HGREV= 147328:1713de744990 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/firefox-nightly/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/bf930e7d61d3.tar.bz2) = 7e59991820be102994c254fbb0d1d7eb1af74060a5a0e7f0b2fbd652b32a987a -SIZE (firefox-nightly/bf930e7d61d3.tar.bz2) = 125316265 +SHA256 (firefox-nightly/1713de744990.tar.bz2) = 5e8372423c6c59ae0c58d5bd357b8a7ea5cb99d4957febdf3d9974b7abfed96c +SIZE (firefox-nightly/1713de744990.tar.bz2) = 125684665 Deleted: trunk/www/firefox-nightly/files/patch-bug916216 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug916216 Mon Sep 16 21:37:07 2013 (r1354) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,39 +0,0 @@ ---- media/webrtc/trunk/build/build_config.h~ -+++ media/webrtc/trunk/build/build_config.h -@@ -37,9 +37,15 @@ - #elif defined(_WIN32) - #define OS_WIN 1 - #define TOOLKIT_VIEWS 1 --#elif defined(__FreeBSD__) -+#elif defined(__DragonFly__) -+#define OS_DRAGONFLY 1 -+#define TOOLKIT_GTK -+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) - #define OS_FREEBSD 1 - #define TOOLKIT_GTK -+#elif defined(__NetBSD__) -+#define OS_NETBSD 1 -+#define TOOLKIT_GTK - #elif defined(__OpenBSD__) - #define OS_OPENBSD 1 - #define TOOLKIT_GTK -@@ -56,15 +62,15 @@ - - // For access to standard BSD features, use OS_BSD instead of a - // more specific macro. --#if defined(OS_FREEBSD) || defined(OS_OPENBSD) -+#if defined(OS_DRAGONFLY) || defined(OS_FREEBSD) \ -+ || defined(OS_NETBSD) || defined(OS_OPENBSD) - #define OS_BSD 1 - #endif - - // For access to standard POSIXish features, use OS_POSIX instead of a - // more specific macro. --#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) || \ -- defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \ -- defined(OS_NACL) -+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || \ -+ defined(OS_SOLARIS) || defined(OS_ANDROID) || defined(OS_NACL) - #define OS_POSIX 1 - #endif - Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355) @@ -5,9 +5,9 @@ DISTVERSION= 24.0 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ -DISTNAME= ${PORTNAME}-${DISTVERSION}.source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source/ +DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -56,7 +56,7 @@ .include -WRKSRC:= ${WRKDIR}/mozilla-release +WRKSRC:= ${WRKDIR}/mozilla-esr24 post-extract: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/firefox/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,2 +1,2 @@ -SHA256 (firefox-24.0.source.tar.bz2) = 86a6efa501e1b106b597a8506757f3a2db9d3a5cfcc61ea29a9ad0c834bea83b -SIZE (firefox-24.0.source.tar.bz2) = 119931784 +SHA256 (firefox-24.0esr.source.tar.bz2) = 3872f7c4c7b3f1f3f06dd3e4f7cc97b59a6857085af8f2df56820185e3d5cadb +SIZE (firefox-24.0esr.source.tar.bz2) = 119722621 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/linux-firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355) @@ -2,10 +2,11 @@ # $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -DISTVERSION= 24.0b7 +DISTVERSION= 24.0 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US +DISTNAME= ${PORTNAME}-${DISTVERSION}esr MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/linux-firefox/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,2 +1,2 @@ -SHA256 (firefox-24.0b7.tar.bz2) = 7bb11313be1f568d87548ee504471bc3edb59e5f97e67c5a81b04b2a7e71bf40 -SIZE (firefox-24.0b7.tar.bz2) = 28911718 +SHA256 (firefox-24.0esr.tar.bz2) = 5c5b38252dc95df688f20b8acea952211fce61803e99a56e3bb23623cf856f5a +SIZE (firefox-24.0esr.tar.bz2) = 29023319 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/linux-seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355) @@ -2,9 +2,9 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.21b1 +DISTVERSION= 2.21 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/linux-seamonkey/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.21b1.tar.bz2) = 88eb96ede5d575ec98c51295ce48b53179879138f95b103b801df4f01c8e2837 -SIZE (seamonkey-2.21b1.tar.bz2) = 29489749 +SHA256 (seamonkey-2.21.tar.bz2) = ff6f361e1db0add6d4c38e5594a8b99c31f11992ae56dc2981329f66439161e2 +SIZE (seamonkey-2.21.tar.bz2) = 29490026 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 324744 2013-08-14 22:35:50Z ak $ PORTNAME= seamonkey -DISTVERSION= 2.21b2 +DISTVERSION= 2.21 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -73,7 +73,7 @@ .include -WRKSRC= ${WRKDIR}/comm-beta +WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Sun Sep 15 18:12:34 2013 (r1354) +++ trunk/www/seamonkey/distinfo Mon Sep 16 21:37:07 2013 (r1355) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.21b2.source.tar.bz2) = bf96e47f8e74a5ada7653cfb9ae2c5ae7f8557b2197c28359c27350c2d1e5348 -SIZE (seamonkey-2.21b2.source.tar.bz2) = 140415270 +SHA256 (seamonkey-2.21.source.tar.bz2) = 1b15b1e6bc19477ff7dfc805dd3629566b0b5e94eca9638fe2f4b47c3a8d5ae9 +SIZE (seamonkey-2.21.source.tar.bz2) = 140654724 SHA256 (enigmail-1.5.2.tar.gz) = f20d6d1be1ab12dc2f1208d8f01227fd7e5c4dcf5d6f4bd0833a932b58973a26 SIZE (enigmail-1.5.2.tar.gz) = 1211395 From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 03:43:54 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C332FF93 for ; Tue, 17 Sep 2013 03:43:54 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 666D626DB for ; Tue, 17 Sep 2013 03:43:53 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8H3hpb3052233 for ; Tue, 17 Sep 2013 03:43: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 r8H3hkgM050815 for freebsd-gecko@freebsd.org; Tue, 17 Sep 2013 03:43:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 17 Sep 2013 03:43:46 GMT Message-Id: <201309170343.r8H3hkgM050815@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1356 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Sep 2013 03:43:54 -0000 Author: jbeich Date: Tue Sep 17 03:43:45 2013 New Revision: 1356 Log: sync with ports@r326101 and ports@r326089 Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/Mk/bsd.gecko.mk Tue Sep 17 03:43:45 2013 (r1356) @@ -502,7 +502,7 @@ MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES= iconv +USES+= gmake iconv pkgconfig USE_PERL5_BUILD=yes USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/mail/thunderbird/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -35,7 +35,6 @@ QT_NONSTANDARD= yes ALL_TARGET= default USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox-esr/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -33,7 +33,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl NO_MOZPKGINSTALL=yes Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox-nightly/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -43,7 +43,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -36,7 +36,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/libxul/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -29,7 +29,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/seamonkey/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -27,7 +27,6 @@ USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes -USE_GMAKE= yes USE_GECKO= gecko WANT_GNOME= yes USE_QT4= # empty From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 05:42:06 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05FA269E for ; Tue, 17 Sep 2013 05:42:06 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FC512C07 for ; Tue, 17 Sep 2013 05:42:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8H5g3iT041198 for ; Tue, 17 Sep 2013 05:42:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8H5fwen038958 for freebsd-gecko@freebsd.org; Tue, 17 Sep 2013 05:41:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 17 Sep 2013 05:41:58 GMT Message-Id: <201309170541.r8H5fwen038958@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1357 - in trunk/www/libxul: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Sep 2013 05:42:06 -0000 Author: jbeich Date: Tue Sep 17 05:41:58 2013 New Revision: 1357 Log: switch libxul to esr24 Added: trunk/www/libxul/files/patch-build_unix_run-mozilla.sh - copied unchanged from r1356, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp - copied unchanged from r1356, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in - copied unchanged from r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in - copied unchanged from r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in Replaced: trunk/www/libxul/files/ - copied from r1355, trunk/www/firefox/files/ Deleted: trunk/www/libxul/files/firefox.desktop.in trunk/www/libxul/files/patch-browser-app-nsBrowserApp.cpp trunk/www/libxul/files/patch-toolkit_mozapps_installer_packager_mk Modified: trunk/www/libxul/Makefile trunk/www/libxul/distinfo Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Tue Sep 17 03:43:45 2013 (r1356) +++ trunk/www/libxul/Makefile Tue Sep 17 05:41:58 2013 (r1357) @@ -2,22 +2,25 @@ # $FreeBSD: head/www/libxul/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= libxul -DISTVERSION= 17.0.8 +DISTVERSION= 24.0 CATEGORIES?= www devel -MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source +MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ + https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps -BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ - nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ +BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ + nss>=3.15:${PORTSDIR}/security/nss \ + sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ + v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -WRKSRC= ${WRKDIR}/mozilla-esr17 +WRKSRC= ${WRKDIR}/mozilla-esr24 CONFLICTS= libxul-1.9.* USE_AUTOTOOLS= autoconf213:env @@ -30,6 +33,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GL= gl +USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} @@ -37,6 +41,7 @@ MOZ_OPTIONS?= --enable-application=xulrunner MOZ_EXTENSIONS= default,cookie,permissions USE_GECKO= gecko +OBJDIR_BUILD= # in-tree build broken after bug 789837 MOZILLA_EXEC_NAME=xulrunner USE_MOZILLA= # empty MOZILLA_PLIST_DIRS= bin include lib share/idl @@ -44,7 +49,13 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin +OPTIONS_DEFAULT=GSTREAMER + .include "${.CURDIR}/../../www/firefox/Makefile.options" + +# OSS is gone after bug 852401 +OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} + .include .if ${USE_MOZILLA:M-nss} @@ -52,6 +63,8 @@ .endif post-patch: + @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ + ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xulrunner/stub/nsXULStub.cpp Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Tue Sep 17 03:43:45 2013 (r1356) +++ trunk/www/libxul/distinfo Tue Sep 17 05:41:58 2013 (r1357) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.8esr.source.tar.bz2) = 87f846d0cc6e1b2f4c1baeb58d2123ffbc8c166a1ec81a3b1e0551fbbd6ef1e8 -SIZE (firefox-17.0.8esr.source.tar.bz2) = 90765879 +SHA256 (firefox-24.0esr.source.tar.bz2) = 3872f7c4c7b3f1f3f06dd3e4f7cc97b59a6857085af8f2df56820185e3d5cadb +SIZE (firefox-24.0esr.source.tar.bz2) = 119722621 Deleted: trunk/www/firefox/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox/files/firefox.desktop.in Tue Sep 17 05:41:58 2013 (r1355) +++ /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: trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- trunk/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Tue Sep 17 05:41:58 2013 (r1355) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- browser/app/nsBrowserApp.cpp~ -+++ browser/app/nsBrowserApp.cpp -@@ -334,6 +334,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); - int gotCounters; - #if defined(XP_UNIX) - struct rusage initialRUsage; Copied: trunk/www/libxul/files/patch-build_unix_run-mozilla.sh (from r1356, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-build_unix_run-mozilla.sh Tue Sep 17 05:41:58 2013 (r1357, copy of r1356, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh) @@ -0,0 +1,12 @@ +--- 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: trunk/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk ============================================================================== --- trunk/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk Tue Sep 17 05:41:58 2013 (r1355) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ -$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 15:29:56 landry Exp $ -install headers/idl/sdk libs only if xulrunner ---- toolkit/mozapps/installer/packager.mk.orig Fri Jun 1 14:04:20 2012 -+++ toolkit/mozapps/installer/packager.mk Tue Jun 5 07:55:51 2012 -@@ -886,7 +886,7 @@ endif - $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) - ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) --ifdef INSTALL_SDK # Here comes the hard part -+ifeq ($(MOZ_APP_NAME),xulrunner) - $(NSINSTALL) -D $(DESTDIR)$(includedir) - (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ - (cd $(DESTDIR)$(includedir) && tar -xf -) Copied: trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp (from r1356, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Tue Sep 17 05:41:58 2013 (r1357, copy of r1356, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp) @@ -0,0 +1,11 @@ +--- xulrunner/stub/nsXULStub.cpp~ ++++ xulrunner/stub/nsXULStub.cpp +@@ -202,6 +202,8 @@ main(int argc, char **argv) + char greDir[MAXPATHLEN]; + bool greFound = false; + ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/xulrunner", 0); ++ + #if defined(XP_MACOSX) + CFBundleRef appBundle = CFBundleGetMainBundle(); + if (!appBundle) Copied: trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in (from r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in Tue Sep 17 05:41:58 2013 (r1357, copy of r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in) @@ -0,0 +1,9 @@ +--- xulrunner/installer/libxul-embedding.pc.in~ ++++ xulrunner/installer/libxul-embedding.pc.in +@@ -6,5 +6,5 @@ idldir=%idldir% + Name: libxul-embedding + Description: Static library for version-independent embedding of the Mozilla runtime + Version: %MOZILLA_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue -ldl ++Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue + Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% Copied: trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in (from r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in Tue Sep 17 05:41:58 2013 (r1357, copy of r1356, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in) @@ -0,0 +1,9 @@ +--- xulrunner/installer/libxul.pc.in.orig 2010-01-21 04:31:27.000000000 +0100 ++++ xulrunner/installer/libxul.pc.in 2010-06-21 19:39:57.000000000 +0200 +@@ -7,5 +7,5 @@ + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom ++Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue_s -lxul -lxpcom + Cflags: -I${includedir} %WCHAR_CFLAGS% From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 17:28:15 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C940D72 for ; Tue, 17 Sep 2013 17:28:15 +0000 (UTC) (envelope-from vseleznv@cmc.msu.ru) Received: from imap.cs.msu.su (imap.cs.msu.ru [188.44.42.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C88E32527 for ; Tue, 17 Sep 2013 17:28:13 +0000 (UTC) Received: from slz762 ([10.6.16.27]) (authenticated bits=0) by imap.cs.msu.su (8.14.4/8.14.5) with ESMTP id r8HHPlow050249 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Sep 2013 21:25:49 +0400 (MSK) (envelope-from vseleznv@cmc.msu.ru) Date: Tue, 17 Sep 2013 21:25:47 +0400 From: Vladimir Seleznev To: gecko@FreeBSD.org Subject: Firefox port Message-ID: <20130917172547.GA56758@slz762> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=1.5 required=5.5 tests=BAYES_00, FSL_HELO_NON_FQDN_1, RDNS_NONE autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mailhost.cs.msu.su X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 17:28:15 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello! It's about Firefox port. If it is builded with system cairo there is font rendering artifacts that look ugly. The problem can be solve by building firefox without system cairo. I attached Makefile patch for that. It had been tested on my system and worked fine. Please test it. P.S. OpenBSD and some Linux distributions also build Firefox without system cairo and it has no artifacts. -- With best regards, Vladimir. --zYM0uCDKw75PZbzx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Makefile.patch" --- Makefile.orig 2013-09-17 14:43:14.707099847 +0400 +++ Makefile 2013-09-17 14:44:48.145950023 +0400 @@ -15,7 +15,6 @@ nss>=3.15:${PORTSDIR}/security/nss \ sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip USE_AUTOTOOLS= autoconf213:env @@ -42,6 +41,7 @@ FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-application=browser \ + --disable-system-cairo \ --enable-official-branding OPTIONS_DEFINE= WEBRTC --zYM0uCDKw75PZbzx-- From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 17:41:32 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D2BF8A2 for ; Tue, 17 Sep 2013 17:41:32 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7441D2654 for ; Tue, 17 Sep 2013 17:41:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8HHfSKl044440 for ; Tue, 17 Sep 2013 17:41:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8HHfNja042685 for freebsd-gecko@freebsd.org; Tue, 17 Sep 2013 17:41:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 17 Sep 2013 17:41:23 GMT Message-Id: <201309171741.r8HHfNja042685@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1358 - in trunk: Mk mail/thunderbird-i18n www/firefox-esr www/firefox-esr-i18n www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Sep 2013 17:41:32 -0000 Author: flo Date: Tue Sep 17 17:41:23 2013 New Revision: 1358 Log: - merge r327464 from ports - update - add PKGNAMESUFFIX and remove LATEST_LINK from www/firefox-esr-i18n Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/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/seamonkey-i18n/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/Mk/bsd.gecko.mk Tue Sep 17 17:41:23 2013 (r1358) @@ -77,7 +77,7 @@ _GECKO_ALL= libxul -libxul_PLIST= libxul>=17 +libxul_PLIST= libxul>=24 .for gecko in ${_GECKO_ALL} ${gecko}_PORTSDIR?= www @@ -176,7 +176,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 17+ 23+ 17 23+ +# Available values: yes 17+ 24+ 17 24+ # NOTE: # default value 17 is used in case of USE_FIREFOX=yes # @@ -187,9 +187,9 @@ # 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 20+ 20 +# Available values: yes 21+ 21 # NOTE: -# default value 20 is used in case of USE_SEAMONKEY=yes +# default value 21 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -198,9 +198,9 @@ # 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 17+ 17 +# Available values: yes 24+ 24 # NOTE: -# default value 17 is used in case of USE_THUNDERBIRD=yes +# default value 24 is used in case of USE_THUNDERBIRD=yes # # USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD @@ -218,11 +218,11 @@ .endif _FIREFOX_DEFAULT_VERSION= 17 -_FIREFOX_VERSIONS= 17 23 -_FIREFOX_RANGE_VERSIONS= 17+ 23+ +_FIREFOX_VERSIONS= 17 24 +_FIREFOX_RANGE_VERSIONS= 17+ 24+ # For specifying [17, ..]+ -_FIREFOX_23P= 23 ${_FIREFOX_17P} +_FIREFOX_24P= 24 ${_FIREFOX_17P} _FIREFOX_17P= 17 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -269,7 +269,7 @@ # Dependence lines for different Firefox versions 17_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -23_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +24_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -291,12 +291,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 20 -_SEAMONKEY_VERSIONS= 20 -_SEAMONKEY_RANGE_VERSIONS= 20+ +_SEAMONKEY_DEFAULT_VERSION= 21 +_SEAMONKEY_VERSIONS= 21 +_SEAMONKEY_RANGE_VERSIONS= 21+ -# For specifying [20, ..]+ -_SEAMONKEY_20P= 20 +# For specifying [21, ..]+ +_SEAMONKEY_21P= 21 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -338,7 +338,7 @@ .endif # Dependence lines for different SeaMonkey versions -20_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +21_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) @@ -360,12 +360,12 @@ _THUNDERBIRD_BUILD_DEPENDS= yes .endif -_THUNDERBIRD_DEFAULT_VERSION= 17 -_THUNDERBIRD_VERSIONS= 17 -_THUNDERBIRD_RANGE_VERSIONS= 17+ +_THUNDERBIRD_DEFAULT_VERSION= 24 +_THUNDERBIRD_VERSIONS= 24 +_THUNDERBIRD_RANGE_VERSIONS= 24+ -# For specifying [17, ..]+ -_THUNDERBIRD_17P= 17 +# For specifying [24, ..]+ +_THUNDERBIRD_24P= 24 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -409,7 +409,7 @@ .endif # Dependence lines for different Thunderbird versions -17_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +24_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird # Add dependencies .if defined(USE_THUNDERBIRD) @@ -502,8 +502,8 @@ MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES+= gmake iconv pkgconfig -USE_PERL5_BUILD=yes +USES+= gmake iconv perl5 pkgconfig +USE_PERL5= build USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/mail/thunderbird-i18n/Makefile Tue Sep 17 17:41:23 2013 (r1358) @@ -2,9 +2,9 @@ # $FreeBSD: head/mail/thunderbird-i18n/Makefile 315079 2013-03-23 20:20:22Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0.8 +PORTVERSION= 24.0 CATEGORIES= mail -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/mail/thunderbird-i18n/distinfo Tue Sep 17 17:41:23 2013 (r1358) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0.8/ar.xpi) = 06aa4989dafac30777a9f1733372038bf27ea6ebe2689bbfb1f32ee84bbce570 -SIZE (xpi/thunderbird-i18n-17.0.8/ar.xpi) = 445976 -SHA256 (xpi/thunderbird-i18n-17.0.8/br.xpi) = 7cec403004e5dfa547452aa3885d6a30711eebfdbeb708897e3be58eb95f038a -SIZE (xpi/thunderbird-i18n-17.0.8/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0.8/ca.xpi) = 9608970325c28c29e63c6db0c841c84588ec6af39ddbbbc305e18188b2591628 -SIZE (xpi/thunderbird-i18n-17.0.8/ca.xpi) = 418406 -SHA256 (xpi/thunderbird-i18n-17.0.8/cs.xpi) = 4e530ad1281db4f52484ff15d117c49b4204ad6e9c743452d72acb6ee716ae03 -SIZE (xpi/thunderbird-i18n-17.0.8/cs.xpi) = 420626 -SHA256 (xpi/thunderbird-i18n-17.0.8/da.xpi) = cbf06bd93d1244f07974176e13802bd1bf6a81783de6ef598be3011104e60d6a -SIZE (xpi/thunderbird-i18n-17.0.8/da.xpi) = 398980 -SHA256 (xpi/thunderbird-i18n-17.0.8/de.xpi) = 49e0a19e794d4c3a12d8cee63fd6818583ea3b1c61cd604c62445d6217a8e3a2 -SIZE (xpi/thunderbird-i18n-17.0.8/de.xpi) = 393631 -SHA256 (xpi/thunderbird-i18n-17.0.8/en-GB.xpi) = ff7de06053de1ba904d3020d0706a0f8951127c307ab3c620b580ae72273243f -SIZE (xpi/thunderbird-i18n-17.0.8/en-GB.xpi) = 390693 -SHA256 (xpi/thunderbird-i18n-17.0.8/en-US.xpi) = f28070ed90bb00befe74dda876194773ff334b16a1eb738847e3a41f5ba58617 -SIZE (xpi/thunderbird-i18n-17.0.8/en-US.xpi) = 390779 -SHA256 (xpi/thunderbird-i18n-17.0.8/es-AR.xpi) = 4976d3892ba2051a5182ab605c6ef9b2d2394cb6474af689fb7c96083070b643 -SIZE (xpi/thunderbird-i18n-17.0.8/es-AR.xpi) = 415498 -SHA256 (xpi/thunderbird-i18n-17.0.8/es-ES.xpi) = 7d0c65387f0d429eaf0f1a9e9cf96a1614378cf4f2c34c4db2fda3981fe777ac -SIZE (xpi/thunderbird-i18n-17.0.8/es-ES.xpi) = 356860 -SHA256 (xpi/thunderbird-i18n-17.0.8/et.xpi) = fe6475d3fd4e025e4fd907389d522fce86fd9674f32b5f63d9b636503499ce18 -SIZE (xpi/thunderbird-i18n-17.0.8/et.xpi) = 411891 -SHA256 (xpi/thunderbird-i18n-17.0.8/eu.xpi) = f3f2be6e12a2fcad30233c45a700c72ae202802b430b7ba8b2b51c8b7f644f19 -SIZE (xpi/thunderbird-i18n-17.0.8/eu.xpi) = 407189 -SHA256 (xpi/thunderbird-i18n-17.0.8/fi.xpi) = 7a83de772a2b98927835d38a01bb7304149cf5958aff858d1120380f0c1f04b1 -SIZE (xpi/thunderbird-i18n-17.0.8/fi.xpi) = 413619 -SHA256 (xpi/thunderbird-i18n-17.0.8/fr.xpi) = f5b43059ea2e3b3f08087b040abfa0f04f3c51b865fc99b6095f953a14690cb6 -SIZE (xpi/thunderbird-i18n-17.0.8/fr.xpi) = 420825 -SHA256 (xpi/thunderbird-i18n-17.0.8/fy-NL.xpi) = ebc9b148fb7cd63b0225ce3bd6c1da1ff1ba88627fd9c0cb96d86c2618596217 -SIZE (xpi/thunderbird-i18n-17.0.8/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0.8/ga-IE.xpi) = 095fe84c70d846aeb77ad9dcaf9a2c25096166e2594f85d52af3050ddcbef2ed -SIZE (xpi/thunderbird-i18n-17.0.8/ga-IE.xpi) = 425394 -SHA256 (xpi/thunderbird-i18n-17.0.8/gd.xpi) = c88bb185f2e863a1114d23d31172ea1aab3a9b4856a6f2c0b4d7fe834af07f50 -SIZE (xpi/thunderbird-i18n-17.0.8/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0.8/gl.xpi) = e1f1e1745f635eb3a58a32fa466ca96ac913ff8ffc81c31b904ebfd843be21cb -SIZE (xpi/thunderbird-i18n-17.0.8/gl.xpi) = 410369 -SHA256 (xpi/thunderbird-i18n-17.0.8/he.xpi) = 2e095d156027034db8c7d9ed44a23dade5f872651aed611df3428c05c7a9261d -SIZE (xpi/thunderbird-i18n-17.0.8/he.xpi) = 439503 -SHA256 (xpi/thunderbird-i18n-17.0.8/hu.xpi) = 959666ffb50493b56db8832a4a4910e8f2839a248b0fe9da30b802fd197f0884 -SIZE (xpi/thunderbird-i18n-17.0.8/hu.xpi) = 433186 -SHA256 (xpi/thunderbird-i18n-17.0.8/is.xpi) = 09bd200fc261a525c42d66451fcd14fd1db4d1e4549d300683e88fb3d9dc6f97 -SIZE (xpi/thunderbird-i18n-17.0.8/is.xpi) = 414067 -SHA256 (xpi/thunderbird-i18n-17.0.8/it.xpi) = 591612ff988180ed4c654b800106d66c318543322d6f64170189abf9244ed6d6 -SIZE (xpi/thunderbird-i18n-17.0.8/it.xpi) = 348620 -SHA256 (xpi/thunderbird-i18n-17.0.8/ja.xpi) = 70bfb44ed2eedf8adb52eec63597fd4c75e0c71ac5616b2a1596132016ca9484 -SIZE (xpi/thunderbird-i18n-17.0.8/ja.xpi) = 463487 -SHA256 (xpi/thunderbird-i18n-17.0.8/ko.xpi) = 39972768c671f80dcb679947b4e4e205effad1006a887a871571efac8d74bff5 -SIZE (xpi/thunderbird-i18n-17.0.8/ko.xpi) = 412963 -SHA256 (xpi/thunderbird-i18n-17.0.8/lt.xpi) = 72aa8c347afc860e47242382e790f991e522d3185d1dcc7b0996118db9885dfd -SIZE (xpi/thunderbird-i18n-17.0.8/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0.8/nb-NO.xpi) = 56a06fca489f0d3f001884d2c5d700869f78ab90ca99f4953249db68e7337bae -SIZE (xpi/thunderbird-i18n-17.0.8/nb-NO.xpi) = 408518 -SHA256 (xpi/thunderbird-i18n-17.0.8/nl.xpi) = 0fb6c31b37d4a80044dede14d66c2e6c1d324cfd636da8cb48e6404d57bf8c09 -SIZE (xpi/thunderbird-i18n-17.0.8/nl.xpi) = 408526 -SHA256 (xpi/thunderbird-i18n-17.0.8/nn-NO.xpi) = fd94eea4d179135ba0603f1b1e73234b1de0ffec9d1c20e4226536fbb8a3efaa -SIZE (xpi/thunderbird-i18n-17.0.8/nn-NO.xpi) = 431471 -SHA256 (xpi/thunderbird-i18n-17.0.8/pl.xpi) = e556ddf3ff2c4bc426f527bbc8f4ad0a9a2aedc4a9ed97e6de63aa0b0f9e8c8d -SIZE (xpi/thunderbird-i18n-17.0.8/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0.8/pt-BR.xpi) = 204e3aacb4afae9dddd554fc7f3d422ca5ee14ba3611d49ca0143114da91f640 -SIZE (xpi/thunderbird-i18n-17.0.8/pt-BR.xpi) = 415777 -SHA256 (xpi/thunderbird-i18n-17.0.8/pt-PT.xpi) = e7f49b3552060eaa264ae80bd8f80342b875810e3c968e1b5e78713035696c27 -SIZE (xpi/thunderbird-i18n-17.0.8/pt-PT.xpi) = 445753 -SHA256 (xpi/thunderbird-i18n-17.0.8/rm.xpi) = 2effe0850bdf4fe6c3155a812e47ef2016b0eaf50f437e899861878cd1187b4f -SIZE (xpi/thunderbird-i18n-17.0.8/rm.xpi) = 415530 -SHA256 (xpi/thunderbird-i18n-17.0.8/ru.xpi) = 9a9d855d12c59c975a293ca0c3fb9345c51b2108ab24c3b4863fe8d310d14405 -SIZE (xpi/thunderbird-i18n-17.0.8/ru.xpi) = 415707 -SHA256 (xpi/thunderbird-i18n-17.0.8/si.xpi) = 7c4554283aafae7ecbdd7736f46e4ae6d8f3fdd53590b5c94a9dcfa749e00460 -SIZE (xpi/thunderbird-i18n-17.0.8/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0.8/sk.xpi) = 541f4b02312b5e8eec972067e0eca91b76f8d1be75767220813efb2a8e351cd9 -SIZE (xpi/thunderbird-i18n-17.0.8/sk.xpi) = 429755 -SHA256 (xpi/thunderbird-i18n-17.0.8/sl.xpi) = c86f305935aaa443cb3eca302595d401655a3e90dcb3b6b1270de5d9be7ba74a -SIZE (xpi/thunderbird-i18n-17.0.8/sl.xpi) = 442095 -SHA256 (xpi/thunderbird-i18n-17.0.8/sq.xpi) = a3b6a6dcc81f4a780faa55f9cc7f43030bef80cb2f754d24077cb45ef80f9d51 -SIZE (xpi/thunderbird-i18n-17.0.8/sq.xpi) = 418779 -SHA256 (xpi/thunderbird-i18n-17.0.8/sv-SE.xpi) = 3758e651c99db3325703508d73010d7ca97e1904117ddc29a1132fa168a44e50 -SIZE (xpi/thunderbird-i18n-17.0.8/sv-SE.xpi) = 413217 -SHA256 (xpi/thunderbird-i18n-17.0.8/ta-LK.xpi) = e7e06c7ab1538571b0f71083230cd3d72d6cc2cd16e88268667e5239481a7941 -SIZE (xpi/thunderbird-i18n-17.0.8/ta-LK.xpi) = 517912 -SHA256 (xpi/thunderbird-i18n-17.0.8/tr.xpi) = 5f17ce575f00a08c5abd6536856469d388e9797195e7dadf20e1b3d980e10b91 -SIZE (xpi/thunderbird-i18n-17.0.8/tr.xpi) = 444944 -SHA256 (xpi/thunderbird-i18n-17.0.8/uk.xpi) = 77ea7dcee6ea87dafcf0ea49800c6a4318188ddc9906fca7f57b2e942e238389 -SIZE (xpi/thunderbird-i18n-17.0.8/uk.xpi) = 471142 -SHA256 (xpi/thunderbird-i18n-17.0.8/zh-TW.xpi) = bdda98eaebcd1c8104100002ef1c25db939039e533646f74ffd72b8faf381b10 -SIZE (xpi/thunderbird-i18n-17.0.8/zh-TW.xpi) = 437590 +SHA256 (xpi/thunderbird-i18n-24.0/ar.xpi) = 6e74a6ccb7554a3044df3ea099761f892028748e8441bbdd6f001a4bca5b54d2 +SIZE (xpi/thunderbird-i18n-24.0/ar.xpi) = 457861 +SHA256 (xpi/thunderbird-i18n-24.0/br.xpi) = d93eb0d12d1096ab6cf5876cd49bb2c1803fe868ace230e6cb1f780138202321 +SIZE (xpi/thunderbird-i18n-24.0/br.xpi) = 427679 +SHA256 (xpi/thunderbird-i18n-24.0/ca.xpi) = 51204a0b11204898d9fd5988b93b03834ac641e866d6a61562808ebb5129b5b1 +SIZE (xpi/thunderbird-i18n-24.0/ca.xpi) = 429745 +SHA256 (xpi/thunderbird-i18n-24.0/cs.xpi) = bcb13058eb336687fc88acc448403148575acb42e5b3fa95f8560b030e7f50b9 +SIZE (xpi/thunderbird-i18n-24.0/cs.xpi) = 431475 +SHA256 (xpi/thunderbird-i18n-24.0/da.xpi) = 9e00b6b4a355fac44fccbef39383fa7b87e21403a442e5f7f7f26b22bb4ea531 +SIZE (xpi/thunderbird-i18n-24.0/da.xpi) = 409625 +SHA256 (xpi/thunderbird-i18n-24.0/de.xpi) = ced0f7f53902ed68308f07fbdc006435f07390ca106e9380df90ec692d4931f3 +SIZE (xpi/thunderbird-i18n-24.0/de.xpi) = 408673 +SHA256 (xpi/thunderbird-i18n-24.0/en-GB.xpi) = d7a4e0064220a2c2b20b923038c04e5d0bb9601cea20f95062800cac4007e450 +SIZE (xpi/thunderbird-i18n-24.0/en-GB.xpi) = 400962 +SHA256 (xpi/thunderbird-i18n-24.0/en-US.xpi) = 30e6b0050d0e6a10ebc9cb094143df30325e10b8fea01a90b3a2d4adc697be09 +SIZE (xpi/thunderbird-i18n-24.0/en-US.xpi) = 402143 +SHA256 (xpi/thunderbird-i18n-24.0/es-AR.xpi) = 26ef7475af9e1e5f24486a863d1e5ce2b33be101554681405caeee7b5502918b +SIZE (xpi/thunderbird-i18n-24.0/es-AR.xpi) = 425656 +SHA256 (xpi/thunderbird-i18n-24.0/es-ES.xpi) = 54162b01cf30faf33fa5e7201e8450e86c516bc73225bfc715db074a05cb977e +SIZE (xpi/thunderbird-i18n-24.0/es-ES.xpi) = 366307 +SHA256 (xpi/thunderbird-i18n-24.0/et.xpi) = 8f25031f7f968b07029c81149272cf0f5ce1e72bb7945a078911d76d5b4595ff +SIZE (xpi/thunderbird-i18n-24.0/et.xpi) = 422892 +SHA256 (xpi/thunderbird-i18n-24.0/eu.xpi) = fde5a4fd691b0d2b5d88158c867f5afc559190cb9b4398e80c2160ba882eaa72 +SIZE (xpi/thunderbird-i18n-24.0/eu.xpi) = 418495 +SHA256 (xpi/thunderbird-i18n-24.0/fi.xpi) = ac943ecb5dbdee837c4d488771b265ad5b95caca5fb78b52d2e4b2927da6f7db +SIZE (xpi/thunderbird-i18n-24.0/fi.xpi) = 424264 +SHA256 (xpi/thunderbird-i18n-24.0/fr.xpi) = 29ab3aa7245390df7daa06adefbd21901d0cd0feedbada0ef6bfddbe7c2a1b3d +SIZE (xpi/thunderbird-i18n-24.0/fr.xpi) = 431288 +SHA256 (xpi/thunderbird-i18n-24.0/fy-NL.xpi) = b06e11f3258446b2bb0ebd2107cc4e9d898331abd83b2ef98c9515703280ad19 +SIZE (xpi/thunderbird-i18n-24.0/fy-NL.xpi) = 426097 +SHA256 (xpi/thunderbird-i18n-24.0/ga-IE.xpi) = ee5814995fd15ce793c40cd9b5a1373e53c062ab1d48bd5462dd00a40502de9c +SIZE (xpi/thunderbird-i18n-24.0/ga-IE.xpi) = 437113 +SHA256 (xpi/thunderbird-i18n-24.0/gd.xpi) = 0216577662f777e651fc4d811c02f1a230ab580d6a205e4035b227f772d39e41 +SIZE (xpi/thunderbird-i18n-24.0/gd.xpi) = 440091 +SHA256 (xpi/thunderbird-i18n-24.0/gl.xpi) = f2534c5c4dab6e95789b4eec759429dd450fbeaa7ac68126319e4eb65f1e13d8 +SIZE (xpi/thunderbird-i18n-24.0/gl.xpi) = 427541 +SHA256 (xpi/thunderbird-i18n-24.0/he.xpi) = 080ffd99b20800b2c798cfb8891d56e64908745af439b0fe4653cc28120c90d9 +SIZE (xpi/thunderbird-i18n-24.0/he.xpi) = 457064 +SHA256 (xpi/thunderbird-i18n-24.0/hu.xpi) = 9d14de0cefcf099f12a767a5703e2687c805713e1e5489931c2c29295bf2f514 +SIZE (xpi/thunderbird-i18n-24.0/hu.xpi) = 441511 +SHA256 (xpi/thunderbird-i18n-24.0/is.xpi) = ed00dade105c0656f5dd51d027f18ac902d24a5073988c339401a6f443e5d062 +SIZE (xpi/thunderbird-i18n-24.0/is.xpi) = 425710 +SHA256 (xpi/thunderbird-i18n-24.0/it.xpi) = 51767e8fb90a46432862e24de5bfd34ec8cda786859f6b3d9e1a08d2fa0256e2 +SIZE (xpi/thunderbird-i18n-24.0/it.xpi) = 357932 +SHA256 (xpi/thunderbird-i18n-24.0/ja.xpi) = cf3332bd773a119fabc993cef4a56f1e0235d4f881deb7437025404e2a7fba3b +SIZE (xpi/thunderbird-i18n-24.0/ja.xpi) = 475558 +SHA256 (xpi/thunderbird-i18n-24.0/ko.xpi) = 420b7ae6ce2b01b8e5458f3c4c89c9b425aabb8307487f7a37111ddb2c10b547 +SIZE (xpi/thunderbird-i18n-24.0/ko.xpi) = 428069 +SHA256 (xpi/thunderbird-i18n-24.0/lt.xpi) = 39102843525cae3a387fadb7f705d6c67b3a64bd0ca0aed9ade34ae261c536bc +SIZE (xpi/thunderbird-i18n-24.0/lt.xpi) = 443259 +SHA256 (xpi/thunderbird-i18n-24.0/nb-NO.xpi) = 05f337bfecef422add4442566c549af97c803b779ce09eeebe60868e58a5e7da +SIZE (xpi/thunderbird-i18n-24.0/nb-NO.xpi) = 418921 +SHA256 (xpi/thunderbird-i18n-24.0/nl.xpi) = e9025ece687f11db08b7d8b1ebc45a1a4ee4d4b99277a3fd047af7f54e21a20d +SIZE (xpi/thunderbird-i18n-24.0/nl.xpi) = 418763 +SHA256 (xpi/thunderbird-i18n-24.0/nn-NO.xpi) = 0e8e2d44b6c0fa3023ac6ab1eeddc77dbd2d0577e915eaa7520ed154f89b1ce2 +SIZE (xpi/thunderbird-i18n-24.0/nn-NO.xpi) = 421133 +SHA256 (xpi/thunderbird-i18n-24.0/pl.xpi) = f23f0dd3a8c5a066ac413a64700a15155e674b64e8d10be031a0a632410f1b25 +SIZE (xpi/thunderbird-i18n-24.0/pl.xpi) = 401751 +SHA256 (xpi/thunderbird-i18n-24.0/pt-BR.xpi) = 8230c94b5d999b9dfc2492b5e322615893763d31881e67f87c931f5d2bf1251c +SIZE (xpi/thunderbird-i18n-24.0/pt-BR.xpi) = 430907 +SHA256 (xpi/thunderbird-i18n-24.0/pt-PT.xpi) = f95d600c78e5b80f9bceaf70b47af007be292c6c699c2d6b7391c01a8d4ea56c +SIZE (xpi/thunderbird-i18n-24.0/pt-PT.xpi) = 425024 +SHA256 (xpi/thunderbird-i18n-24.0/rm.xpi) = 07de2de69ffe373dc4328968cc5732526952b4611816372093b4ef384c6d689f +SIZE (xpi/thunderbird-i18n-24.0/rm.xpi) = 432383 +SHA256 (xpi/thunderbird-i18n-24.0/ru.xpi) = 4e552902034381abb9823648a4f43f6923b4c2d1f0c17a306094238ce1a74e2b +SIZE (xpi/thunderbird-i18n-24.0/ru.xpi) = 425097 +SHA256 (xpi/thunderbird-i18n-24.0/si.xpi) = 92a93c4ac2e6c1407a86f478d0092e7c5ede6d6b51ae1a9d5fad116f57ec57b4 +SIZE (xpi/thunderbird-i18n-24.0/si.xpi) = 511166 +SHA256 (xpi/thunderbird-i18n-24.0/sk.xpi) = 73619d1dc30e824ef3416975871e3ad0624f7523da5be4eb40beb3d1121bc018 +SIZE (xpi/thunderbird-i18n-24.0/sk.xpi) = 440105 +SHA256 (xpi/thunderbird-i18n-24.0/sl.xpi) = 4c662abae741f474f08cda52ba82a465d24f730845a67d7cbac0ab278801b92f +SIZE (xpi/thunderbird-i18n-24.0/sl.xpi) = 421705 +SHA256 (xpi/thunderbird-i18n-24.0/sq.xpi) = d3356e40709d5ac8299f163737d537f7fbb7ea1942a64faa2b34d4dcaae7a2b2 +SIZE (xpi/thunderbird-i18n-24.0/sq.xpi) = 435214 +SHA256 (xpi/thunderbird-i18n-24.0/sv-SE.xpi) = e91988e86316d0b6a4fc660f17ab9efb3141d293453adbf63dd81978bf488eaa +SIZE (xpi/thunderbird-i18n-24.0/sv-SE.xpi) = 423814 +SHA256 (xpi/thunderbird-i18n-24.0/ta-LK.xpi) = d1d7ba9affb29e8afd8fca1261313c3f14c414086e30754e4c3da2bef4962ab6 +SIZE (xpi/thunderbird-i18n-24.0/ta-LK.xpi) = 534922 +SHA256 (xpi/thunderbird-i18n-24.0/tr.xpi) = d1ff4e9bbd39d37d9b2c80f05a8df011ac64a3c24c090526822ca2965e3aceab +SIZE (xpi/thunderbird-i18n-24.0/tr.xpi) = 438066 +SHA256 (xpi/thunderbird-i18n-24.0/uk.xpi) = 8d4c56288be58f392436b8f123aa8696bf81d8f6712fbebe95659659cf1a307f +SIZE (xpi/thunderbird-i18n-24.0/uk.xpi) = 480948 +SHA256 (xpi/thunderbird-i18n-24.0/zh-TW.xpi) = a0c8877af5dfd9b7b3add1626e3fa01ddaac7b7648fbc1dbd23eb1f0660da537 +SIZE (xpi/thunderbird-i18n-24.0/zh-TW.xpi) = 450000 Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/www/firefox-esr-i18n/Makefile Tue Sep 17 17:41:23 2013 (r1358) @@ -1,11 +1,12 @@ # Created by: Andrew Pantyukhin # $FreeBSD: head/www/firefox-esr-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ -PORTNAME= firefox-i18n -PORTVERSION= 17.0.8 +PORTNAME= firefox +PORTVERSION= 17.0.9 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= +PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -16,7 +17,6 @@ USE_FIREFOX= 17 USE_XPI= firefox linux-firefox -LATEST_LINK= firefox-esr-i18n USE_SUBMAKE= yes Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/www/firefox-esr-i18n/distinfo Tue Sep 17 17:41:23 2013 (r1358) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-17.0.8/af.xpi) = b230ec6216b66cd4ebb562f6dba8d7d83450e24cd9fcee8f935984ba18af8101 -SIZE (xpi/firefox-i18n-17.0.8/af.xpi) = 281145 -SHA256 (xpi/firefox-i18n-17.0.8/ak.xpi) = ad19c1528c0655919be353b9cdd48341783b74ab7a5f3164492b986d4c656e86 -SIZE (xpi/firefox-i18n-17.0.8/ak.xpi) = 282976 -SHA256 (xpi/firefox-i18n-17.0.8/ar.xpi) = d231ff048e817b50c2f70934b7f4ad166b3a90098a0b6d64ba99eda9823342cd -SIZE (xpi/firefox-i18n-17.0.8/ar.xpi) = 311506 -SHA256 (xpi/firefox-i18n-17.0.8/ast.xpi) = 30415f6d08bf4371ce81ebe4be53a15e10f4481e08fab8af684b7d61401f784a -SIZE (xpi/firefox-i18n-17.0.8/ast.xpi) = 264122 -SHA256 (xpi/firefox-i18n-17.0.8/be.xpi) = 9a82182e59950ed11f867e6595f3ba17d1cb695196eeb51b30e76215852aa4da -SIZE (xpi/firefox-i18n-17.0.8/be.xpi) = 273411 -SHA256 (xpi/firefox-i18n-17.0.8/bg.xpi) = 4e6de543f17f626092badac19cb2025951f414592b4cecfd958fd0cf38a35ee6 -SIZE (xpi/firefox-i18n-17.0.8/bg.xpi) = 327260 -SHA256 (xpi/firefox-i18n-17.0.8/bn-BD.xpi) = e441286a34f177c757209447191b4b0e03cd1f2a9913aad8037b93136e8709c8 -SIZE (xpi/firefox-i18n-17.0.8/bn-BD.xpi) = 339303 -SHA256 (xpi/firefox-i18n-17.0.8/bn-IN.xpi) = d7e1858997060d73dc0636d96a42c6c5225995cd3517a6bf99b31c19a8d93408 -SIZE (xpi/firefox-i18n-17.0.8/bn-IN.xpi) = 373020 -SHA256 (xpi/firefox-i18n-17.0.8/br.xpi) = dc76c59ee7ea381ebba96d751ab1c13e61ece1621a9ab0ba1bab1ac762d6bc08 -SIZE (xpi/firefox-i18n-17.0.8/br.xpi) = 291582 -SHA256 (xpi/firefox-i18n-17.0.8/bs.xpi) = cd017af4a9bfd7b1d83bf6963b33c3f8297c0c52ce2c4b114f0022cc6ed275a8 -SIZE (xpi/firefox-i18n-17.0.8/bs.xpi) = 292222 -SHA256 (xpi/firefox-i18n-17.0.8/ca.xpi) = 466e188e66115d29d7e58d59243c9bfc40b0a65d001e04565a93b9d8e405db32 -SIZE (xpi/firefox-i18n-17.0.8/ca.xpi) = 293531 -SHA256 (xpi/firefox-i18n-17.0.8/cs.xpi) = 812cb191176fde28282e97ab788279b06d89b10ca1fff216f87338057774db6f -SIZE (xpi/firefox-i18n-17.0.8/cs.xpi) = 294132 -SHA256 (xpi/firefox-i18n-17.0.8/cy.xpi) = 63b256f0adc1106f3284b46844409d81a7aed6c8247783e01e80578ab198486c -SIZE (xpi/firefox-i18n-17.0.8/cy.xpi) = 284867 -SHA256 (xpi/firefox-i18n-17.0.8/da.xpi) = 051443a3f523907feea4a28f5b33642f0255561223ed0239a9ad16ea1825bfa7 -SIZE (xpi/firefox-i18n-17.0.8/da.xpi) = 282668 -SHA256 (xpi/firefox-i18n-17.0.8/de.xpi) = 91ace69f197ea68091cb1ffaf0f02b6f26786c2f057c002ce7a37664f32283ec -SIZE (xpi/firefox-i18n-17.0.8/de.xpi) = 270383 -SHA256 (xpi/firefox-i18n-17.0.8/el.xpi) = 468f0d3c3a7df86fc5797c7153f87fbee0e19909e57a2fe5da5585dbd2779980 -SIZE (xpi/firefox-i18n-17.0.8/el.xpi) = 311652 -SHA256 (xpi/firefox-i18n-17.0.8/en-GB.xpi) = 416064538e1bc74c5489e7d4dbddcf334d8a6c7284a6f17066388a68bcbb4fac -SIZE (xpi/firefox-i18n-17.0.8/en-GB.xpi) = 272103 -SHA256 (xpi/firefox-i18n-17.0.8/en-US.xpi) = 82fa43a711d466ae618212e720718e0480dde2f63319b985b0bce673415a58da -SIZE (xpi/firefox-i18n-17.0.8/en-US.xpi) = 272155 -SHA256 (xpi/firefox-i18n-17.0.8/en-ZA.xpi) = adcda2ac9ea782d84faad11e138dc71b60558f2ab1cce71e80b9081bb0fb00f0 -SIZE (xpi/firefox-i18n-17.0.8/en-ZA.xpi) = 272934 -SHA256 (xpi/firefox-i18n-17.0.8/eo.xpi) = 3c1cdc4caef2e5c670b271d2ef7eb704256db883083b58ac0697deffe8ce708f -SIZE (xpi/firefox-i18n-17.0.8/eo.xpi) = 284799 -SHA256 (xpi/firefox-i18n-17.0.8/es-AR.xpi) = 254e8cdf8c06e180578b2d9f353fbb64c0825560bd0bf882fb42f7f8c03e5072 -SIZE (xpi/firefox-i18n-17.0.8/es-AR.xpi) = 289238 -SHA256 (xpi/firefox-i18n-17.0.8/es-CL.xpi) = 3334e3a1c783235be7d48a30fa79476030eccebda6ccf0034eaa7d85a53d3eec -SIZE (xpi/firefox-i18n-17.0.8/es-CL.xpi) = 296877 -SHA256 (xpi/firefox-i18n-17.0.8/es-ES.xpi) = 03a4d82e6e104329b78d6fde6285b1d0f274ac1dc62e3139a1a44121e2e4824c -SIZE (xpi/firefox-i18n-17.0.8/es-ES.xpi) = 242184 -SHA256 (xpi/firefox-i18n-17.0.8/es-MX.xpi) = ea49b40abcc36a4a32fae739e39b1700bf172b5dddc14919592bbd1b6e1db3a5 -SIZE (xpi/firefox-i18n-17.0.8/es-MX.xpi) = 247970 -SHA256 (xpi/firefox-i18n-17.0.8/et.xpi) = f8b40208cecbe5423e072f0063f43d85358f47c2535e837b0c3ca8258ec71cfb -SIZE (xpi/firefox-i18n-17.0.8/et.xpi) = 284693 -SHA256 (xpi/firefox-i18n-17.0.8/eu.xpi) = 08b98652a8523d6c7db09d8450f25136d778f9917b26192672d454d5c1e6c752 -SIZE (xpi/firefox-i18n-17.0.8/eu.xpi) = 284226 -SHA256 (xpi/firefox-i18n-17.0.8/fa.xpi) = 8fa06ed42c935fc4032a7ecf3efcf9a4604bcea06239546c3ff0e28fcbf4406c -SIZE (xpi/firefox-i18n-17.0.8/fa.xpi) = 323996 -SHA256 (xpi/firefox-i18n-17.0.8/fi.xpi) = 8e32ca2ec68e8b405d4eb06d6e1fc7b81e3a8368241da71e979cf98d026b5eb0 -SIZE (xpi/firefox-i18n-17.0.8/fi.xpi) = 288654 -SHA256 (xpi/firefox-i18n-17.0.8/fr.xpi) = d94d3dc443433ccf773165eb190d953efa41b52a893a0784868749c953d4f3d1 -SIZE (xpi/firefox-i18n-17.0.8/fr.xpi) = 293361 -SHA256 (xpi/firefox-i18n-17.0.8/fy-NL.xpi) = bd2ed697ed7a6962d57a46e1bfa91dad09ee2e2afd72246699a87270cd09d4c4 -SIZE (xpi/firefox-i18n-17.0.8/fy-NL.xpi) = 289689 -SHA256 (xpi/firefox-i18n-17.0.8/ga-IE.xpi) = 4061b160586f9e7cb298e39f96ddeae64e1e6b37dc8b5955e01dff4f78a9d920 -SIZE (xpi/firefox-i18n-17.0.8/ga-IE.xpi) = 296975 -SHA256 (xpi/firefox-i18n-17.0.8/gl.xpi) = 59c1888ffd571ed199bb921bd82c2810eed8d1fee2e0057e2da463beab48b603 -SIZE (xpi/firefox-i18n-17.0.8/gl.xpi) = 286996 -SHA256 (xpi/firefox-i18n-17.0.8/gu-IN.xpi) = b8b78e370e75b8de1211cf0d0d88fb56efb77b5aa79f56e17d0142f93d795328 -SIZE (xpi/firefox-i18n-17.0.8/gu-IN.xpi) = 319479 -SHA256 (xpi/firefox-i18n-17.0.8/he.xpi) = d3aa3790c1c0023ec3a306d38227401a0c76ebd2480ad5a1a366ea9ac37696e0 -SIZE (xpi/firefox-i18n-17.0.8/he.xpi) = 301481 -SHA256 (xpi/firefox-i18n-17.0.8/hi-IN.xpi) = 6caad9514b2ab45b6e7fc6ee5a146a6735c9e74f80fa4d8ae9de19215644c5c4 -SIZE (xpi/firefox-i18n-17.0.8/hi-IN.xpi) = 330863 -SHA256 (xpi/firefox-i18n-17.0.8/hr.xpi) = 336a9fa402e16201c699a3ac2f3f61d3a8ce8e77286c21ae92ea6ca4ab7a02c6 -SIZE (xpi/firefox-i18n-17.0.8/hr.xpi) = 287939 -SHA256 (xpi/firefox-i18n-17.0.8/hu.xpi) = 588d58f50d75680a371d139f8ff5bcf85d1c747c1ce5ea68fa005548df515562 -SIZE (xpi/firefox-i18n-17.0.8/hu.xpi) = 303043 -SHA256 (xpi/firefox-i18n-17.0.8/hy-AM.xpi) = 22037ccc6a0088f8410ede7c81d12d6c0fdb1074f28c9a1a22e681d580196edd -SIZE (xpi/firefox-i18n-17.0.8/hy-AM.xpi) = 328202 -SHA256 (xpi/firefox-i18n-17.0.8/id.xpi) = 773894853aa09990d2b9d37b7882d2dc3278828886f9b85597baa69c5347889f -SIZE (xpi/firefox-i18n-17.0.8/id.xpi) = 283725 -SHA256 (xpi/firefox-i18n-17.0.8/is.xpi) = 1341dc8eee9a07d1061f3beff8ea746be36ae9f1336aac915290d286b6b1ea25 -SIZE (xpi/firefox-i18n-17.0.8/is.xpi) = 284907 -SHA256 (xpi/firefox-i18n-17.0.8/it.xpi) = ddfaabc26f18f2881afda0d9b62d1b42cd7b40e3e98ca99529c7387d98fd4bbe -SIZE (xpi/firefox-i18n-17.0.8/it.xpi) = 238644 -SHA256 (xpi/firefox-i18n-17.0.8/ja.xpi) = 48346c6e27fd398802bdb8fdf2da32769fec39db78b62250a1cbf72f1fc2908f -SIZE (xpi/firefox-i18n-17.0.8/ja.xpi) = 322489 -SHA256 (xpi/firefox-i18n-17.0.8/kk.xpi) = db597265643957a0cfeb21e2fdd85907c1224f52af9cb4bd24670b5783de6bf8 -SIZE (xpi/firefox-i18n-17.0.8/kk.xpi) = 330351 -SHA256 (xpi/firefox-i18n-17.0.8/kn.xpi) = 518dfdbf264c42071b7d6e06e319aa07e77d41e42fc17b3d7412f95b4f8a1bf4 -SIZE (xpi/firefox-i18n-17.0.8/kn.xpi) = 354899 -SHA256 (xpi/firefox-i18n-17.0.8/ko.xpi) = e13ff9b91db6ec679f2bc390b58e17e451af66433d77b4ff230b5e0a7986912d -SIZE (xpi/firefox-i18n-17.0.8/ko.xpi) = 296728 -SHA256 (xpi/firefox-i18n-17.0.8/ku.xpi) = d4866a48150e7d6af889f84aa34c822d9f8a4596e237f027cacef4eba85df663 -SIZE (xpi/firefox-i18n-17.0.8/ku.xpi) = 304897 -SHA256 (xpi/firefox-i18n-17.0.8/lg.xpi) = 01450fe3487e69a920b6181499268b9cd453d9de66bad06415b5a6a0dfcc19d6 -SIZE (xpi/firefox-i18n-17.0.8/lg.xpi) = 290627 -SHA256 (xpi/firefox-i18n-17.0.8/lt.xpi) = 74ab59a24994f2256a58387e80ec9986b4152906889a2d8cbba80cfcb71186e7 -SIZE (xpi/firefox-i18n-17.0.8/lt.xpi) = 349461 -SHA256 (xpi/firefox-i18n-17.0.8/lv.xpi) = 6bb40de2eb19cb92f6630dd6f88a3fa2e881d6e10bf9ef8facfb18d0ef68de52 -SIZE (xpi/firefox-i18n-17.0.8/lv.xpi) = 291403 -SHA256 (xpi/firefox-i18n-17.0.8/mai.xpi) = b0e421debb03d0d5c567c33d17c6b3f7edca6f458bca6ceac0553977648c9e88 -SIZE (xpi/firefox-i18n-17.0.8/mai.xpi) = 328266 -SHA256 (xpi/firefox-i18n-17.0.8/mk.xpi) = 85c2d2d6781bd5aa1d9ac7cae20bfa3cb654d4dbb230f89a95cae053e0563f35 -SIZE (xpi/firefox-i18n-17.0.8/mk.xpi) = 315578 -SHA256 (xpi/firefox-i18n-17.0.8/ml.xpi) = f6a288766bf716aff11707382c808998d0ea222881d7bf2fe4add1acdb44cc49 -SIZE (xpi/firefox-i18n-17.0.8/ml.xpi) = 361541 -SHA256 (xpi/firefox-i18n-17.0.8/mr.xpi) = 2920a89bbf8860a23f1af367c2a97771d4c1446c6255f56358ccfd396e0f9d9a -SIZE (xpi/firefox-i18n-17.0.8/mr.xpi) = 327860 -SHA256 (xpi/firefox-i18n-17.0.8/nb-NO.xpi) = c5baedc2320fba99d7cea011d188e2153ccf45ea02dc4877f37f7ac3c9cc4cb8 -SIZE (xpi/firefox-i18n-17.0.8/nb-NO.xpi) = 284888 -SHA256 (xpi/firefox-i18n-17.0.8/nl.xpi) = 4ff95dba4e22d16860fd0f1c78d1a48e491854da4a64973521a551c619b83200 -SIZE (xpi/firefox-i18n-17.0.8/nl.xpi) = 286111 -SHA256 (xpi/firefox-i18n-17.0.8/nn-NO.xpi) = bf43f46d3c7096fa12d9ae463b70f42f81ea62d7e8e8a8b9fd51f402e1496b35 -SIZE (xpi/firefox-i18n-17.0.8/nn-NO.xpi) = 287843 -SHA256 (xpi/firefox-i18n-17.0.8/nso.xpi) = 84fabb7dd08eeab63a01b0d355b489482a131e0455d7d29c2d330d433831601d -SIZE (xpi/firefox-i18n-17.0.8/nso.xpi) = 288149 -SHA256 (xpi/firefox-i18n-17.0.8/or.xpi) = 860c48ab8b8e2fdb07bb911fc5e8464b766315bf1ecf828e0edb7b2f545d5d0c -SIZE (xpi/firefox-i18n-17.0.8/or.xpi) = 329683 -SHA256 (xpi/firefox-i18n-17.0.8/pa-IN.xpi) = b706b38a4b56116b3b511aa10b220163460369396fdd2e51d27cea2bf55841cf -SIZE (xpi/firefox-i18n-17.0.8/pa-IN.xpi) = 318503 -SHA256 (xpi/firefox-i18n-17.0.8/pl.xpi) = 7585c41ff1782425e58b983854351e6f46e7f393903da89a935ac4a326f14ba7 -SIZE (xpi/firefox-i18n-17.0.8/pl.xpi) = 301034 -SHA256 (xpi/firefox-i18n-17.0.8/pt-BR.xpi) = 374a98cf06339353107cc90df09b71031e86928391daa8773fe326fcd747cc48 -SIZE (xpi/firefox-i18n-17.0.8/pt-BR.xpi) = 289243 -SHA256 (xpi/firefox-i18n-17.0.8/pt-PT.xpi) = 43b73d362ad90bce3ff441dfc9190cdbe087edefc1940414e2ba19a7cfb782bd -SIZE (xpi/firefox-i18n-17.0.8/pt-PT.xpi) = 291457 -SHA256 (xpi/firefox-i18n-17.0.8/rm.xpi) = 3bc04a2b8ab825a2bb1799da4caf247344e827c8519dee0d1b36e0891df458fd -SIZE (xpi/firefox-i18n-17.0.8/rm.xpi) = 288466 -SHA256 (xpi/firefox-i18n-17.0.8/ro.xpi) = fa58ef604f0165d7016ba64cf13a6a1792dc30af84b5a3a2d4531a4b0c0ec753 -SIZE (xpi/firefox-i18n-17.0.8/ro.xpi) = 310251 -SHA256 (xpi/firefox-i18n-17.0.8/ru.xpi) = b3baf4f5f539a792722ebbed6d8c27162812548459d2ff5a78ae2917c739d02e -SIZE (xpi/firefox-i18n-17.0.8/ru.xpi) = 284914 -SHA256 (xpi/firefox-i18n-17.0.8/si.xpi) = 16fcc9103fb5ed622458c35c4115d3513a6aff065336aac9ce3a7304db826ec9 -SIZE (xpi/firefox-i18n-17.0.8/si.xpi) = 317364 -SHA256 (xpi/firefox-i18n-17.0.8/sk.xpi) = 8ab8a0c823083e0fa5db5c8b9e78779a2553ee2c453b2d8190b53ce82788be59 -SIZE (xpi/firefox-i18n-17.0.8/sk.xpi) = 301478 -SHA256 (xpi/firefox-i18n-17.0.8/sl.xpi) = b525ac9584c3803fd5f22ce611b3462f3959f89817ad27e682d31e50079ebd79 -SIZE (xpi/firefox-i18n-17.0.8/sl.xpi) = 286637 -SHA256 (xpi/firefox-i18n-17.0.8/son.xpi) = 70098df1962037b466d1e5f757bdd065575cfc0f90c5b60310f632ce1385f62c -SIZE (xpi/firefox-i18n-17.0.8/son.xpi) = 283683 -SHA256 (xpi/firefox-i18n-17.0.8/sq.xpi) = c5a59d0ec7d1721fd806e8e5bfe11494848af04ded5f7755041c09e44d3f88d5 -SIZE (xpi/firefox-i18n-17.0.8/sq.xpi) = 291165 -SHA256 (xpi/firefox-i18n-17.0.8/sr.xpi) = 9ee6800e5f774556d5a6f0a6e9ba506524e01c944b17bbc9d2e588222078e5f6 -SIZE (xpi/firefox-i18n-17.0.8/sr.xpi) = 334014 -SHA256 (xpi/firefox-i18n-17.0.8/sv-SE.xpi) = c7ee92f5d8dc48208299fee3aae747d79c8e971d7f27ef99b4591e9ad658f167 -SIZE (xpi/firefox-i18n-17.0.8/sv-SE.xpi) = 288083 -SHA256 (xpi/firefox-i18n-17.0.8/ta-LK.xpi) = 481185f7b6441b483d220178f3fc35c0a27156a4983d0e42c2a8131795a7a572 -SIZE (xpi/firefox-i18n-17.0.8/ta-LK.xpi) = 339931 -SHA256 (xpi/firefox-i18n-17.0.8/ta.xpi) = 474ea9b302f95b65a448b160febef1524e08bf41dcd32b9f29d5080febc7ea5e -SIZE (xpi/firefox-i18n-17.0.8/ta.xpi) = 325366 -SHA256 (xpi/firefox-i18n-17.0.8/te.xpi) = 0bf544b82f849920b06d14f6035bb29d2d63848bef949d8b8f3d032e6259d1f6 -SIZE (xpi/firefox-i18n-17.0.8/te.xpi) = 341957 -SHA256 (xpi/firefox-i18n-17.0.8/th.xpi) = 426b343db09a6fec7714c067eaa945d1ba0db27e2e0787efb7c897107ca0b004 -SIZE (xpi/firefox-i18n-17.0.8/th.xpi) = 323677 -SHA256 (xpi/firefox-i18n-17.0.8/tr.xpi) = 0d4c80148bbffeba4d1b27bd22c1f6dde4a755274f3c33a933d223fba53b0975 -SIZE (xpi/firefox-i18n-17.0.8/tr.xpi) = 295841 -SHA256 (xpi/firefox-i18n-17.0.8/uk.xpi) = 9965c7f6bcf5eacc2e494b5cf0f034f950f81cbc239cb9aadaa877d0b6825843 -SIZE (xpi/firefox-i18n-17.0.8/uk.xpi) = 324250 -SHA256 (xpi/firefox-i18n-17.0.8/vi.xpi) = de96642a822d7d31079ae4e2209492e54a08eb3e4cf35f4c35269120b2ee95ed -SIZE (xpi/firefox-i18n-17.0.8/vi.xpi) = 313548 -SHA256 (xpi/firefox-i18n-17.0.8/zh-CN.xpi) = ec85c2473bf4b28f40394d7153b0e8a1197e60eea2ab8fee86cf408ba510e79f -SIZE (xpi/firefox-i18n-17.0.8/zh-CN.xpi) = 304250 -SHA256 (xpi/firefox-i18n-17.0.8/zh-TW.xpi) = b2881a5b4abbe19246a423427129d4111e531c765740ad5474c370a57e74cd6b -SIZE (xpi/firefox-i18n-17.0.8/zh-TW.xpi) = 305437 -SHA256 (xpi/firefox-i18n-17.0.8/zu.xpi) = a2e5eccccbaa7eecedf293c558c8d04a24c6ad1aaecfb2136772aba0edf3d7ab -SIZE (xpi/firefox-i18n-17.0.8/zu.xpi) = 296593 +SHA256 (xpi/firefox-17.0.9/af.xpi) = 7f0260504e52061b5a6f275d4b95e0e8f55708409f3292812367cbb4d5c820fb +SIZE (xpi/firefox-17.0.9/af.xpi) = 281146 +SHA256 (xpi/firefox-17.0.9/ak.xpi) = 5cdf30e0e117d45d5a4a25e83b78fadc64bbf42ee0768d9276f91ee8aedaf88d +SIZE (xpi/firefox-17.0.9/ak.xpi) = 282976 +SHA256 (xpi/firefox-17.0.9/ar.xpi) = 753c3b668374548fe60e8ca7b47a6cd37230167d5e6fb7c44a0ad4d6da3ec95f +SIZE (xpi/firefox-17.0.9/ar.xpi) = 311507 +SHA256 (xpi/firefox-17.0.9/ast.xpi) = 6906d44d39ca5d2088c0d2704747482cc5e7232af450458ee0a2267ab7845757 +SIZE (xpi/firefox-17.0.9/ast.xpi) = 264123 +SHA256 (xpi/firefox-17.0.9/be.xpi) = 4f5591ba50eb926534d0c2b9b496ce15ed7139e92d0d6497beac065e72bd4517 +SIZE (xpi/firefox-17.0.9/be.xpi) = 273411 +SHA256 (xpi/firefox-17.0.9/bg.xpi) = ea422ff59d6e1e0745bacb561c6a0d28855edbacfedf55fd98c9971bde5c7e64 +SIZE (xpi/firefox-17.0.9/bg.xpi) = 327261 +SHA256 (xpi/firefox-17.0.9/bn-BD.xpi) = 775c12b738227778a98cf795810e2440b2022c3579cf963ff91d9a26b31c1370 +SIZE (xpi/firefox-17.0.9/bn-BD.xpi) = 339303 +SHA256 (xpi/firefox-17.0.9/bn-IN.xpi) = 5130b0bcd48ac22187db4a30062d173c0b0e4236c879848487c25ce2a8fa67b2 +SIZE (xpi/firefox-17.0.9/bn-IN.xpi) = 373021 +SHA256 (xpi/firefox-17.0.9/br.xpi) = b97128f4293abc90ae8f1d0793e9ae3faea1c09b24732317409551f57397b398 +SIZE (xpi/firefox-17.0.9/br.xpi) = 291583 +SHA256 (xpi/firefox-17.0.9/bs.xpi) = 7a8a49cf327950dabce9cf03574bf45d2bf5302da4c81428558bbbf906e1ed02 +SIZE (xpi/firefox-17.0.9/bs.xpi) = 292223 +SHA256 (xpi/firefox-17.0.9/ca.xpi) = cb07a7cab2712ac0f7a440fd666f08c1c005efeb20888801596b277119afda31 +SIZE (xpi/firefox-17.0.9/ca.xpi) = 293532 +SHA256 (xpi/firefox-17.0.9/cs.xpi) = 693730bd1b5f46c3f59698862dd72f9b90c76f087faae7881b98251a8643c9af +SIZE (xpi/firefox-17.0.9/cs.xpi) = 294133 +SHA256 (xpi/firefox-17.0.9/cy.xpi) = 0b5908c12fe94c0f6a35dbf3da346b663380c1a68ff17c234e53f1c84bbbebcb +SIZE (xpi/firefox-17.0.9/cy.xpi) = 284868 +SHA256 (xpi/firefox-17.0.9/da.xpi) = 92d27215d507da5dbc61db11cb82ae1ba22a43246de1820633dbc3116c3e452d +SIZE (xpi/firefox-17.0.9/da.xpi) = 282668 +SHA256 (xpi/firefox-17.0.9/de.xpi) = 8dbee24a5d269c0762b8c041294242ca76f61302c773723bd371c507bc647b0b +SIZE (xpi/firefox-17.0.9/de.xpi) = 270384 +SHA256 (xpi/firefox-17.0.9/el.xpi) = 60f461421a8c5e6cacf46f6e13d1b1242dbd8a8cb839c65e1298efdd046865b5 +SIZE (xpi/firefox-17.0.9/el.xpi) = 311652 +SHA256 (xpi/firefox-17.0.9/en-GB.xpi) = be98a1a685c3a72f983039a8c524bd6175d59b72169cdf86b65cae5f911548d4 +SIZE (xpi/firefox-17.0.9/en-GB.xpi) = 272104 +SHA256 (xpi/firefox-17.0.9/en-US.xpi) = dc0be0502aa96eeae6383a76d2de3a5df34a2ad7badc2b397842e26aaefe2376 +SIZE (xpi/firefox-17.0.9/en-US.xpi) = 272155 +SHA256 (xpi/firefox-17.0.9/en-ZA.xpi) = 5a469a462f1ffa93ad0fd84c12863b3614ed85ed952766e7f4aa70e2f9c61e71 +SIZE (xpi/firefox-17.0.9/en-ZA.xpi) = 272935 +SHA256 (xpi/firefox-17.0.9/eo.xpi) = 5b4a902b499153ddfec17721b88f6ce5df93ffd84e8be10a15f0d1ea5ca708bb +SIZE (xpi/firefox-17.0.9/eo.xpi) = 284800 +SHA256 (xpi/firefox-17.0.9/es-AR.xpi) = 0763808de0b1873bacbdc1864fd34605fb9a07e9352a63aea49c372fc06a9dfe +SIZE (xpi/firefox-17.0.9/es-AR.xpi) = 289239 +SHA256 (xpi/firefox-17.0.9/es-CL.xpi) = 5d18909aa763160fbea9a0db64350944d3273b47b8730423f55d1905696dbf71 +SIZE (xpi/firefox-17.0.9/es-CL.xpi) = 296878 +SHA256 (xpi/firefox-17.0.9/es-ES.xpi) = eefe07da1a4e5d7d6c3cd4a655c71b790b1633e9888bdedfc90b394c6807c312 +SIZE (xpi/firefox-17.0.9/es-ES.xpi) = 242185 +SHA256 (xpi/firefox-17.0.9/es-MX.xpi) = a9032d2f4fe6b256af7e3db9a1ce4ae303d23e449b0c4f2e99b36800356e3d3c +SIZE (xpi/firefox-17.0.9/es-MX.xpi) = 247971 +SHA256 (xpi/firefox-17.0.9/et.xpi) = 1a8289276dc74e8843e7514b5bc65386116a1c890cc98524a5a21d864ff3178c +SIZE (xpi/firefox-17.0.9/et.xpi) = 284694 +SHA256 (xpi/firefox-17.0.9/eu.xpi) = 27cc76693ca285abda7eb29b64ee288baf847eabbd3edc52225983226c44ac9d +SIZE (xpi/firefox-17.0.9/eu.xpi) = 284227 +SHA256 (xpi/firefox-17.0.9/fa.xpi) = c9dd9c058408b29e6cae542de1a9b7c4f2956c51705e17107627512e1b2e895a +SIZE (xpi/firefox-17.0.9/fa.xpi) = 323997 +SHA256 (xpi/firefox-17.0.9/fi.xpi) = feea35b9d5f3e6d1b6501132d936c495c817fdf13c46223fed17382ddf0abc72 +SIZE (xpi/firefox-17.0.9/fi.xpi) = 288655 +SHA256 (xpi/firefox-17.0.9/fr.xpi) = a8c5f92105aa3383dae13c76100f6ed8d9cff178b311dee7b5a5ca0a3cb86f6e +SIZE (xpi/firefox-17.0.9/fr.xpi) = 293362 +SHA256 (xpi/firefox-17.0.9/fy-NL.xpi) = 330287e8e9476487c7a00f0e66c30bd4deeb57183b8ec099485945fa8a7e6300 +SIZE (xpi/firefox-17.0.9/fy-NL.xpi) = 289690 +SHA256 (xpi/firefox-17.0.9/ga-IE.xpi) = 3fb367ee983131d60564812cd0928bdf6f4619252450ee107e6565e2ba79a42c +SIZE (xpi/firefox-17.0.9/ga-IE.xpi) = 296976 +SHA256 (xpi/firefox-17.0.9/gl.xpi) = c0ba1b26790aa7ff991eb7c6f697d5bdbc2bb7ac9aa2c242fbc5982f32df692a +SIZE (xpi/firefox-17.0.9/gl.xpi) = 286997 +SHA256 (xpi/firefox-17.0.9/gu-IN.xpi) = 72ac2ac25213d7c40f0144931871673cffdbb86738c328be3b08ddbb79f0c0ef +SIZE (xpi/firefox-17.0.9/gu-IN.xpi) = 319480 +SHA256 (xpi/firefox-17.0.9/he.xpi) = fe72e5c7cf47078f88711192d85366c754f5155a83da8a4bcf9770eb306766f0 +SIZE (xpi/firefox-17.0.9/he.xpi) = 301482 +SHA256 (xpi/firefox-17.0.9/hi-IN.xpi) = 018de94c39166a42bb6b978a444289699d4a939e69431cbdc7180f6d6380b182 +SIZE (xpi/firefox-17.0.9/hi-IN.xpi) = 330864 +SHA256 (xpi/firefox-17.0.9/hr.xpi) = c810059f87762a22f8be0172cfe2f0b32e2cdafb4f487956628716ab09372efd +SIZE (xpi/firefox-17.0.9/hr.xpi) = 287940 +SHA256 (xpi/firefox-17.0.9/hu.xpi) = aecb3a32df7df05d8a621b8496f488e65f528106b20a0dca323f341e9da11a4c +SIZE (xpi/firefox-17.0.9/hu.xpi) = 303044 +SHA256 (xpi/firefox-17.0.9/hy-AM.xpi) = 30218c08c66316090acabbd58eb5813cc0466707dfb5e60f5ef241c98733dd74 +SIZE (xpi/firefox-17.0.9/hy-AM.xpi) = 328203 +SHA256 (xpi/firefox-17.0.9/id.xpi) = 433515ff50eaae7ce75c5d70a02afd91377e25a3c11a4457e3757d4b94ef4bcc +SIZE (xpi/firefox-17.0.9/id.xpi) = 283725 +SHA256 (xpi/firefox-17.0.9/is.xpi) = 2c47d4f9ace4a7dd527915d1e970cf1adb4ff268126fae01f53c42af3573ed17 +SIZE (xpi/firefox-17.0.9/is.xpi) = 284908 +SHA256 (xpi/firefox-17.0.9/it.xpi) = 8bc9f6155ed74d1ff7a0b9d32ae6385e854df6181d40199298257e62a31bc85a +SIZE (xpi/firefox-17.0.9/it.xpi) = 238645 +SHA256 (xpi/firefox-17.0.9/ja.xpi) = 5d317c6ddbd58f939069a3c7306b1ef37288908f6c4238e9acad82b206332a65 +SIZE (xpi/firefox-17.0.9/ja.xpi) = 322490 +SHA256 (xpi/firefox-17.0.9/kk.xpi) = 5de93350543644d3ea8394c6810f85368b0f2933a3eb7be5a5468096c5901865 +SIZE (xpi/firefox-17.0.9/kk.xpi) = 330352 +SHA256 (xpi/firefox-17.0.9/kn.xpi) = 8f48847052769177deed4c78e8b103129b045bb4168404e477082100f2153ddf +SIZE (xpi/firefox-17.0.9/kn.xpi) = 354900 +SHA256 (xpi/firefox-17.0.9/ko.xpi) = dc69c7c33446f4353e695f42c7f62b0f0c51cae471182415e0754f73d4515415 +SIZE (xpi/firefox-17.0.9/ko.xpi) = 296729 +SHA256 (xpi/firefox-17.0.9/ku.xpi) = 2bb621adfb42be40136fae29f3b605f6c4d4f2860c70e4148284f2f872a6a47a +SIZE (xpi/firefox-17.0.9/ku.xpi) = 304898 +SHA256 (xpi/firefox-17.0.9/lg.xpi) = 5665e8ecb6dc909e5263ff92f012d96e5b6506b75f27d8476b376df68f151c83 +SIZE (xpi/firefox-17.0.9/lg.xpi) = 290627 +SHA256 (xpi/firefox-17.0.9/lt.xpi) = 4a22dd0fa980845c52ff542a22ff4d2782644fbf61562b59d47958c63b0af6aa +SIZE (xpi/firefox-17.0.9/lt.xpi) = 349462 +SHA256 (xpi/firefox-17.0.9/lv.xpi) = 0c584551a8098f332ff104f69873f7fe7032125d440b4d2c655439d96f9f4970 +SIZE (xpi/firefox-17.0.9/lv.xpi) = 291404 +SHA256 (xpi/firefox-17.0.9/mai.xpi) = e48e46a0862ad6d250e13f3ed7ba6260810e8d7a87809a0f95cb5f721041f7fe +SIZE (xpi/firefox-17.0.9/mai.xpi) = 328267 +SHA256 (xpi/firefox-17.0.9/mk.xpi) = 74eac33091fb3ede7d6b0608e4eae7ca85ede50d70a52b7682ab248c7580dd7f +SIZE (xpi/firefox-17.0.9/mk.xpi) = 315578 +SHA256 (xpi/firefox-17.0.9/ml.xpi) = abfddffaa764c95d6b934b18ee79b73d0db2aeec71df72a3d6ad7891e069204f +SIZE (xpi/firefox-17.0.9/ml.xpi) = 361541 +SHA256 (xpi/firefox-17.0.9/mr.xpi) = 427de6f5dc7e17d6b0d5bc28eae10b492684b954cddbca17314029a19ad60b81 +SIZE (xpi/firefox-17.0.9/mr.xpi) = 327860 +SHA256 (xpi/firefox-17.0.9/nb-NO.xpi) = 705fe3683fedec09ec8242332178319ae81b68feccb9faf2e92724cd91e1ae33 +SIZE (xpi/firefox-17.0.9/nb-NO.xpi) = 284889 +SHA256 (xpi/firefox-17.0.9/nl.xpi) = 5c782528ef0bbc0e00ed13eafeedd4ce6314760c11a9a094698db11bb71f1a16 +SIZE (xpi/firefox-17.0.9/nl.xpi) = 286112 +SHA256 (xpi/firefox-17.0.9/nn-NO.xpi) = 94b1dc90f086753842bd737c76ca3e7fa76595ca92f2c77c5074cb9ef2df143b +SIZE (xpi/firefox-17.0.9/nn-NO.xpi) = 287844 +SHA256 (xpi/firefox-17.0.9/nso.xpi) = fff82877760917c36b89eba1208e94189733c022a4b4749fb11624cfdf4a24ad +SIZE (xpi/firefox-17.0.9/nso.xpi) = 288150 +SHA256 (xpi/firefox-17.0.9/or.xpi) = be1c8a86e3a983bb8d660e361656a55a374d8336116b79df84e5dbf5cb566022 +SIZE (xpi/firefox-17.0.9/or.xpi) = 329683 +SHA256 (xpi/firefox-17.0.9/pa-IN.xpi) = 8289237ce6218b4b7fd929feb3860e4c97ca18f376247e657f4840e7f2abd577 +SIZE (xpi/firefox-17.0.9/pa-IN.xpi) = 318504 +SHA256 (xpi/firefox-17.0.9/pl.xpi) = f3627a290ba98bf7f847d128a31ca40d08eba5ec5e1105776285816917037e88 +SIZE (xpi/firefox-17.0.9/pl.xpi) = 301035 +SHA256 (xpi/firefox-17.0.9/pt-BR.xpi) = 3d43b2982fc1aadad8d4bbdfcd2ef4b68c253da9fd63476b4555b6559b7e6ca8 +SIZE (xpi/firefox-17.0.9/pt-BR.xpi) = 289244 +SHA256 (xpi/firefox-17.0.9/pt-PT.xpi) = e6629aba045a7a22b69923b91a4f9833cfb622996841b8b91675ad5ede010987 +SIZE (xpi/firefox-17.0.9/pt-PT.xpi) = 291458 +SHA256 (xpi/firefox-17.0.9/rm.xpi) = bb07fbd88153d71940efc4fef5e340022a4648d2f65feca18ade6bc607fcc1ad +SIZE (xpi/firefox-17.0.9/rm.xpi) = 288466 +SHA256 (xpi/firefox-17.0.9/ro.xpi) = 2ea8971381699231f98fabbded21e69b7e37b2d9ec9f206f2162a876178842e8 +SIZE (xpi/firefox-17.0.9/ro.xpi) = 310252 +SHA256 (xpi/firefox-17.0.9/ru.xpi) = 3cf04ea06556aedae967bd634bec2b71151d72155f913328261a26349b8d7787 +SIZE (xpi/firefox-17.0.9/ru.xpi) = 284915 +SHA256 (xpi/firefox-17.0.9/si.xpi) = 05388c0d2b5175488fec94221707e895629b98d9b07ca84acfba7e099a2eed5c +SIZE (xpi/firefox-17.0.9/si.xpi) = 317364 +SHA256 (xpi/firefox-17.0.9/sk.xpi) = 462a9f40fd52106246bde6cf88af9e8c8a72d6d60a10e7e999773567d209d021 +SIZE (xpi/firefox-17.0.9/sk.xpi) = 301478 +SHA256 (xpi/firefox-17.0.9/sl.xpi) = 051de32ca4b73e7d6e2ae8690d88b56d321b8b3cac129d0ffaba946b33e4e0b0 +SIZE (xpi/firefox-17.0.9/sl.xpi) = 286638 +SHA256 (xpi/firefox-17.0.9/son.xpi) = e323ba779a99071be5934cff545f77bcf9a2d8cdd08d8a8c75c6373c6910e177 +SIZE (xpi/firefox-17.0.9/son.xpi) = 283684 +SHA256 (xpi/firefox-17.0.9/sq.xpi) = 8a0cc2c0c28437cb9ba729962e26db8ee84c6c9aa58ca4d04c720957eaf0290a +SIZE (xpi/firefox-17.0.9/sq.xpi) = 291166 +SHA256 (xpi/firefox-17.0.9/sr.xpi) = 4afc31009f28e9aa299580a903e1e62cbaaa2c0366bea1ce2a4f587f6f080c7f +SIZE (xpi/firefox-17.0.9/sr.xpi) = 334014 +SHA256 (xpi/firefox-17.0.9/sv-SE.xpi) = 16ae14be78e758e04f2ac4629de3b85322a55c8d876dbeb6421a48c153437c56 +SIZE (xpi/firefox-17.0.9/sv-SE.xpi) = 288084 +SHA256 (xpi/firefox-17.0.9/ta-LK.xpi) = 3af37b2f4ef2a6cc0d20857237494d483db54eb2469eae6dcef9fe17d35c4567 +SIZE (xpi/firefox-17.0.9/ta-LK.xpi) = 339932 +SHA256 (xpi/firefox-17.0.9/ta.xpi) = 01fccd79e39ee16be219f12f8e5a1a8797fb1c5303233bdd01db18883ab5ada4 +SIZE (xpi/firefox-17.0.9/ta.xpi) = 325367 +SHA256 (xpi/firefox-17.0.9/te.xpi) = 9ba953cebdaf411e3977668a411bcec854fb249837e6876d8c2db9d6d76bcb9c +SIZE (xpi/firefox-17.0.9/te.xpi) = 341958 +SHA256 (xpi/firefox-17.0.9/th.xpi) = cba18c2bd16eb8e95fc5ed1f9c52653c3f9b1d5c08fd7d188bccd4c422dbdb91 +SIZE (xpi/firefox-17.0.9/th.xpi) = 323677 +SHA256 (xpi/firefox-17.0.9/tr.xpi) = fead5265d45eeff747fe84cbc17e7881e42c55d3f5a488765c790787f9db47ab +SIZE (xpi/firefox-17.0.9/tr.xpi) = 295842 +SHA256 (xpi/firefox-17.0.9/uk.xpi) = 78e5a0b00f1952986df39ec1418d29614e024f7385f4f345539027ced0b21f35 +SIZE (xpi/firefox-17.0.9/uk.xpi) = 324251 +SHA256 (xpi/firefox-17.0.9/vi.xpi) = 9b1cee91188a64f839a291dd1645d02f52a15fa7378697b372858429f95a3cd4 +SIZE (xpi/firefox-17.0.9/vi.xpi) = 313548 +SHA256 (xpi/firefox-17.0.9/zh-CN.xpi) = a6b84548f5569a1d29721d0d13de2c0155a88aadb9472b6f4b4fa281741f9e62 +SIZE (xpi/firefox-17.0.9/zh-CN.xpi) = 304250 +SHA256 (xpi/firefox-17.0.9/zh-TW.xpi) = f93121bab234495e06a45d4aa43d681dd8c2e6660518e7d999b3e9d0b18c5018 +SIZE (xpi/firefox-17.0.9/zh-TW.xpi) = 305438 +SHA256 (xpi/firefox-17.0.9/zu.xpi) = fd869932b8bde8ad2f9c616766c8f7cacddb4bc8eb1fb19de6ccb25bb44b7db2 +SIZE (xpi/firefox-17.0.9/zu.xpi) = 296594 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/www/firefox-esr/Makefile Tue Sep 17 17:41:23 2013 (r1358) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox -DISTVERSION= 17.0.8 +DISTVERSION= 17.0.9 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/www/firefox-esr/distinfo Tue Sep 17 17:41:23 2013 (r1358) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.8esr.source.tar.bz2) = 87f846d0cc6e1b2f4c1baeb58d2123ffbc8c166a1ec81a3b1e0551fbbd6ef1e8 -SIZE (firefox-17.0.8esr.source.tar.bz2) = 90765879 +SHA256 (firefox-17.0.9esr.source.tar.bz2) = 5b2d5498de40a0acd2a1aed8b671ad4b53a991e679ca98027c2a4c89c72f8cae +SIZE (firefox-17.0.9esr.source.tar.bz2) = 90859763 Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Tue Sep 17 05:41:58 2013 (r1357) +++ trunk/www/seamonkey-i18n/Makefile Tue Sep 17 17:41:23 2013 (r1358) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 313857 2013-03-11 07:28:17Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.20 +PORTVERSION= 2.21 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 22:03:07 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D34D4DD for ; Tue, 17 Sep 2013 22:03:07 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6CF2794 for ; Tue, 17 Sep 2013 22:03:07 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8HM2xNF053746 for ; Tue, 17 Sep 2013 22:02:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8HM2rIL053329 for freebsd-gecko@freebsd.org; Tue, 17 Sep 2013 22:02:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 17 Sep 2013 22:02:53 GMT Message-Id: <201309172202.r8HM2rIL053329@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1359 - trunk/www/firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Sep 2013 22:03:07 -0000 Author: jbeich Date: Tue Sep 17 22:02:53 2013 New Revision: 1359 Log: don't conflict with 24 until -esr port is based on esr24 Modified: trunk/www/firefox/Makefile Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Tue Sep 17 17:41:23 2013 (r1358) +++ trunk/www/firefox/Makefile Tue Sep 17 22:02:53 2013 (r1359) @@ -25,7 +25,7 @@ USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko -CONFLICTS= firefox-24.* firefox-1[07].* firefox-esr-17.* +CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= # empty MOZILLA_NAME= Firefox From owner-freebsd-gecko@FreeBSD.ORG Wed Sep 18 00:31:21 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41243AFA for ; Wed, 18 Sep 2013 00:31:21 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCFF92069 for ; Wed, 18 Sep 2013 00:31:20 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8I0VH88023034 for ; Wed, 18 Sep 2013 00:31: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 r8I0VCkD021933 for freebsd-gecko@freebsd.org; Wed, 18 Sep 2013 00:31:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 18 Sep 2013 00:31:12 GMT Message-Id: <201309180031.r8I0VCkD021933@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1360 - in trunk: mail/thunderbird/files www/firefox/files www/libxul/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 00:31:21 -0000 Author: jbeich Date: Wed Sep 18 00:31:12 2013 New Revision: 1360 Log: bug 862759 part of bug 877937 landed earlier, in gecko24 Deleted: trunk/mail/thunderbird/files/patch-bug862759 trunk/www/firefox/files/patch-bug862759 trunk/www/libxul/files/patch-bug862759 trunk/www/seamonkey/files/patch-bug862759 Deleted: trunk/mail/thunderbird/files/patch-bug862759 ============================================================================== --- trunk/mail/thunderbird/files/patch-bug862759 Wed Sep 18 00:31:12 2013 (r1359) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/frontend/ParseMaps.cpp~ -+++ mozilla/js/src/frontend/ParseMaps.cpp -@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto - } - } - --template class AtomDecls; --template class AtomDecls; -+template class frontend::AtomDecls; -+template class frontend::AtomDecls; Deleted: trunk/www/firefox/files/patch-bug862759 ============================================================================== --- trunk/www/firefox/files/patch-bug862759 Wed Sep 18 00:31:12 2013 (r1359) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/frontend/ParseMaps.cpp~ -+++ js/src/frontend/ParseMaps.cpp -@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto - } - } - --template class AtomDecls; --template class AtomDecls; -+template class frontend::AtomDecls; -+template class frontend::AtomDecls; Deleted: trunk/www/libxul/files/patch-bug862759 ============================================================================== --- trunk/www/libxul/files/patch-bug862759 Wed Sep 18 00:31:12 2013 (r1359) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/frontend/ParseMaps.cpp~ -+++ js/src/frontend/ParseMaps.cpp -@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto - } - } - --template class AtomDecls; --template class AtomDecls; -+template class frontend::AtomDecls; -+template class frontend::AtomDecls; Deleted: trunk/www/seamonkey/files/patch-bug862759 ============================================================================== --- trunk/www/seamonkey/files/patch-bug862759 Wed Sep 18 00:31:12 2013 (r1359) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/frontend/ParseMaps.cpp~ -+++ mozilla/js/src/frontend/ParseMaps.cpp -@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto - } - } - --template class AtomDecls; --template class AtomDecls; -+template class frontend::AtomDecls; -+template class frontend::AtomDecls; From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 03:46:35 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73F8E6FA for ; Thu, 19 Sep 2013 03:46:35 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE6722D2F for ; Thu, 19 Sep 2013 03:46:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J3kPDR009318 for ; Thu, 19 Sep 2013 03:46:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J3kKIq008505 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 03:46:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 03:46:20 GMT Message-Id: <201309190346.r8J3kKIq008505@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1361 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 03:46:35 -0000 Author: jbeich Date: Thu Sep 19 03:46:20 2013 New Revision: 1361 Log: unbreak TEST on -CURRENT Added: trunk/mail/thunderbird/files/patch-bug918177 trunk/www/firefox-nightly/files/patch-bug918177 trunk/www/firefox/files/patch-bug918177 trunk/www/seamonkey/files/patch-bug918177 Added: trunk/mail/thunderbird/files/patch-bug918177 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug918177 Thu Sep 19 03:46:20 2013 (r1361) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- mozilla/config/stl-headers ++++ mozilla/config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- mozilla/js/src/config/system-headers ++++ mozilla/js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator Added: trunk/www/firefox-nightly/files/patch-bug918177 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug918177 Thu Sep 19 03:46:20 2013 (r1361) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- config/stl-headers ++++ config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- config/system-headers ++++ config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator Added: trunk/www/firefox/files/patch-bug918177 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug918177 Thu Sep 19 03:46:20 2013 (r1361) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- config/stl-headers ++++ config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- config/system-headers ++++ config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator Added: trunk/www/seamonkey/files/patch-bug918177 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug918177 Thu Sep 19 03:46:20 2013 (r1361) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- mozilla/config/stl-headers ++++ mozilla/config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- mozilla/js/src/config/system-headers ++++ mozilla/js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 03:52:31 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 402A37F7 for ; Thu, 19 Sep 2013 03:52:31 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB9372D71 for ; Thu, 19 Sep 2013 03:52:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J3qSoL017014 for ; Thu, 19 Sep 2013 03:52:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J3qNfQ016022 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 03:52:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 03:52:23 GMT Message-Id: <201309190352.r8J3qNfQ016022@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1362 - in trunk: mail/thunderbird www/firefox www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 03:52:31 -0000 Author: jbeich Date: Thu Sep 19 03:52:23 2013 New Revision: 1362 Log: chase sqlite version Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Sep 19 03:46:20 2013 (r1361) +++ trunk/mail/thunderbird/Makefile Thu Sep 19 03:52:23 2013 (r1362) @@ -14,7 +14,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ nss>=3.15:${PORTSDIR}/security/nss \ - sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Sep 19 03:46:20 2013 (r1361) +++ trunk/www/firefox/Makefile Thu Sep 19 03:52:23 2013 (r1362) @@ -14,7 +14,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ nss>=3.15:${PORTSDIR}/security/nss \ - sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Sep 19 03:46:20 2013 (r1361) +++ trunk/www/seamonkey/Makefile Thu Sep 19 03:52:23 2013 (r1362) @@ -14,7 +14,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ nss>=3.15:${PORTSDIR}/security/nss \ - sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 04:02:18 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED5B5907 for ; Thu, 19 Sep 2013 04:02:17 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65E932DDA for ; Thu, 19 Sep 2013 04:02:16 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J42F6o066407 for ; Thu, 19 Sep 2013 04:02:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J42AIO065242 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 04:02:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 04:02:10 GMT Message-Id: <201309190402.r8J42AIO065242@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1363 - in trunk/www/firefox-esr: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 04:02:18 -0000 Author: jbeich Date: Thu Sep 19 04:02:10 2013 New Revision: 1363 Log: switch firefox-esr to esr24 Replaced: trunk/www/firefox-esr/ - copied from r1362, trunk/www/firefox/ Deleted: trunk/www/firefox-esr/Makefile.options trunk/www/firefox-esr/Makefile.webplugins trunk/www/firefox-esr/files/pkg-deinstall.in trunk/www/firefox-esr/files/pkg-install.in Modified: trunk/www/firefox-esr/Makefile Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Sep 19 03:52:23 2013 (r1362) +++ trunk/www/firefox-esr/Makefile Thu Sep 19 04:02:10 2013 (r1363) @@ -1,12 +1,12 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ +# $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox DISTVERSION= 24.0 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source/ +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source +PKGNAMESUFFIX= -esr DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER= gecko@FreeBSD.org @@ -25,7 +25,7 @@ USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko -CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* +CONFLICTS= firefox-2[0-35-9].* firefox-1[1-689].* MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= # empty MOZILLA_NAME= Firefox Deleted: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Thu Sep 19 04:02:10 2013 (r1362) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ -# -*- makefile-bsdmake -*- - -OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ - LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO LOGGING - -OPTIONS_SINGLE+= AUDIO -OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO - -ENIGMAIL_DESC?= Enigmail extension -GIO_DESC?= GIO for file I/O # move to bsd.options.desc.mk -GNOMEUI_DESC?= libgnomeui support module -LIBPROXY_DESC?= Proxy support via libproxy -LIGHTNING_DESC?= Calendar extension -LOGGING_DESC?= Additional log messages Deleted: trunk/www/firefox/Makefile.webplugins ============================================================================== --- trunk/www/firefox/Makefile.webplugins Thu Sep 19 04:02:10 2013 (r1362) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,222 +0,0 @@ -# Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox/Makefile.webplugins 310207 2013-01-10 22:29:23Z flo $ - -# MAINTAINER= gecko@FreeBSD.org -# -# Documentation and examples: -# -# Makefile.webplugins will create symlinks automatically for each supported -# application that supports the webplugins framework. Also, it will remove -# these symlinks when the plug-in port is uninstalled. -# -# USE_WEBPLUGINS - Specify a list of applications 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 files 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 files 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:S,^${LOCALBASE}/,${PREFIX}/,}/${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 files are installled -# to 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= can't be installed: WEBPLUGINS_FILES is empty. Please, add plug-in files to it and check www/firefox/Makefile.webplugins for documentation -.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= ${LOCALBASE}/lib/browser_plugins -WEBPLUGINS_SLDIR= ${WEBPLUGINS_LIBDIR}/symlinks -WEBPLUGINS_DIR?= ${WEBPLUGINS_LIBDIR:S,^${LOCALBASE}/,${PREFIX}/,}/${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,^${LOCALBASE},%D,} -_WLF= ${WEBPLUGINS_LINKFARMS:S,${LOCALBASE},%D,} -_WSD= ${WEBPLUGINS_SLDIR:S,^${LOCALBASE},%D,} - -webplugins-post-install: - @if [ ! -d ${WEBPLUGINS_DIR} ]; then \ - ${ECHO_CMD}; \ - ${ECHO_CMD} "ERROR: \"${WEBPLUGINS_DIR}\" in WEBPLUGINS_DIR is either a typo or no longer exists. Please, file 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: \"$${_f}\" in WEBPLUGINS_FILES is either a typo or no longer exists. Please, file 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; \ - if [ "${PREFIX}" != "${LOCALBASE}" ]; then \ - ${ECHO_CMD} "@unexec rmdir ${_WLD} ${_Q}" >> ${TMPPLIST}; \ - fi; \ - ${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST}; \ - 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: trunk/www/firefox/files/pkg-deinstall.in ============================================================================== --- trunk/www/firefox/files/pkg-deinstall.in Thu Sep 19 04:02:10 2013 (r1362) +++ /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: trunk/www/firefox/files/pkg-install.in ============================================================================== --- trunk/www/firefox/files/pkg-install.in Thu Sep 19 04:02:10 2013 (r1362) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,37 +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 - -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 Thu Sep 19 04:06:40 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76D8E950 for ; Thu, 19 Sep 2013 04:06:40 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5A5E2DF1 for ; Thu, 19 Sep 2013 04:06:39 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J46bcG074414 for ; Thu, 19 Sep 2013 04:06: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 r8J46Wjl071278 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 04:06:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 04:06:32 GMT Message-Id: <201309190406.r8J46Wjl071278@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1364 - in trunk/www: firefox firefox-nightly firefox/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 04:06:40 -0000 Author: jbeich Date: Thu Sep 19 04:06:32 2013 New Revision: 1364 Log: update Added: trunk/www/firefox/files/patch-bug853301 Deleted: trunk/www/firefox/files/patch-bug803480 trunk/www/firefox/files/patch-bug889699 Modified: trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/firefox/files/patch-bug783463 trunk/www/firefox/files/patch-bug807492 trunk/www/firefox/files/patch-bug851992 trunk/www/firefox/files/patch-bug878791 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox-nightly/Makefile Thu Sep 19 04:06:32 2013 (r1364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 26.0.${HGREV:C/:.*//} +PORTVERSION= 27.0.${HGREV:C/:.*//} PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= https://hg.mozilla.org/integration/mozilla-inbound/archive/ Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox-nightly/Makefile.hgrev Thu Sep 19 04:06:32 2013 (r1364) @@ -1 +1 @@ -HGREV= 147328:1713de744990 +HGREV= 147767:99002d48464e Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox-nightly/distinfo Thu Sep 19 04:06:32 2013 (r1364) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/1713de744990.tar.bz2) = 5e8372423c6c59ae0c58d5bd357b8a7ea5cb99d4957febdf3d9974b7abfed96c -SIZE (firefox-nightly/1713de744990.tar.bz2) = 125684665 +SHA256 (firefox-nightly/99002d48464e.tar.bz2) = 0bb9483d8bccad72ce3ca5cae3d86ef6f757249cd396cec61f6ebcbfa9aa227c +SIZE (firefox-nightly/99002d48464e.tar.bz2) = 125743500 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/Makefile Thu Sep 19 04:06:32 2013 (r1364) @@ -2,23 +2,24 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 24.0 +DISTVERSION= 25.0b1 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source/ -DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ +DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ - nss>=3.15:${PORTSDIR}/security/nss \ sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip +# nss>=3.15:${PORTSDIR}/security/nss \ + LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env @@ -27,7 +28,7 @@ USE_GECKO= gecko CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= # empty +USE_MOZILLA= -nss # bug713933 MOZILLA_NAME= Firefox WANT_GNOME= yes @@ -55,7 +56,7 @@ .include -WRKSRC:= ${WRKDIR}/mozilla-esr24 +WRKSRC:= ${WRKDIR}/mozilla-beta post-extract: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/distinfo Thu Sep 19 04:06:32 2013 (r1364) @@ -1,2 +1,2 @@ -SHA256 (firefox-24.0esr.source.tar.bz2) = 3872f7c4c7b3f1f3f06dd3e4f7cc97b59a6857085af8f2df56820185e3d5cadb -SIZE (firefox-24.0esr.source.tar.bz2) = 119722621 +SHA256 (firefox-25.0b1.source.tar.bz2) = 4b77adf21432e7c9050fb97f1e46ed6b5184f90d0625241a007bb87924d3449a +SIZE (firefox-25.0b1.source.tar.bz2) = 127809261 Modified: trunk/www/firefox/files/patch-bug783463 ============================================================================== --- trunk/www/firefox/files/patch-bug783463 Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/files/patch-bug783463 Thu Sep 19 04:06:32 2013 (r1364) @@ -1,14 +1,11 @@ --- gfx/skia/moz.build~ +++ gfx/skia/moz.build -@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt - 'SkMMapStream.cpp', +@@ -190,7 +190,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt + 'SkFontHost_FreeType_common.cpp', 'SkOSFile.cpp', ] - if CONFIG['OS_TARGET'] == 'Linux': + if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux': - CPP_SOURCES += [ - 'SkFontHost_linux.cpp', -- 'SkFontHost_tables.cpp', - 'SkThread_pthread.cpp', - 'SkTime_Unix.cpp', + EXPORTS.skia += [ + 'include/ports/SkTypeface_cairo.h', ] Deleted: trunk/www/firefox/files/patch-bug803480 ============================================================================== --- trunk/www/firefox/files/patch-bug803480 Thu Sep 19 04:06:32 2013 (r1363) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,102 +0,0 @@ -diff --git configure.in configure.in -index a0575dc..be327fd 100644 ---- configure.in -+++ configure.in -@@ -4306,7 +4306,6 @@ NS_PRINTING=1 - MOZ_PDF_PRINTING= - MOZ_DISABLE_CRYPTOLEGACY= - NSS_DISABLE_DBM= --NECKO_WIFI=1 - NECKO_COOKIES=1 - NECKO_PROTOCOLS_DEFAULT="about data file ftp http res viewsource websocket wyciwyg device" - USE_ARM_KUSER= -@@ -4336,11 +4335,6 @@ case "${target}" in - fi - - NSS_DISABLE_DBM=1 -- if test -z "$gonkdir"; then -- NECKO_WIFI= -- else -- NECKO_WIFI=1 -- fi - MOZ_THEME_FASTSTRIPE=1 - MOZ_TREE_FREETYPE=1 - MOZ_MEMORY=1 -@@ -8485,28 +8479,39 @@ done - dnl - dnl option to disable necko's wifi scanner - dnl -+ -+case "$OS_TARGET" in -+ OS2) -+ dnl OS/2 implementation of Necko-WiFi support will be added in bug 506566 -+ ;; -+ Android) -+ if test -n "$gonkdir"; then -+ NECKO_WIFI=1 -+ fi -+ ;; -+ Darwin|SunOS|WINNT) -+ NECKO_WIFI=1 -+ ;; -+ Linux) -+ if test -z "$MOZ_ENABLE_DBUS"; then -+ AC_MSG_ERROR([Necko WiFi scanning needs DBus on your platform, remove --disable-dbus or use --disable-necko-wifi]) -+ fi -+ NECKO_WIFI=1 -+ NECKO_WIFI_DBUS=1 -+ ;; -+esac -+ - MOZ_ARG_DISABLE_BOOL(necko-wifi, - [ --disable-necko-wifi Disable necko wifi scanner], - NECKO_WIFI=, - NECKO_WIFI=1) - --if test "$OS_ARCH" = "OS2"; then -- dnl OS/2 implementation of Necko-WiFi support will be added in bug 506566 -- NECKO_WIFI= --fi --if test "$NECKO_WIFI" -a \ -- "$OS_ARCH" != "Linux" -a \ -- "$OS_ARCH" != "Darwin" -a \ -- "$OS_ARCH" != "SunOS" -a \ -- "$OS_ARCH" != "WINNT"; then -- AC_MSG_ERROR([Necko WiFi scanning not supported on your platform, use --disable-necko-wifi]) --fi -- - if test "$NECKO_WIFI"; then - AC_DEFINE(NECKO_WIFI) - _NON_GLOBAL_ACDEFINES="$_NON_GLOBAL_ACDEFINES NECKO_WIFI" - fi - AC_SUBST(NECKO_WIFI) -+AC_SUBST(NECKO_WIFI_DBUS) - - dnl - dnl option to disable cookies -diff --git netwerk/wifi/Makefile.in netwerk/wifi/Makefile.in -index 26dbd79..4cbf912 100644 ---- netwerk/wifi/Makefile.in -+++ netwerk/wifi/Makefile.in -@@ -20,7 +20,7 @@ ifeq ($(OS_ARCH),SunOS) - OS_INCLUDES += $(GLIB_CFLAGS) - endif - --ifdef MOZ_ENABLE_DBUS -+ifdef NECKO_WIFI_DBUS - OS_INCLUDES += $(MOZ_DBUS_GLIB_CFLAGS) - endif - -diff --git netwerk/wifi/moz.build netwerk/wifi/moz.build -index 5e70211..07b01de 100644 ---- netwerk/wifi/moz.build -+++ netwerk/wifi/moz.build -@@ -43,7 +43,7 @@ elif CONFIG['OS_ARCH'] == 'SunOS': - 'nsWifiScannerSolaris.cpp', - ] - --if CONFIG['MOZ_ENABLE_DBUS']: -+if CONFIG['NECKO_WIFI_DBUS']: - CPP_SOURCES += [ - 'nsWifiScannerDBus.cpp', - ] Modified: trunk/www/firefox/files/patch-bug807492 ============================================================================== --- trunk/www/firefox/files/patch-bug807492 Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/files/patch-bug807492 Thu Sep 19 04:06:32 2013 (r1364) @@ -423,10 +423,10 @@ index 2a91e3d..31de641 100644 --- media/webrtc/signaling/signaling.gyp +++ media/webrtc/signaling/signaling.gyp -@@ -212,16 +212,29 @@ +@@ -223,16 +223,29 @@ + 'GIPS_VER=3480', 'SIPCC_BUILD', - 'HAVE_WINSOCK2_H', - 'CPR_STDINT_INCLUDE=\\"mozilla/StandardInteger.h\\"' + 'HAVE_WINSOCK2_H' ], 'cflags_mozilla': [ Modified: trunk/www/firefox/files/patch-bug851992 ============================================================================== --- trunk/www/firefox/files/patch-bug851992 Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/files/patch-bug851992 Thu Sep 19 04:06:32 2013 (r1364) @@ -206,7 +206,7 @@ diff --git a/js/src/configure.in b/js/src/configure.in --- js/src/configure.in +++ js/src/configure.in -@@ -4406,59 +4406,68 @@ if test "$ACCESSIBILITY" -a "$MOZ_ENABLE +@@ -4406,56 +4406,65 @@ if test "$ACCESSIBILITY" -a "$MOZ_ENABLE AC_DEFINE_UNQUOTED(ATK_MINOR_VERSION, $ATK_MINOR_VERSION) AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION) fi @@ -226,12 +226,9 @@ + PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) +fi - if test -n "$JS_STANDALONE"; then - ENABLE_INTL_API=1 - fi - MOZ_ARG_ENABLE_BOOL(intl-api, - [ --enable-intl-api Enable ECMAScript Internationalization API (default=yes for standalone JS)], - ENABLE_INTL_API=1, + ENABLE_INTL_API=1 + MOZ_ARG_DISABLE_BOOL(intl-api, + [ --disable-intl-api Disable the ECMAScript Internationalization API], ENABLE_INTL_API= ) dnl Settings for the implementation of the ECMAScript Internationalization API Added: trunk/www/firefox/files/patch-bug853301 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug853301 Thu Sep 19 04:06:32 2013 (r1364) @@ -0,0 +1,10 @@ +--- configure.in~ ++++ configure.in +@@ -9454,7 +9454,6 @@ if test "A" = "A"; then + # Desktop: bug 853301 + # Android: bug 864843 + # B2G: bug 866301 +- ac_configure_args="$ac_configure_args --disable-intl-api" + fi + if test "$BUILD_CTYPES"; then + # Build js-ctypes on the platforms we can. Modified: trunk/www/firefox/files/patch-bug878791 ============================================================================== --- trunk/www/firefox/files/patch-bug878791 Thu Sep 19 04:02:10 2013 (r1363) +++ trunk/www/firefox/files/patch-bug878791 Thu Sep 19 04:06:32 2013 (r1364) @@ -1,5 +1,5 @@ ---- toolkit/components/osfile/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200 -+++ toolkit/components/osfile/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200 +--- toolkit/components/osfile/modules/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200 ++++ toolkit/components/osfile/modules/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200 @@ -40,7 +40,7 @@ if (typeof Components != "undefined") { // Open libc let libc; Deleted: trunk/www/firefox/files/patch-bug889699 ============================================================================== --- trunk/www/firefox/files/patch-bug889699 Thu Sep 19 04:06:32 2013 (r1363) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,175 +0,0 @@ -commit 7eb5827 -Author: Edwin Flores -Date: Sat Jul 20 12:03:08 2013 +1200 - - Bug 889699 - Make gstreamer backend return more accurate results for canPlayType() r=alessandro.d ---- - content/media/gstreamer/GStreamerFormatHelper.cpp | 90 +++++++++++++++++------ - 1 file changed, 66 insertions(+), 24 deletions(-) - -diff --git content/media/gstreamer/GStreamerFormatHelper.cpp content/media/gstreamer/GStreamerFormatHelper.cpp -index f05ff8f..39f1fdf 100644 ---- content/media/gstreamer/GStreamerFormatHelper.cpp -+++ content/media/gstreamer/GStreamerFormatHelper.cpp -@@ -6,7 +6,7 @@ - - #include "GStreamerFormatHelper.h" - #include "nsCharSeparatedTokenizer.h" --#include "nsXPCOMStrings.h" -+#include "nsString.h" - #include "GStreamerLoader.h" - - #define ENTRY_FORMAT(entry) entry[0] -@@ -36,7 +36,7 @@ void GStreamerFormatHelper::Shutdown() { - } - } - --char const *const GStreamerFormatHelper::mContainers[6][2] = { -+static char const *const sContainers[6][2] = { - {"video/mp4", "video/quicktime"}, - {"video/quicktime", "video/quicktime"}, - {"audio/mp4", "audio/x-m4a"}, -@@ -45,7 +45,7 @@ char const *const GStreamerFormatHelper::mContainers[6][2] = { - {"audio/mp3", "audio/mpeg, mpegversion=(int)1"}, - }; - --char const *const GStreamerFormatHelper::mCodecs[9][2] = { -+static char const *const sCodecs[9][2] = { - {"avc1.42E01E", "video/x-h264"}, - {"avc1.42001E", "video/x-h264"}, - {"avc1.58A01E", "video/x-h264"}, -@@ -57,6 +57,15 @@ char const *const GStreamerFormatHelper::mCodecs[9][2] = { - {"mp3", "audio/mpeg, mpegversion=(int)1"}, - }; - -+static char const * const sDefaultCodecCaps[][2] = { -+ {"video/mp4", "video/x-h264"}, -+ {"video/quicktime", "video/x-h264"}, -+ {"audio/mp4", "audio/mpeg, mpegversion=(int)4"}, -+ {"audio/x-m4a", "audio/mpeg, mpegversion=(int)4"}, -+ {"audio/mp3", "audio/mpeg, layer=(int)3"}, -+ {"audio/mpeg", "audio/mpeg, layer=(int)3"} -+}; -+ - GStreamerFormatHelper::GStreamerFormatHelper() - : mFactories(nullptr), - mCookie(static_cast(-1)) -@@ -66,15 +75,15 @@ GStreamerFormatHelper::GStreamerFormatHelper() - } - - mSupportedContainerCaps = gst_caps_new_empty(); -- for (unsigned int i = 0; i < G_N_ELEMENTS(mContainers); i++) { -- const char* capsString = mContainers[i][1]; -+ for (unsigned int i = 0; i < G_N_ELEMENTS(sContainers); i++) { -+ const char* capsString = sContainers[i][1]; - GstCaps* caps = gst_caps_from_string(capsString); - gst_caps_append(mSupportedContainerCaps, caps); - } - - mSupportedCodecCaps = gst_caps_new_empty(); -- for (unsigned int i = 0; i < G_N_ELEMENTS(mCodecs); i++) { -- const char* capsString = mCodecs[i][1]; -+ for (unsigned int i = 0; i < G_N_ELEMENTS(sCodecs); i++) { -+ const char* capsString = sCodecs[i][1]; - GstCaps* caps = gst_caps_from_string(capsString); - gst_caps_append(mSupportedCodecCaps, caps); - } -@@ -92,6 +101,41 @@ GStreamerFormatHelper::~GStreamerFormatHelper() { - g_list_free(mFactories); - } - -+static GstCaps * -+GetContainerCapsFromMIMEType(const char *aType) { -+ /* convert aMIMEType to gst container caps */ -+ const char* capsString = nullptr; -+ for (uint32_t i = 0; i < G_N_ELEMENTS(sContainers); i++) { -+ if (!strcmp(ENTRY_FORMAT(sContainers[i]), aType)) { -+ capsString = ENTRY_CAPS(sContainers[i]); -+ break; -+ } -+ } -+ -+ if (!capsString) { -+ /* we couldn't find any matching caps */ -+ return nullptr; -+ } -+ -+ return gst_caps_from_string(capsString); -+} -+ -+static GstCaps * -+GetDefaultCapsFromMIMEType(const char *aType) { -+ GstCaps *caps = GetContainerCapsFromMIMEType(aType); -+ -+ for (uint32_t i = 0; i < G_N_ELEMENTS(sDefaultCodecCaps); i++) { -+ if (!strcmp(sDefaultCodecCaps[i][0], aType)) { -+ GstCaps *tmp = gst_caps_from_string(sDefaultCodecCaps[i][1]); -+ -+ gst_caps_append(caps, tmp); -+ return caps; -+ } -+ } -+ -+ return nullptr; -+} -+ - bool GStreamerFormatHelper::CanHandleMediaType(const nsACString& aMIMEType, - const nsAString* aCodecs) { - if (!sLoadOK) { -@@ -101,7 +145,15 @@ bool GStreamerFormatHelper::CanHandleMediaType(const nsACString& aMIMEType, - const char *type; - NS_CStringGetData(aMIMEType, &type, NULL); - -- GstCaps* caps = ConvertFormatsToCaps(type, aCodecs); -+ GstCaps *caps; -+ if (aCodecs && !aCodecs->IsEmpty()) { -+ caps = ConvertFormatsToCaps(type, aCodecs); -+ } else { -+ // Get a minimal set of codec caps for this MIME type we should support so -+ // that we don't overreport MIME types we are able to play. -+ caps = GetDefaultCapsFromMIMEType(type); -+ } -+ - if (!caps) { - return false; - } -@@ -118,21 +170,11 @@ GstCaps* GStreamerFormatHelper::ConvertFormatsToCaps(const char* aMIMEType, - - unsigned int i; - -- /* convert aMIMEType to gst container caps */ -- const char* capsString = nullptr; -- for (i = 0; i < G_N_ELEMENTS(mContainers); i++) { -- if (!strcmp(ENTRY_FORMAT(mContainers[i]), aMIMEType)) { -- capsString = ENTRY_CAPS(mContainers[i]); -- break; -- } -- } -- -- if (!capsString) { -- /* we couldn't find any matching caps */ -+ GstCaps *caps = GetContainerCapsFromMIMEType(aMIMEType); -+ if (!caps) { - return nullptr; - } - -- GstCaps* caps = gst_caps_from_string(capsString); - /* container only */ - if (!aCodecs) { - return caps; -@@ -141,11 +183,11 @@ GstCaps* GStreamerFormatHelper::ConvertFormatsToCaps(const char* aMIMEType, - nsCharSeparatedTokenizer tokenizer(*aCodecs, ','); - while (tokenizer.hasMoreTokens()) { - const nsSubstring& codec = tokenizer.nextToken(); -- capsString = nullptr; -+ const char *capsString = nullptr; - -- for (i = 0; i < G_N_ELEMENTS(mCodecs); i++) { -- if (codec.EqualsASCII(ENTRY_FORMAT(mCodecs[i]))) { -- capsString = ENTRY_CAPS(mCodecs[i]); -+ for (i = 0; i < G_N_ELEMENTS(sCodecs); i++) { -+ if (codec.EqualsASCII(ENTRY_FORMAT(sCodecs[i]))) { -+ capsString = ENTRY_CAPS(sCodecs[i]); - break; - } - } From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 04:10:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1102E9F0 for ; Thu, 19 Sep 2013 04:10:59 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFF92E44 for ; Thu, 19 Sep 2013 04:10:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J4AuZT079082 for ; Thu, 19 Sep 2013 04:10:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J4ApO5078263 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 04:10:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 04:10:51 GMT Message-Id: <201309190410.r8J4ApO5078263@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1365 - in trunk/www/libxul: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 04:10:59 -0000 Author: jbeich Date: Thu Sep 19 04:10:51 2013 New Revision: 1365 Log: oops, merge r1361 and r1362 to libxul Added: trunk/www/libxul/files/patch-bug918177 - copied unchanged from r1361, trunk/www/firefox/files/patch-bug918177 Modified: trunk/www/libxul/Makefile Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Sep 19 04:06:32 2013 (r1364) +++ trunk/www/libxul/Makefile Thu Sep 19 04:10:51 2013 (r1365) @@ -13,7 +13,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ nss>=3.15:${PORTSDIR}/security/nss \ - sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ Copied: trunk/www/libxul/files/patch-bug918177 (from r1361, trunk/www/firefox/files/patch-bug918177) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-bug918177 Thu Sep 19 04:10:51 2013 (r1365, copy of r1361, trunk/www/firefox/files/patch-bug918177) @@ -0,0 +1,36 @@ +diff --git config/stl-headers config/stl-headers +index c057d8e..dc7f6f0 100644 +--- config/stl-headers ++++ config/stl-headers +@@ -21,6 +21,7 @@ algorithm + atomic + deque + ios ++iosfwd + iostream + iterator + limits +diff --git config/system-headers config/system-headers +index d31c94e..570c82a 100644 +--- config/system-headers ++++ config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator +diff --git js/src/config/system-headers js/src/config/system-headers +index d31c94e..570c82a 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -469,6 +469,7 @@ IOKit/IOMessage.h + IOKit/pwr_mgt/IOPMLib.h + iomanip + ios ++iosfwd + iostream + iostream.h + iterator From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 05:15:51 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0797AC9A for ; Thu, 19 Sep 2013 05:15:51 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FDA921AC for ; Thu, 19 Sep 2013 05:15:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J5Fmow044830 for ; Thu, 19 Sep 2013 05:15:48 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J5FhMk044538 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 05:15:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 05:15:43 GMT Message-Id: <201309190515.r8J5FhMk044538@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1366 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 05:15:51 -0000 Author: jbeich Date: Thu Sep 19 05:15:42 2013 New Revision: 1366 Log: drop support for FreeBSD 9.0R Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Sep 19 04:10:51 2013 (r1365) +++ trunk/Mk/bsd.gecko.mk Thu Sep 19 05:15:42 2013 (r1366) @@ -570,11 +570,6 @@ .endif .endif -.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900045 -MOZ_EXPORT+= ac_cv_thread_keyword=no \ - je_cv_tls_model=no -.endif - # Standard depends _ALL_DEPENDS= cairo event ffi hunspell jpeg nspr nss png sqlite vpx zip @@ -981,10 +976,6 @@ -e 's|mozilla/plugins|browser_plugins|g' \ ${MOZSRC}/xpcom/io/nsAppFileLocationProvider.cpp \ ${MOZSRC}/toolkit/xre/nsXREDirProvider.cpp -.if !empty(CXX:M*clang*) && ${OSVERSION} < 900506 - @${GREP} -Flr -- '-mss' ${WRKSRC} | ${XARGS} \ - ${REINPLACE_CMD} -e 's/-mss/-mmmx &/' -.endif @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${MOZSRC}/extensions/spellcheck/hunspell/src/mozHunspell.cpp From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 19 05:15:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4824ECA5 for ; Thu, 19 Sep 2013 05:15:59 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C43AE21AD for ; Thu, 19 Sep 2013 05:15:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r8J5Fvkl047601 for ; Thu, 19 Sep 2013 05:15:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8J5FpCO045840 for freebsd-gecko@freebsd.org; Thu, 19 Sep 2013 05:15:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 19 Sep 2013 05:15:51 GMT Message-Id: <201309190515.r8J5FpCO045840@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1367 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 05:15:59 -0000 Author: jbeich Date: Thu Sep 19 05:15:51 2013 New Revision: 1367 Log: prune obsolete checks after r1357 and r1363 Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/firefox/Makefile.options trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/Mk/bsd.gecko.mk Thu Sep 19 05:15:51 2013 (r1367) @@ -540,27 +540,24 @@ CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-z,origin -Wl,-rpath,\\\$$\$$ORIGIN -.if ${MOZILLA_VER:R:R} >= 19 || ${MOZILLA:Mseamonkey*} # prefer base clang, for lang/clang{,-devel} see ports/177224 -. if ${CC} == "cc" && (exists(/usr/bin/clang) && ${OSVERSION} >= 900014) +.if ${CC} == "cc" && (exists(/usr/bin/clang) && ${OSVERSION} >= 900014) CC= /usr/bin/clang -. endif -. if ${CXX} == "c++" && (exists(/usr/bin/clang++) && ${OSVERSION} >= 900014) +.endif +.if ${CXX} == "c++" && (exists(/usr/bin/clang++) && ${OSVERSION} >= 900014) CXX= /usr/bin/clang++ -. endif -. if ${CPP} == "cpp" && (exists(/usr/bin/clang-cpp) && ${OSVERSION} >= 900045) +.endif +.if ${CPP} == "cpp" && (exists(/usr/bin/clang-cpp) && ${OSVERSION} >= 900045) CPP= /usr/bin/clang-cpp -. endif -. if ${CC} != "cc" && ${CPP} == "cpp" +.endif +.if ${CC} != "cc" && ${CPP} == "cpp" CPP= ${CC} -E -. endif +.endif # fallback to gcc otherwise -. if ${CC} == "cc" || ${CXX} == "c++" +.if ${CC} == "cc" || ${CXX} == "c++" USE_GCC?= yes -. endif .endif -.if ${MOZILLA_VER:R:R} >= 19 || ${MOZILLA:Mseamonkey*} || exists(${.CURDIR}/files/patch-bug788955) .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc MOZ_EXPORT+= MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1 @@ -568,10 +565,9 @@ MOZ_OPTIONS+= --enable-jemalloc MOZ_EXPORT+= MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1 .endif -.endif # Standard depends -_ALL_DEPENDS= cairo event ffi hunspell jpeg nspr nss png sqlite vpx zip +_ALL_DEPENDS= cairo event ffi hunspell icu jpeg nspr nss png sqlite vpx zip cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo cairo_MOZ_OPTIONS= --enable-system-cairo --enable-system-pixman @@ -588,10 +584,6 @@ hunspell_LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell hunspell_MOZ_OPTIONS= --enable-system-hunspell -.if ${MOZILLA_VER:R:R} >= 23 || ${MOZILLA:Mseamonkey*} -_ALL_DEPENDS+= icu -.endif - icu_LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu icu_MOZ_OPTIONS= --with-system-icu --with-intl-api --enable-intl-api @@ -616,9 +608,7 @@ sqlite_LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 sqlite_MOZ_OPTIONS= --enable-system-sqlite -.if ${MOZILLA_VER:R:R} >= 20 || ${MOZILLA:Mseamonkey*} sqlite_EXTRACT_AFTER_ARGS= --exclude mozilla*/db/sqlite3 -.endif vpx_LIB_DEPENDS= vpx:${PORTSDIR}/multimedia/libvpx vpx_MOZ_OPTIONS= --with-system-libvpx @@ -761,10 +751,6 @@ .undef GNU_CONFIGURE MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild -. if ${MOZILLA_VER:R:R} < 22 && ! ${MOZILLA:Mseamonkey*} -MOZ_MK_OPTIONS+=PROFILE_GEN_SCRIPT="${PYTHON_CMD} \ - @MOZ_OBJDIR@/_profile/pgo/profileserver.py" -. endif .endif .if ${PORT_OPTIONS:MALSA} @@ -834,7 +820,7 @@ .if ${ARCH} == amd64 CONFIGURE_TARGET=x86_64-unknown-${OPSYS:L}${OSREL} -. if ${USE_MOZILLA:M-nss} && (${MOZILLA_VER:R:R} >= 20 || ${MOZILLA:Mseamonkey*} ) +. if ${USE_MOZILLA:M-nss} USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin LDFLAGS+= -B${LOCALBASE}/bin Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/mail/thunderbird/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -62,8 +62,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} .include Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/firefox-esr/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -46,13 +46,7 @@ --enable-application=browser \ --enable-official-branding -OPTIONS_DEFAULT=GSTREAMER - .include "${.CURDIR}/../../www/firefox/Makefile.options" - -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} - .include WRKSRC:= ${WRKDIR}/mozilla-esr24 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/firefox-nightly/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -52,16 +52,12 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-application=browser -OPTIONS_DEFAULT=GSTREAMER GTK2 +OPTIONS_DEFAULT= GTK2 OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 .include "${.CURDIR}/../../www/firefox/Makefile.options" - -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} - .include WRKSRC:= ${WRKDIR}/${MASTER_SITES:M*hg*:S,/archive/,,:T}-${HGREV:C/.*://} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/firefox/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -47,13 +47,7 @@ --enable-application=browser \ --enable-official-branding -OPTIONS_DEFAULT=GSTREAMER - .include "${.CURDIR}/../../www/firefox/Makefile.options" - -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} - .include WRKSRC:= ${WRKDIR}/mozilla-beta Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/firefox/Makefile.options Thu Sep 19 05:15:51 2013 (r1367) @@ -2,10 +2,10 @@ OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO LOGGING +OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIONS_SINGLE+= AUDIO -OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO +OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO ENIGMAIL_DESC?= Enigmail extension GIO_DESC?= GIO for file I/O # move to bsd.options.desc.mk Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/libxul/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -49,13 +49,7 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -OPTIONS_DEFAULT=GSTREAMER - .include "${.CURDIR}/../../www/firefox/Makefile.options" - -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} - .include .if ${USE_MOZILLA:M-nss} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Sep 19 05:15:42 2013 (r1366) +++ trunk/www/seamonkey/Makefile Thu Sep 19 05:15:51 2013 (r1367) @@ -47,7 +47,7 @@ NOT_FOR_ARCHS= ia64 OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS -OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL GSTREAMER LDAP LIGHTNING MAILNEWS +OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS CHATZILLA_DESC?=Chatzilla IRC module COMPOSER_DESC?= HTML Composer module @@ -60,10 +60,6 @@ MAKEFILE= ${WRKSRC}/client.mk .include "${.CURDIR}/../../www/firefox/Makefile.options" - -# OSS is gone after bug 852401 -OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} - .include .if ${PORT_OPTIONS:MCHATZILLA} From owner-freebsd-gecko@FreeBSD.ORG Sat Sep 21 10:04:52 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF7AE902 for ; Sat, 21 Sep 2013 10:04:52 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE09525A3 for ; Sat, 21 Sep 2013 10:04:52 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LA4qfE013974 for ; Sat, 21 Sep 2013 10:04:52 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r8LA4qhf013970; Sat, 21 Sep 2013 10:04:52 GMT (envelope-from portscout) Message-Id: <201309211004.r8LA4qhf013970@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 21 Sep 2013 10:04:52 +0000 From: portscout@FreeBSD.org To: gecko@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 10:04:53 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gecko@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/xpi-tabmixplus | 0.4.1.0 | 0.4.1.1.01 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks.