<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/99071bbea2e17d92cabeeae19a0d112b53c5c1ef">https://github.com/macports/macports-ports/commit/99071bbea2e17d92cabeeae19a0d112b53c5c1ef</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 99071bb  webkit2-gtk* : disable universal variant
</span>99071bb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 99071bbea2e17d92cabeeae19a0d112b53c5c1ef
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Fri Jun 5 12:49:30 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk* : disable universal variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    unable to make this build universal after considerable
</span><span style='display:block; white-space:pre;color:#404040;'>    attempts. muniversal PG does not fix it. Disabling JIT
</span><span style='display:block; white-space:pre;color:#404040;'>    does not fix it. Help wanted, if motivated.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    see https://trac.macports.org/ticket/56792
</span>---
 www/webkit2-gtk-devel/Portfile | 6 ++++++
 www/webkit2-gtk/Portfile       | 6 ++++++
 2 files changed, 12 insertions(+)

<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 9852e6b..4e288e3 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;'>@@ -148,6 +148,12 @@ variant minibrowser description {Build and install MiniBrowser (for testing)} {
</span>     depends_run-append       port:adwaita-icon-theme
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/56792
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no success at building universal after considerable attempts
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# errors out in the javascript interpreter
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# muniversal PG does not fix it. disabling the JIT does not fix it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# help wanted, if suitably motivated
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant   no
</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;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0675632..15e8f8e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,6 +154,12 @@ variant minibrowser description {Build and install MiniBrowser (for testing)} {
</span>     depends_run-append       port:adwaita-icon-theme
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/56792
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no success at building universal after considerable attempts
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# errors out in the javascript interpreter
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# muniversal PG does not fix it. disabling the JIT does not fix it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# help wanted, if suitably motivated
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant   no
</span> 
 # the above code presently builds as-in on 10.13 and up
 if {${os.platform} eq "darwin" && ${os.major} <= 16} {
</pre><pre style='margin:0'>

</pre>