<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/6d1254bfeaf7d50fdb08cc49511496f18458d15e">https://github.com/macports/macports-ports/commit/6d1254bfeaf7d50fdb08cc49511496f18458d15e</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 6d1254bfeaf libqalculate: fix build with ICU 76
</span>6d1254bfeaf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d1254bfeaf7d50fdb08cc49511496f18458d15e
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Tue Dec 17 22:04:49 2024 +0400

<span style='display:block; white-space:pre;color:#404040;'>    libqalculate: fix build with ICU 76
</span>---
 math/libqalculate/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libqalculate/Portfile b/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4fad091732c..62cfa8411f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           legacysupport 1.1
</span> 
 github.setup        qalculate libqalculate 5.4.0 v
 github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          math
 maintainers         {gmail.com:jjstickel @jjstickel} {judaew @judaew} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,9 +54,9 @@ depends_lib-append \
</span>                     port:readline \
                     port:libiconv
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# required for ICU
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ICU requires C++17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++17
</span> 
 # https://github.com/Qalculate/libqalculate/issues/543
 # https://trac.macports.org/ticket/63645
</pre><pre style='margin:0'>

</pre>