<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Chris,<div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 24, 2019, at 2:47 PM, Chris Jones <<a href="mailto:jonesc@hep.phy.cam.ac.uk" class="">jonesc@hep.phy.cam.ac.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/9cf3483d656788c57c73cdf66234f43f7e716af3" class="">https://github.com/macports/macports-ports/commit/9cf3483d656788c57c73cdf66234f43f7e716af3</a></p>
<pre style="white-space: pre; background: #F8F8F8" class=""><span style="display:block; white-space:pre;color:#808000;" class="">commit 9cf3483d656788c57c73cdf66234f43f7e716af3
</span>Author: Chris Jones <<a href="mailto:jonesc@macports.org" class="">jonesc@macports.org</a>>
AuthorDate: Thu Jan 24 21:47:38 2019 +0000

<span style="display:block; white-space:pre;color:#404040;" class="">    xrootd: use cmake 1.1 PG. Update compiler settings. Removing force use of libc++.
</span>---
 science/xrootd/Portfile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/science/xrootd/Portfile b/science/xrootd/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index 9eafb47..04b38f1 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/science/xrootd/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/science/xrootd/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -1,7 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-PortGroup           cmake 1.0
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+PortGroup           cmake 1.1
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           github 1.0
 PortGroup           legacysupport 1.0
<span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -49,19 +49,20 @@ default_variants    +ssl +readline +kerberos
</span> 
 cmake.out_of_source yes
</pre></div></blockquote><div><br class=""></div><div>This is the default in the cmake 1.1 portgroup and so this line can be removed now. </div><br class=""><blockquote type="cite" class=""><div class=""><pre style="white-space: pre; background: #F8F8F8" class=""> 
<span style="display:block; white-space:pre;background:#e0ffe0;" class="">+# Force a compatible compiler
</span> compiler.blacklist-append *gcc* {clang < 900} macports-clang-3.3 macports-clang-3.4 \
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-                          macports-clang-3.7 macports-clang-3.9 
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-compiler.whitelist clang macports-clang-6.0 macports-clang-5.0 macports-clang-4.0
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+                          macports-clang-3.7 macports-clang-4.0 macports-clang-3.9
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+compiler.whitelist clang macports-clang-7.0 macports-clang-6.0 macports-clang-5.0
</span> 
 # Note that we are forcing this choice. This means that anything linking
 # against root6 needs to also be using libc++.  This is possibly
 # problematic, but luckily there is just a limited set of such dependents.
 # Another problem is that all dependencies might need to be built-in
 # to make sure that they all use libc++.
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-if { ${configure.cxx_stdlib} ne "libc++" } {
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-    configure.cxx_stdlib libc++
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-    depends_lib-append port:libcxx
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-}
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+#if { ${configure.cxx_stdlib} ne "libc++" } {
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+#    configure.cxx_stdlib libc++
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+#    depends_lib-append port:libcxx
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+#}
</span> 
 configure.args-append -DENABLE_CRYPTO=False \
                       -DENABLE_READLINE=False \
</pre><pre style="margin:0" class="">
</pre>

</div></blockquote><br class=""></div><div><br class=""></div><div>Cheers!</div><div>Frank</div><div><br class=""></div><br class=""></div></body></html>