<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ffcfac17ef7062169cdf49b153e7fe0bbfb3a855">https://github.com/macports/macports-ports/commit/ffcfac17ef7062169cdf49b153e7fe0bbfb3a855</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ffcfac17ef7062169cdf49b153e7fe0bbfb3a855
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Fri Apr 26 10:56:17 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    qalculate-gtk: set cxx_standard 2011
</span>---
 math/qalculate-gtk/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/qalculate-gtk/Portfile b/math/qalculate-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37e8df35017..f2e8cd602b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/qalculate-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/qalculate-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,11 @@ checksums           rmd160  10196e3b17523268c866fcca474b6ecfc04451db \
</span> use_autoreconf      yes
 autoreconf.args     -fvi
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# callbacks.cc: error: invalid suffix "b0001" on integer constant
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# /usr/include/c++/4.2.1/ext/hashtable.h: error: no match for call to ‘(const __gnu_cxx::hash<Unit*>) (Unit* const&)’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: no match for call to ‘(const __gnu_cxx::hash<long long unsigned int>) (const long long unsigned int&)’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:intltool \
                     port:pkgconfig
</pre><pre style='margin:0'>

</pre>