From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 4 06:56:14 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 6ED21BE2 for ; Sun, 4 Aug 2013 06:56:14 +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 1050C20DB for ; Sun, 4 Aug 2013 06:56:13 +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 r746uBR5069505 for ; Sun, 4 Aug 2013 06:56:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r746u6YS068591 for freebsd-gecko@freebsd.org; Sun, 4 Aug 2013 06:56:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 4 Aug 2013 06:56:06 GMT Message-Id: <201308040656.r746u6YS068591@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] r1296 - in trunk/www: firefox-nightly/files firefox/files 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, 04 Aug 2013 06:56:14 -0000 Author: jbeich Date: Sun Aug 4 06:56:05 2013 New Revision: 1296 Log: rename dlopen fix Added: trunk/www/firefox-nightly/files/patch-bug878791 - copied unchanged from r1295, trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm trunk/www/firefox/files/patch-bug878791 - copied unchanged from r1295, trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm trunk/www/seamonkey/files/patch-bug878791 - copied unchanged from r1295, trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm Deleted: trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm Copied: trunk/www/firefox-nightly/files/patch-bug878791 (from r1295, trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug878791 Sun Aug 4 06:56:05 2013 (r1296, copy of r1295, trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) @@ -0,0 +1,11 @@ +--- 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 +@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { + // Open libc + let libc; + let libc_candidates = [ "libSystem.B.dylib", +- "libc.so.6", ++ "libc.so.7", + "libc.so" ]; + for (let i = 0; i < libc_candidates.length; ++i) { + try { Deleted: trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm ============================================================================== --- trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm Sun Aug 4 06:56:05 2013 (r1295) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- 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 -@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { - // Open libc - let libc; - let libc_candidates = [ "libSystem.B.dylib", -- "libc.so.6", -+ "libc.so.7", - "libc.so" ]; - for (let i = 0; i < libc_candidates.length; ++i) { - try { Copied: trunk/www/firefox/files/patch-bug878791 (from r1295, trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug878791 Sun Aug 4 06:56:05 2013 (r1296, copy of r1295, trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) @@ -0,0 +1,11 @@ +--- 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 +@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { + // Open libc + let libc; + let libc_candidates = [ "libSystem.B.dylib", +- "libc.so.6", ++ "libc.so.7", + "libc.so" ]; + for (let i = 0; i < libc_candidates.length; ++i) { + try { Deleted: trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm ============================================================================== --- trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm Sun Aug 4 06:56:05 2013 (r1295) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- 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 -@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { - // Open libc - let libc; - let libc_candidates = [ "libSystem.B.dylib", -- "libc.so.6", -+ "libc.so.7", - "libc.so" ]; - for (let i = 0; i < libc_candidates.length; ++i) { - try { Copied: trunk/www/seamonkey/files/patch-bug878791 (from r1295, trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug878791 Sun Aug 4 06:56:05 2013 (r1296, copy of r1295, trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm) @@ -0,0 +1,11 @@ +--- mozilla/toolkit/components/osfile/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200 ++++ mozilla/toolkit/components/osfile/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200 +@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { + // Open libc + let libc; + let libc_candidates = [ "libSystem.B.dylib", +- "libc.so.6", ++ "libc.so.7", + "libc.so" ]; + for (let i = 0; i < libc_candidates.length; ++i) { + try { Deleted: trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm ============================================================================== --- trunk/www/seamonkey/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm Sun Aug 4 06:56:05 2013 (r1295) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/toolkit/components/osfile/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200 -+++ mozilla/toolkit/components/osfile/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200 -@@ -40,7 +40,7 @@ if (typeof Components != "undefined") { - // Open libc - let libc; - let libc_candidates = [ "libSystem.B.dylib", -- "libc.so.6", -+ "libc.so.7", - "libc.so" ]; - for (let i = 0; i < libc_candidates.length; ++i) { - try {