[135273] trunk/dports/www/webkit-gtk-2.0/Portfile
devans at macports.org
devans at macports.org
Tue Apr 21 12:47:57 PDT 2015
Revision: 135273
https://trac.macports.org/changeset/135273
Author: devans at macports.org
Date: 2015-04-21 12:47:57 -0700 (Tue, 21 Apr 2015)
Log Message:
-----------
webkit-gtk-2.0: update dependencies, make geolocation support optional, geoclue is currently broken due to gpsd issues (#47459).
Modified Paths:
--------------
trunk/dports/www/webkit-gtk-2.0/Portfile
Modified: trunk/dports/www/webkit-gtk-2.0/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk-2.0/Portfile 2015-04-21 18:56:19 UTC (rev 135272)
+++ trunk/dports/www/webkit-gtk-2.0/Portfile 2015-04-21 19:47:57 UTC (rev 135273)
@@ -8,7 +8,7 @@
name webkit-gtk-2.0
version 2.0.4
-revision 5
+revision 6
description Apple's WebKit HTML rendering library for GTK+
long_description ${description}
maintainers jeremyhu devans
@@ -32,9 +32,9 @@
port:bison \
port:flex \
port:enchant \
- port:geoclue \
port:gobject-introspection \
port:harfbuzz-icu \
+ port:icu \
port:libxslt \
port:libpng \
port:libsecret \
@@ -77,11 +77,11 @@
configure.python /usr/bin/python
configure.args \
+ --disable-geolocation \
--disable-webkit2 \
--enable-introspection \
--disable-video \
--enable-svg \
- --enable-geolocation \
--enable-webgl
platform darwin {
@@ -220,6 +220,12 @@
quartz-include-widgetbackingstorecairo.patch
}
+variant geolocation description {Enable geolocation support using geoclue} {
+ depends_lib-append port:geoclue
+ configure.args-delete --disable-geolocation
+ configure.args-append --enable-geolocation
+}
+
variant video description {Enable HTML5 video support using gstreamer} {
depends_lib-append port:gstreamer1-gst-plugins-base
configure.args-delete --disable-video
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150421/2a058008/attachment.html>
More information about the macports-changes
mailing list