<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/413f149911924d7442c4ebe5c0923eabb7555005">https://github.com/macports/macports-ports/commit/413f149911924d7442c4ebe5c0923eabb7555005</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 413f149  mongodb: Blacklist clang from Xcode 10.0 and 10.1
</span>413f149 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 413f149911924d7442c4ebe5c0923eabb7555005
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Feb 5 15:44:36 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mongodb: Blacklist clang from Xcode 10.0 and 10.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60032
</span>---
 databases/mongodb/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mongodb/Portfile b/databases/mongodb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2ca9de9..8303e38 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mongodb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mongodb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,8 +51,11 @@ use_configure       no
</span> configure.cxx_stdlib libc++
 compiler.cxx_standard 2017
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This matches a version check of __apple_build_version__ in SConstruct.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 1000}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This usually matches a version check of __apple_build_version__ in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# SConstruct, but for 4.2.x it wasn't restrictive enough. Xcode 10.0 and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 10.1 can't actually build this.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://jira.mongodb.org/browse/SERVER-45922
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1001}
</span> 
 # It sets its own optimization flags via the --opt flag.
 configure.optflags
</pre><pre style='margin:0'>

</pre>