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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3ab6e240b0d0ca2cfdfac7ac2fc80823bdfe2d97">https://github.com/macports/macports-ports/commit/3ab6e240b0d0ca2cfdfac7ac2fc80823bdfe2d97</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 3ab6e240b0d libidn2: doesn't really need C++-2011
</span>3ab6e240b0d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3ab6e240b0d0ca2cfdfac7ac2fc80823bdfe2d97
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Apr 26 18:48:57 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libidn2: doesn't really need C++-2011
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This requirements dramatically increase a number of compilers which is
</span><span style='display:block; white-space:pre;color:#404040;'>    required to compile `curl -http2` which is used by guys like me with
</span><span style='display:block; white-space:pre;color:#404040;'>    bootstrap MacPorts which is used to bring fresh `libcurl`.
</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/66614
</span>---
 mail/libidn2/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/libidn2/Portfile b/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1674d8dd86..296f0a66f13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/libidn2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,8 +34,6 @@ configure.checks.implicit_function_declaration.whitelist-append strchr
</span> 
 configure.args      --disable-silent-rules
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> patchfiles          patch-configure.diff
 
 if {${os.platform} eq "darwin" && ${os.major} < 10} {
</pre><pre style='margin:0'>

</pre>