<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cddbd001714adde668431ae37057fa8f2101ed7d">https://github.com/macports/macports-ports/commit/cddbd001714adde668431ae37057fa8f2101ed7d</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 cddbd001714 PothosCore: add patch to allow building on some older macOS
</span>cddbd001714 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cddbd001714adde668431ae37057fa8f2101ed7d
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Aug 29 19:38:18 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    PothosCore: add patch to allow building on some older macOS
</span>---
 science/PothosCore/Portfile                                   |  5 +++++
 .../PothosCore/files/patch-apps_PothosUtilSelfTests.cpp.diff  | 11 +++++++++++
 2 files changed, 16 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosCore/Portfile b/science/PothosCore/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47b33c55ae1..f385caadfc8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosCore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosCore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,3 +36,8 @@ configure.args-append \
</span>     -DENABLE_INTERNAL_MUPARSERX=OFF \
     -DENABLE_INTERNAL_SERIALIZATION=OFF \
     -DENABLE_TOOLKITS=OFF
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# fix to allow building on some older macOS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# hopefully remove at next release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patch-apps_PothosUtilSelfTests.cpp.diff
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosCore/files/patch-apps_PothosUtilSelfTests.cpp.diff b/science/PothosCore/files/patch-apps_PothosUtilSelfTests.cpp.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..74342d4ca1b
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosCore/files/patch-apps_PothosUtilSelfTests.cpp.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- apps/PothosUtilSelfTests.cpp.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ apps/PothosUtilSelfTests.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -97,7 +97,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         verboseFuture.wait();
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         if (not ok) std::cout << verboseFuture.get();
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-        okVec.emplace_back(ok);
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        okVec.push_back(ok);
</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;'>+     return std::any_of(okVec.begin(), okVec.end(), [](bool ok){return ok;});
</span></pre><pre style='margin:0'>

</pre>