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

devans at macports.org devans at macports.org
Sun Aug 4 10:25:52 PDT 2013


Revision: 108902
          https://trac.macports.org/changeset/108902
Author:   devans at macports.org
Date:     2013-08-04 10:25:52 -0700 (Sun, 04 Aug 2013)
Log Message:
-----------
webkit-gtk3: enable gobject-introspection.

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-08-04 17:23:00 UTC (rev 108901)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-08-04 17:25:52 UTC (rev 108902)
@@ -69,20 +69,18 @@
 configure.python    /usr/bin/python
 
 configure.args  \
-        --disable-webkit2 \
         --disable-video \
         --enable-svg \
         --enable-geolocation \
         --enable-webgl
 
 subport webkit-gtk3 {
-    revision 1
-    depends_lib-append      port:gtk3
-#
-# gobject-introspection is broken in gtk3 (#35944)
-#
+    revision 2
+    depends_lib-append      port:gtk3 \
+                            port:gobject-introspection
     configure.args-append   --with-gtk=3.0 \
-                            --enable-introspection=no
+                            --disable-webkit2 \
+                            --enable-introspection
 #
 # move gtk-docs to allow parallel install with webkit-gtk
 #
@@ -116,6 +114,7 @@
                             port:gobject-introspection
 
     configure.args-append   --with-gtk=2.0 \
+                            --disable-webkit2 \
                             --enable-introspection
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130804/07e89fa0/attachment.html>


More information about the macports-changes mailing list