<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f3f20561309a8eb42bba1421e71a2f4efd94f9ad">https://github.com/macports/macports-ports/commit/f3f20561309a8eb42bba1421e71a2f4efd94f9ad</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 f3f2056  py-wxpython-4.0: remove the "--enable-utf8" option
</span>f3f2056 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f3f20561309a8eb42bba1421e71a2f4efd94f9ad
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun Feb 9 11:09:40 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-wxpython-4.0: remove the "--enable-utf8" option
</span>---
 python/py-wxpython-4.0/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59a2e41..4360927 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,11 +44,11 @@ if {${name} ne ${subport}} {
</span>                     port:py${python.version}-sip
 
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        set         extra_options   "'--enable-utf8'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set         extra_options   ""
</span>         # The HIWebView.h file disappeared from the WebKit framework in 10.15, meaning 
         # wxWebKit cannot be built anymore
         if {${os.major} > 18} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            append  extra_options   ", '--disable-webkit'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            append  extra_options   "'--disable-webkit'"
</span>         }
         reinplace -E "s|configure_opts = \\\[\\\]|configure_opts = \[${extra_options}\]|" \
             ${worksrcpath}/buildtools/build_wxwidgets.py
</pre><pre style='margin:0'>

</pre>