<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9fac48a2b959ff65651a01d7674da9232e22cbec">https://github.com/macports/macports-ports/commit/9fac48a2b959ff65651a01d7674da9232e22cbec</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 9fac48a2b95 link-grammar: Needs C++17
</span>9fac48a2b95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9fac48a2b959ff65651a01d7674da9232e22cbec
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Apr 21 00:22:37 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    link-grammar: Needs C++17
</span>---
 textproc/link-grammar/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/link-grammar/Portfile b/textproc/link-grammar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4036f97bae5..a6c0dcbdcef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/link-grammar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/link-grammar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ configure.checks.implicit_function_declaration.whitelist-append strchr
</span> 
 compiler.c_standard 2011
 compiler.cxx_standard \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2017
</span> 
 # Using pcre2 is recommended but it fails to build on macOS.
 # https://github.com/opencog/link-grammar/issues/1495
</pre><pre style='margin:0'>

</pre>