<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/81ff4be059c297b01bba54b20eeefc25598f2d02">https://github.com/macports/macports-ports/commit/81ff4be059c297b01bba54b20eeefc25598f2d02</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 81ff4be059c297b01bba54b20eeefc25598f2d02
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 1 17:20:33 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    boost169: Update install prefix to .../boost/1.69, fix builds on 10.15+
</span>---
 devel/boost169/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost169/Portfile b/devel/boost169/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ecd963b089c..68ad114e946 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost169/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost169/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem      1.0
 PortGroup       mpi 1.0
 PortGroup       active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       compiler_blacklist_versions 1.0
</span> 
 name            boost169
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +48,9 @@ post-extract {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set bprefix ${prefix}/libexec/boost/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Install prefix for this port
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set branch  [join [lrange [split ${version} .] 0 1] .]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set bprefix ${prefix}/libexec/boost/${branch}
</span> 
 # patch-apple-clang-no-libcxx.diff fixes a clang configuration error
 # that occurs on OS X 10.7 and 10.8 due to the assumption that if
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,6 +99,9 @@ proc write_jam s {
</span> compilers.choose   cc cxx
 mpi.setup          -gcc
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang: error: unknown argument: '-fcoalesce-templates'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang > 1100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # NOTE: although technically Boost does not require C++11 compliance
 # for building, doing so allows for building on more OSs than without.
 # Further: Building Boost using C++11 compliance does not seem to then
</pre><pre style='margin:0'>

</pre>