Title: [228270] trunk/Tools
Revision
228270
Author
[email protected]
Date
2018-02-08 04:47:12 -0800 (Thu, 08 Feb 2018)

Log Message

Unreviewed, rolling out r228267, r228268, and r228269.
https://bugs.webkit.org/show_bug.cgi?id=182601

jhbuild socks (Requested by philn on #webkit).

Reverted changesets:

"[JHBuild] Update Mesa to version 17"
https://bugs.webkit.org/show_bug.cgi?id=182599
https://trac.webkit.org/changeset/228267

"Unreviewed, GTK build fix attempt after r228267."
https://trac.webkit.org/changeset/228268

"Unreviewed, final GTK build fix attempt after r228267."
https://trac.webkit.org/changeset/228269

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228269 => 228270)


--- trunk/Tools/ChangeLog	2018-02-08 12:21:00 UTC (rev 228269)
+++ trunk/Tools/ChangeLog	2018-02-08 12:47:12 UTC (rev 228270)
@@ -1,3 +1,22 @@
+2018-02-08  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r228267, r228268, and r228269.
+        https://bugs.webkit.org/show_bug.cgi?id=182601
+
+        jhbuild socks (Requested by philn on #webkit).
+
+        Reverted changesets:
+
+        "[JHBuild] Update Mesa to version 17"
+        https://bugs.webkit.org/show_bug.cgi?id=182599
+        https://trac.webkit.org/changeset/228267
+
+        "Unreviewed, GTK build fix attempt after r228267."
+        https://trac.webkit.org/changeset/228268
+
+        "Unreviewed, final GTK build fix attempt after r228267."
+        https://trac.webkit.org/changeset/228269
+
 2018-02-08  Philippe Normand  <[email protected]>
 
         Unreviewed, final GTK build fix attempt after r228267.

Modified: trunk/Tools/gtk/jhbuild.modules (228269 => 228270)


--- trunk/Tools/gtk/jhbuild.modules	2018-02-08 12:21:00 UTC (rev 228269)
+++ trunk/Tools/gtk/jhbuild.modules	2018-02-08 12:47:12 UTC (rev 228270)
@@ -383,9 +383,9 @@
 
   <autotools id="libdrm" autogen-sh="configure">
     <pkg-config>libdrm.pc</pkg-config>
-    <branch module="/libdrm/libdrm-${version}.tar.bz2" version="2.4.89"
+    <branch module="/libdrm/libdrm-2.4.65.tar.bz2" version="2.4.65"
             repo="dri.freedesktop.org"
-            hash="sha256:629f9782aabbb4809166de5f24d26fe0766055255038f16935602d89f136a02e"/>
+            hash="sha256:71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4"/>
   </autotools>
 
   <autotools id="mesa"
@@ -395,10 +395,10 @@
     <!--- WARNING: At jhbuildrc, when we define the path to the Gallium llvmpipe software rasterizer (needed by XvfbDriver),
           we assume that the directory is named "Mesa". So, don't change the checkoutdir name even if you update the version.  -->
     <branch checkoutdir="Mesa"
-            version="17.3.3"
-            module="/archive/mesa-${version}.tar.xz"
+            version="11.0.6"
+            module="/archive/older-versions/11.x/${version}/mesa-${version}.tar.xz"
             repo="mesa.freedesktop.org"
-            hash="sha256:41bac5de0ef6adc1f41a1ec0f80c19e361298ce02fa81b5f9ba4fdca33a9379b">
+            hash="sha256:8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760">
     </branch>
     <dependencies>
       <dep package="llvm"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to