<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f7951ebbcb5634ec6792cfef462e298f1d086797">https://github.com/macports/macports-ports/commit/f7951ebbcb5634ec6792cfef462e298f1d086797</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f7951ebbcb5634ec6792cfef462e298f1d086797
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Sep 29 13:15:39 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    evolution-data-server: correctly disable GNOME_AUTH where webkit2gtk is unavailable
</span>---
 gnome/evolution-data-server/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/evolution-data-server/Portfile b/gnome/evolution-data-server/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 14f038d..d5192c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/evolution-data-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/evolution-data-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,6 @@ configure.args-append \
</span>                     -DENABLE_INTROSPECTION=OFF \
                     -DENABLE_SMIME=ON \
                     -DENABLE_GTK=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DENABLE_GOOGLE_AUTH=ON \
</span>                     -DENABLE_EXAMPLES=OFF \
                     -DENABLE_GOA=ON \
                     -DENABLE_IPV6=ON \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,9 +94,10 @@ post-activate    {
</span> 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# google auth requires webkitgtk-3.0 >= 2.4.9 json-glib >= 1.0.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-append --disable-google-auth
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# google auth requires webkit2gtk-4.0 >= 2.11.91 json-glib >= 1.0.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append -DENABLE_GOOGLE_AUTH=OFF
</span>     } else {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append -DENABLE_GOOGLE_AUTH=ON
</span>         depends_lib-append  path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk \
                             port:json-glib
     }
</pre><pre style='margin:0'>

</pre>