<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aaec1db0d3b4e595f17b8037e041fb760fa7394f">https://github.com/macports/macports-ports/commit/aaec1db0d3b4e595f17b8037e041fb760fa7394f</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 aaec1db  root6: Add Vc dependency
</span>aaec1db is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aaec1db0d3b4e595f17b8037e041fb760fa7394f
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Jun 17 20:26:07 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    root6: Add Vc dependency
</span>---
 science/root6/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/root6/Portfile b/science/root6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f2575e..76fc6f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/root6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -305,8 +305,8 @@ variant http description {Build with HTTP Server library support} {
</span> }
 
 variant vc description {Build with Vc library support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "Vc support is currently disabled by upstream"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#   configure.args-replace  -Dvc=OFF -Dvc=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:Vc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  -Dvc=OFF -Dvc=ON
</span> }
 
 variant debug description {Enable a debug build} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -674,7 +674,7 @@ if { ${active_clang_variant} != "" } {
</span> 
 # Enable variants that only seem to work when not using macports clang...
 if [expr ![string match macports-clang-* ${configure.compiler}] ] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +veccore +cxx17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +veccore +vc +cxx17
</span>     #default_variants-append +davix
 } else {
     default_variants-append +cxx14
</pre><pre style='margin:0'>

</pre>