From owner-freebsd-gecko@FreeBSD.ORG Wed Sep 28 02:59:27 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B4FC106566B for ; Wed, 28 Sep 2011 02:59:27 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 1B97F8FC13 for ; Wed, 28 Sep 2011 02:59:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p8S2xPN0012303 for ; Wed, 28 Sep 2011 02:59: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 p8S2xKh4011458 for freebsd-gecko@freebsd.org; Wed, 28 Sep 2011 02:59:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 28 Sep 2011 02:59:20 GMT Message-Id: <201109280259.p8S2xKh4011458@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r639 - branches/experimental/www/seamonkey/files trunk/www/seamonkey/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 02:59:27 -0000 Author: beat Date: Wed Sep 28 02:59:20 2011 New Revision: 639 Log: - This file was already removed in the portstree Deleted: branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp trunk/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp Deleted: branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp ============================================================================== --- branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp Wed Sep 28 02:59:20 2011 (r638) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,25 +0,0 @@ ---- mozilla/toolkit/xre/glxtest.cpp.orig 2011-08-19 18:57:10.604870746 +0300 -+++ mozilla/toolkit/xre/glxtest.cpp 2011-08-19 18:59:43.620447963 +0300 -@@ -51,6 +51,8 @@ - // which runs the glxtest() static function. This creates a X connection, a GLX context, calls glGetString, and writes that - // to the 'write' end of the pipe. - -+#include -+#include - #include - #include - #include -@@ -224,6 +226,7 @@ - void fire_glxtest_process() - { - int pfd[2]; -+ int status; - if (pipe(pfd) == -1) { - perror("pipe"); - exit(EXIT_FAILURE); -@@ -244,4 +247,5 @@ - close(pfd[1]); - mozilla::widget::glxtest_pipe = pfd[0]; - mozilla::widget::glxtest_pid = pid; -+ waitpid(pid, &status, 0); - } Deleted: trunk/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp ============================================================================== --- trunk/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp Wed Sep 28 02:59:20 2011 (r638) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,25 +0,0 @@ ---- mozilla/toolkit/xre/glxtest.cpp.orig 2011-08-19 18:57:10.604870746 +0300 -+++ mozilla/toolkit/xre/glxtest.cpp 2011-08-19 18:59:43.620447963 +0300 -@@ -51,6 +51,8 @@ - // which runs the glxtest() static function. This creates a X connection, a GLX context, calls glGetString, and writes that - // to the 'write' end of the pipe. - -+#include -+#include - #include - #include - #include -@@ -224,6 +226,7 @@ - void fire_glxtest_process() - { - int pfd[2]; -+ int status; - if (pipe(pfd) == -1) { - perror("pipe"); - exit(EXIT_FAILURE); -@@ -244,4 +247,5 @@ - close(pfd[1]); - mozilla::widget::glxtest_pipe = pfd[0]; - mozilla::widget::glxtest_pid = pid; -+ waitpid(pid, &status, 0); - }