Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 10:54:21 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1062 - in trunk/mail: thunderbird-esr/files thunderbird/files
Message-ID:  <201210061054.q96AsLpB096932@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct  6 10:54:20 2012
New Revision: 1062

Log:
remove workaround for bug 681026, obsolete since gecko9

Deleted:
   trunk/mail/thunderbird-esr/files/patch-mozilla_toolkit_xre_glxtest.cpp
   trunk/mail/thunderbird/files/patch-mozilla_toolkit_xre_glxtest.cpp

Deleted: trunk/mail/thunderbird-esr/files/patch-mozilla_toolkit_xre_glxtest.cpp
==============================================================================
--- trunk/mail/thunderbird-esr/files/patch-mozilla_toolkit_xre_glxtest.cpp	Sat Oct  6 10:54:20 2012	(r1061)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,25 +0,0 @@
---- mozilla/toolkit/xre/glxtest.cpp.orig	2011-08-19 18:57:10.604870746 +0300
-+++ mozilla/toolkit/xre/glxtest.cpp	2011-08-19 18:59:43.620447963 +0300
-@@ -51,6 +51,8 @@
- // which runs the glxtest() static function. This creates a X connection, a GLX context, calls glGetString, and writes that
- // to the 'write' end of the pipe.
-
-+#include <sys/types.h>
-+#include <sys/wait.h>
- #include <cstdio>
- #include <cstdlib>
- #include <unistd.h>
-@@ -224,6 +226,7 @@
- void fire_glxtest_process()
- {
-   int pfd[2];
-+  int status;
-   if (pipe(pfd) == -1) {
-       perror("pipe");
-       exit(EXIT_FAILURE);
-@@ -244,4 +247,5 @@
-   close(pfd[1]);
-   mozilla::widget::glxtest_pipe = pfd[0];
-   mozilla::widget::glxtest_pid = pid;
-+  waitpid(pid, &status, 0);
- }

Deleted: trunk/mail/thunderbird/files/patch-mozilla_toolkit_xre_glxtest.cpp
==============================================================================
--- trunk/mail/thunderbird/files/patch-mozilla_toolkit_xre_glxtest.cpp	Sat Oct  6 10:54:20 2012	(r1061)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,25 +0,0 @@
---- mozilla/toolkit/xre/glxtest.cpp.orig	2011-08-19 18:57:10.604870746 +0300
-+++ mozilla/toolkit/xre/glxtest.cpp	2011-08-19 18:59:43.620447963 +0300
-@@ -51,6 +51,8 @@
- // which runs the glxtest() static function. This creates a X connection, a GLX context, calls glGetString, and writes that
- // to the 'write' end of the pipe.
-
-+#include <sys/types.h>
-+#include <sys/wait.h>
- #include <cstdio>
- #include <cstdlib>
- #include <unistd.h>
-@@ -224,6 +226,7 @@
- void fire_glxtest_process()
- {
-   int pfd[2];
-+  int status;
-   if (pipe(pfd) == -1) {
-       perror("pipe");
-       exit(EXIT_FAILURE);
-@@ -244,4 +247,5 @@
-   close(pfd[1]);
-   mozilla::widget::glxtest_pipe = pfd[0];
-   mozilla::widget::glxtest_pid = pid;
-+  waitpid(pid, &status, 0);
- }



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