[144709] trunk/dports/www/webkit2-gtk

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 15 16:22:00 PST 2016


Revision: 144709
          https://trac.macports.org/changeset/144709
Author:   jeremyhu at macports.org
Date:     2016-01-15 16:22:00 -0800 (Fri, 15 Jan 2016)
Log Message:
-----------
webkit2-gtk: Re-enable OpengGL

Modified Paths:
--------------
    trunk/dports/www/webkit2-gtk/Portfile

Added Paths:
-----------
    trunk/dports/www/webkit2-gtk/files/PR-153120.patch

Modified: trunk/dports/www/webkit2-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit2-gtk/Portfile	2016-01-16 00:12:23 UTC (rev 144708)
+++ trunk/dports/www/webkit2-gtk/Portfile	2016-01-16 00:22:00 UTC (rev 144709)
@@ -12,7 +12,7 @@
 
 name                webkit2-gtk
 version             2.11.3
-revision            1
+revision            2
 description         Apple's WebKit2 HTML rendering library for GTK+3 (with optional support for GTK+2 plugins)
 long_description    ${description}
 maintainers         jeremyhu devans
@@ -80,11 +80,13 @@
 # PR-152641.patch: https://bugs.webkit.org/show_bug.cgi?id=152641
 # PR-152720.patch: https://bugs.webkit.org/show_bug.cgi?id=152720
 # PR-153117.patch: https://bugs.webkit.org/show_bug.cgi?id=153117
+# PR-153120.patch: https://bugs.webkit.org/show_bug.cgi?id=153120
 # PR-153138.patch: https://bugs.webkit.org/show_bug.cgi?id=153138
 patchfiles-append \
     PR-152641.patch \
     PR-152720.patch \
     PR-153117.patch \
+    PR-153120.patch \
     PR-153138.patch
 
 conflicts_build     google-test
@@ -99,9 +101,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=152650
 configure.args-append -DENABLE_INTROSPECTION=OFF
 
-# https://bugs.webkit.org/show_bug.cgi?id=153120
-configure.args-append -DENABLE_OPENGL=OFF
-
 # <rdar://problem/24031030>
 configure.optflags  -Os
 

Added: trunk/dports/www/webkit2-gtk/files/PR-153120.patch
===================================================================
--- trunk/dports/www/webkit2-gtk/files/PR-153120.patch	                        (rev 0)
+++ trunk/dports/www/webkit2-gtk/files/PR-153120.patch	2016-01-16 00:22:00 UTC (rev 144709)
@@ -0,0 +1,11 @@
+--- Source/WebCore/CMakeLists.txt.orig	2016-01-15 15:10:27.000000000 -0800
++++ Source/WebCore/CMakeLists.txt	2016-01-15 15:11:11.000000000 -0800
+@@ -3278,6 +3278,8 @@ if (ENABLE_GRAPHICS_CONTEXT_3D)
+         ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictFragmentShaderTiming.cpp
+         ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp
+ 
++        ${THIRDPARTY_DIR}/ANGLE/src/libANGLE/Platform.cpp
++
+         ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
+     )
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160115/a7c6826d/attachment.html>


More information about the macports-changes mailing list