<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/520df8caaf7381d46707f58e5d0a9d2298549eb1">https://github.com/macports/macports-ports/commit/520df8caaf7381d46707f58e5d0a9d2298549eb1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 520df8caaf7381d46707f58e5d0a9d2298549eb1
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Oct 26 20:57:44 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> webkit2-gtk-devel: remove clang-5.0 whitelist
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> ambiguous symbol was fixed upstream
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> also uncomment system guards for 10.7 and 10.8
</span><span style='display:block; white-space:pre;color:#404040;'> left commented accidentally
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> have to revbump as this will change some files
</span><span style='display:block; white-space:pre;color:#404040;'> on disk on older systems
</span>---
www/webkit2-gtk-devel/Portfile | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk-devel/Portfile b/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 18063d9..47f3172 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ cmake.generator Ninja
</span> name webkit2-gtk-devel
conflicts webkit2-gtk
version 2.27.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
description Apple's WebKit2 HTML rendering library for GTK+3
long_description ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,7 +91,6 @@ patchfiles-append patch-enable-plugin-architecture-unix.diff
</span> # runs without this patch.
patchfiles-append patch-bundle-link-webcore.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # it is preferred to use the WebKit built in bmalloc if it builds on a given os.
# it has improved security features, but not all systems can build it at present.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -153,12 +152,6 @@ variant minibrowser description {Build and install MiniBrowser (for testing)} {
</span> # the above code presently builds as-in on 10.13 and up
if {${os.platform} eq "darwin" && ${os.major} <= 16} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # the only compiler I know that works here is macports-clang-5.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # macports-clang-9.0 does not work. There may be others in between that work.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # to be discovered as time allows. Input appreciated from interested parties.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # the first generated error is a name collision with MacTypes.h
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.whitelist macports-clang-5.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # build of bmalloc fails up to 10.12 https://trac.macports.org/ticket/59447
configure.args-replace -DUSE_SYSTEM_MALLOC=OFF -DUSE_SYSTEM_MALLOC=ON
patchfiles-append patch-ramsize.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -193,9 +186,9 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} {
</span> # disable veclib on 10.7 and 10.8. There is a definition for
# class complex<> in the vForce.h header that collides with libc++
# if anyone has a more elegant fix for this, please volunteer it
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# if {${os.major} == 11 || ${os.major} == 12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} == 11 || ${os.major} == 12} {
</span> patchfiles-append patch-webcore-platform-audio-directconvolver-disable-veclib.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span>
# add dep for newer ruby and spec this for build
# https://trac.macports.org/ticket/52016
</pre><pre style='margin:0'>
</pre>