<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/cd43f8c47a9e65a56d49b76408d3b803433bf000">https://github.com/macports/macports-base/commit/cd43f8c47a9e65a56d49b76408d3b803433bf000</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 cd43f8c47 Direct users to ProblemHotlist#clts16 when needed
</span>cd43f8c47 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cd43f8c47a9e65a56d49b76408d3b803433bf000
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jun 26 16:52:39 2025 +1000
<span style='display:block; white-space:pre;color:#404040;'> Direct users to ProblemHotlist#clts16 when needed
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/70750
</span>---
src/port1.0/portutil.tcl | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portutil.tcl b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 4d9ad27c8..4b52d019e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3421,6 +3421,10 @@ proc _check_xcode_version {} {
</span> } else {
ui_warn "The macOS ${configure.sdk_version} SDK does not appear to be installed. This port may not build correctly."
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ } elseif {$xcodecltversion ne "none" && [vercmp $xcodecltversion >= 16]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ && [file exists ${cltpath}/usr/include/c++/v1]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_warn "Old C++ headers are present, which may cause build failures with Command Line Tools v16+."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_warn "Please see: <https://trac.macports.org/wiki/ProblemHotlist#clts16>"
</span> }
}
</pre><pre style='margin:0'>
</pre>