<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0d4bc24e322912c1a4a6ff60cec0dc62b3523f40">https://github.com/macports/macports-ports/commit/0d4bc24e322912c1a4a6ff60cec0dc62b3523f40</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 0d4bc24e322 ocaml-zarith: do not apply patch on PPC, it breaks build
</span>0d4bc24e322 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0d4bc24e322912c1a4a6ff60cec0dc62b3523f40
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu May 26 08:12:02 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    ocaml-zarith: do not apply patch on PPC, it breaks build
</span>---
 ocaml/ocaml-zarith/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-zarith/Portfile b/ocaml/ocaml-zarith/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1dbfd93c33..f382b2cfe5f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-zarith/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-zarith/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,6 @@ revision            0
</span> categories          ocaml devel
 maintainers         {landonf @landonf} openmaintainer
 license             LGPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 description         Arbitrary-precision integers for OCaml
 long_description    \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +26,11 @@ checksums           rmd160  433a8afe819e703d028afa3eba2fcb7f7c4ada06 \
</span> depends_build       port:perl5
 depends_lib         port:ocaml port:ocaml-findlib port:gmp
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles          patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} ne "ppc" || ${build_arch} ne "ppc64"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # The following patch forces ocamlopt to be seen as available, but it is not on PPC
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # See: https://github.com/ocaml/Zarith/issues/125
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles      patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 configure.pre_args
 configure.args       -installdir ${destroot}${ocaml.package_dir} -ocamllibdir ${prefix}/lib/ocaml
</pre><pre style='margin:0'>

</pre>