<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9668458528ac705a717188135a61af698faddc10">https://github.com/macports/macports-ports/commit/9668458528ac705a717188135a61af698faddc10</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 9668458528a foundationdb: configure cmake to use python39 port
</span>9668458528a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9668458528ac705a717188135a61af698faddc10
</span>Author: Brian D. Wells <spam_brian@me.com>
AuthorDate: Tue Apr 27 22:36:11 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    foundationdb: configure cmake to use python39 port
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    also clean out trailing whitespace on a line
</span>---
 databases/foundationdb/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<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 076422e907d..e644df20bdb 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;'>@@ -28,7 +28,12 @@ checksums           rmd160  2bf9a258d5db140d232fb6355fc810010824c014 \
</span> depends_lib-append  port:mono
 depends_build-append port:python39
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# The FoundationDB build can easily run out of memory and crash, 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# make sure FoundationDB uses python from the python3.9 port
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env     PYTHON_ROOT_DIR=${prefix}/bin/python3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The FoundationDB build can easily run out of memory and crash,
</span> # so the recommendation is to use "ninja -j1" when building.
 use_parallel_build  no
 cmake.generator     Ninja
</pre><pre style='margin:0'>

</pre>