<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/44aef1f0e4624004a92f9addffabcccaff5fa710">https://github.com/macports/macports-ports/commit/44aef1f0e4624004a92f9addffabcccaff5fa710</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 44aef1f0e46 cmake: add comment for why the move to C++14
</span>44aef1f0e46 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 44aef1f0e4624004a92f9addffabcccaff5fa710
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Dec 2 13:49:58 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake: add comment for why the move to C++14
</span>---
 devel/cmake/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c802c2499d6..99cb492e074 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,12 @@ revision            0
</span> 
 # limit livecheck to the current major.minor version
 gitlab.livecheck.regex {(3\.24\.[0-9.]+)}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# CMake can be built with C++11, but some older Clang on OSX 10.9 and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# earlier claim C++11 support yet don't actually support certain features.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Bump to C++14 to avoid these issues.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# See also https://trac.macports.org/ticket/66340 and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/66040
</span> compiler.cxx_standard 2014
 
 platform darwin {
</pre><pre style='margin:0'>

</pre>