<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/36983d08be695075ab591297341e6336ff04133a">https://github.com/macports/macports-ports/commit/36983d08be695075ab591297341e6336ff04133a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 36983d08be695075ab591297341e6336ff04133a
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sat Oct 14 09:24:51 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    raptor2: require C11 standard
</span>---
 www/raptor2/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/raptor2/Portfile b/www/raptor2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd6cc408153..266fe3a165e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/raptor2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/raptor2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,10 @@ depends_lib         port:curl \
</span> patchfiles-append   patch-libxml_ver.diff
 patch.args          -p1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# raptor_json.c: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# raptor_json.c: error: 'raptor_json_yajl_integer' undeclared here (not in a function)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --with-icu-config=${prefix}/bin/icu-config
 
 test.run            yes
</pre><pre style='margin:0'>

</pre>