Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 23:08:40 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1265 - in trunk/www: firefox-nightly/files firefox/files
Message-ID:  <201306032308.r53N8eYY055066@trillian.chruetertee.ch>

index | next in thread | raw e-mail

Author: flo
Date: Mon Jun  3 23:08:40 2013
New Revision: 1265

Log:
for now commit dim's fix to prevent segfaults when misc/compat6x is installed

Added:
   trunk/www/firefox-nightly/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm   (contents, props changed)
   trunk/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm   (contents, props changed)

Added: 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-toolkit-components-osfile-osfile_unix_allthreads.jsm	Mon Jun  3 23:08:40 2013	(r1265)
@@ -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 {

Added: 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-toolkit-components-osfile-osfile_unix_allthreads.jsm	Mon Jun  3 23:08:40 2013	(r1265)
@@ -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 {


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306032308.r53N8eYY055066>