<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/3e8235b00cf7039fba0c3ab154802d90b2903dfa">https://github.com/macports/macports-base/commit/3e8235b00cf7039fba0c3ab154802d90b2903dfa</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 3e8235b portutil: Make the no-system-headers warning less wordy
</span>3e8235b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3e8235b00cf7039fba0c3ab154802d90b2903dfa
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Tue Mar 7 16:24:15 2017 -0800
<span style='display:block; white-space:pre;color:#404040;'> portutil: Make the no-system-headers warning less wordy
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
src/port1.0/portutil.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 ebcbc78..85c52d3 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;'>@@ -3221,7 +3221,7 @@ proc _check_xcode_version {} {
</span> # Check whether /usr/include and /usr/bin/make exist and tell users to install the command line tools, if they don't
if { ![file isdirectory [file join $cltpath usr include]]
|| ![file executable [file join $cltpath usr bin make]]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_warn "The system headers do not appear to be installed. While most ports should build correctly against an SDK, some ports still have a dependency on system headers and will fail to build. Please file tickets about such failures at https://trac.macports.org."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_warn "System headers do not appear to be installed. Most ports should build corectly, but if you experience problems due to a port depending on system headers, please file a ticket at https://trac.macports.org."
</span> if {[vercmp $macosx_version 10.9] >= 0} {
ui_warn "You can install them as part of the Xcode Command Line Tools package by running `xcode-select --install'."
} else {
</pre><pre style='margin:0'>
</pre>