<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/ac569fd91075eb251841273f0d1a1e0f1b2629bf">https://github.com/macports/macports-ports/commit/ac569fd91075eb251841273f0d1a1e0f1b2629bf</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 ac569fd9107 nghttp2: use compiler.cxx_standard 2020
</span>ac569fd9107 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ac569fd91075eb251841273f0d1a1e0f1b2629bf
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Mon May 13 11:29:39 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> nghttp2: use compiler.cxx_standard 2020
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://github.com/nghttp2/nghttp2/issues/2192
</span>---
www/nghttp2/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f69ba3025a6..cb844a1e47e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ patchfiles-append patch-src-shrpx_client_handler.cc.diff \
</span> use_autoreconf yes
configure.checks.implicit_function_declaration.whitelist-append strchr
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2020
</span>
configure.args --disable-silent-rules \
--disable-threads \
</pre><pre style='margin:0'>
</pre>