<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/97ca1ab814b418b61a06ae4a60b061b5b8b94f48">https://github.com/macports/macports-ports/commit/97ca1ab814b418b61a06ae4a60b061b5b8b94f48</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 97ca1ab814b foundationdb: Require c++17 and a modern MP clang on macOS10.13 and older
</span>97ca1ab814b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97ca1ab814b418b61a06ae4a60b061b5b8b94f48
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Apr 27 13:59:50 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    foundationdb: Require c++17 and a modern MP clang on macOS10.13 and older
</span>---
 databases/foundationdb/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/foundationdb/Portfile b/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3aca6560802..076422e907d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        apple foundationdb 6.3.12
 revision            1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +33,10 @@ depends_build-append port:python39
</span> use_parallel_build  no
 cmake.generator     Ninja
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Requires c++17 (std::variant)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1100} {macports-clang-[4-9].0}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     # install compiled binaries
 
</pre><pre style='margin:0'>

</pre>