<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64d03b1b6b24ec138e83348ac68beca89ad6fcf5">https://github.com/macports/macports-ports/commit/64d03b1b6b24ec138e83348ac68beca89ad6fcf5</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 64d03b1b6b2 rarian: use C++11 to unbreak the build
</span>64d03b1b6b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 64d03b1b6b24ec138e83348ac68beca89ad6fcf5
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sat Dec 14 14:32:26 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    rarian: use C++11 to unbreak the build
</span>---
 textproc/rarian/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/rarian/Portfile b/textproc/rarian/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d903a7f41ad..098ebb5d37b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/rarian/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/rarian/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,4 +37,4 @@ depends_lib         port:tinyxml2
</span> depends_run         path:bin/xsltproc:libxslt \
                     path:bin/getopt:util-linux
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  gcc-4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span></pre><pre style='margin:0'>

</pre>