<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1c0404650a2525ae8490e40fefdf10f0a64abf2d">https://github.com/macports/macports-ports/commit/1c0404650a2525ae8490e40fefdf10f0a64abf2d</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 1c0404650a2 gdal: specify cmake.set_cxx_standard - Necessary, otherwise standard not properly specified during build - CC: @veence
</span>1c0404650a2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c0404650a2525ae8490e40fefdf10f0a64abf2d
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Apr 30 16:53:59 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gdal: specify cmake.set_cxx_standard
</span><span style='display:block; white-space:pre;color:#404040;'>    - Necessary, otherwise standard not properly specified during build
</span><span style='display:block; white-space:pre;color:#404040;'>    - CC: @veence
</span>---
 gis/gdal/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ca19c5f3cb3..9bd56da217c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,8 @@ use_xz              yes
</span> compiler.blacklist-append {clang < 900}
 
 compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.set_cxx_standard yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # See https://trac.macports.org/ticket/56908
 compiler.thread_local_storage yes
 
</pre><pre style='margin:0'>

</pre>