<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8fb55a480670eb5bd69b89849f77235535e7dc81">https://github.com/macports/macports-ports/commit/8fb55a480670eb5bd69b89849f77235535e7dc81</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 8fb55a4  boost: avoid static versions of C & C++ runtimes
</span>8fb55a4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8fb55a480670eb5bd69b89849f77235535e7dc81
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Nov 22 11:45:35 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    boost: avoid static versions of C & C++ runtimes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See http://www.boost.org/build/doc/html/bbv2/overview/invocation.html
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump because the port either builds correctly or not at all.
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/55291
</span>---
 devel/boost/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost/Portfile b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e033365..cb93727 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,7 +139,7 @@ build.args      -d2 \
</span>                 variant=release \
                 threading=single,multi \
                 link=static,shared \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                runtime-link=static,shared \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                runtime-link=shared \
</span>                 -j${build.jobs}
 
 destroot.cmd            ${worksrcpath}/bjam
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,7 +235,6 @@ variant debug description {Builds debug versions of the libraries as well} {
</span> variant no_static description {Disable building static libraries} {
     build.args-delete   link=static,shared
     build.args-append   link=shared
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    build.args-replace  runtime-link=static,shared runtime-link=shared
</span> }
 
 variant no_single description {Disable building single-threaded libraries} {
</pre><pre style='margin:0'>

</pre>