[124919] trunk/dports/www/webkit-gtk/Portfile

devans at macports.org devans at macports.org
Sun Aug 31 01:36:53 PDT 2014


Revision: 124919
          https://trac.macports.org/changeset/124919
Author:   devans at macports.org
Date:     2014-08-31 01:36:53 -0700 (Sun, 31 Aug 2014)
Log Message:
-----------
webkit-gtk: update to version 2.4.5, explicitly enable/disable all gdk targets.

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2014-08-31 06:50:20 UTC (rev 124918)
+++ trunk/dports/www/webkit-gtk/Portfile	2014-08-31 08:36:53 UTC (rev 124919)
@@ -12,7 +12,7 @@
 
 name        webkit-gtk
 epoch       2
-version     2.4.4
+version     2.4.5
 description Apple's WebKit HTML rendering library for GTK+
 long_description ${description}
 maintainers jeremyhu devans
@@ -27,9 +27,9 @@
 
 dist_subdir webkit-gtk
 
-checksums           sha1    0f7690bbaef69946c64793c8aa23cd2f00eac9ae \
-                    rmd160  ce454ad56b9a62217beaf33c0815e3ec09c10539 \
-                    sha256  58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9
+checksums           sha1    a0084746de2cf18246d7b5216086db8133c9df4b \
+                    rmd160  7cc5bf1a8ac9101b4b8a2c1cce96cd1dd7403bc2 \
+                    sha256  88d06277aae179c205b548e1851a5e5663ca6f59f5aa8e81af9b87732d6b8a13
 
 depends_lib \
         path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -81,12 +81,15 @@
 configure.args  \
         --disable-webkit2 \
         --disable-web-audio \
+        --enable-x11-target=yes \
+        --enable-quartz-target=no \
+        --enable-wayland-target=no \
         --enable-introspection \
         --disable-video \
         --enable-svg \
         --enable-geolocation \
         --enable-webgl \
-        --disable-jit 
+        --disable-jit
 
 platform darwin {
     pre-configure {
@@ -207,7 +210,8 @@
 
 # see bug #24622
 variant quartz {
-    configure.args-append --enable-quartz-target=yes --enable-x11-target=no
+    configure.args-replace --enable-x11-target=yes --enable-x11-target=no
+    configure.args-replace --enable-quartz-target=no --enable-quartz-target=yes
     platform darwin 13 {
         # TODO: File upstream
         #       http://trac.macports.org/ticket/41663
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140831/3dccec0b/attachment.html>


More information about the macports-changes mailing list