<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/fff88279257f79e28da29dcab30d820e77835b65">https://github.com/macports/macports-ports/commit/fff88279257f79e28da29dcab30d820e77835b65</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 fff8827  wyrd: Disable parallel build
</span>fff8827 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fff88279257f79e28da29dcab30d820e77835b65
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 27 17:56:35 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wyrd: Disable parallel build
</span>---
 textproc/wyrd/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/wyrd/Portfile b/textproc/wyrd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1dea630..20b62cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/wyrd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/wyrd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,13 @@ universal_variant   no
</span> 
 configure.args      --enable-utf8
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Parallel build failures for the same reason as the ocaml-curses port
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# (wyrd includes a bundled copy): Two ranlib processes try to process the same
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# file; if one isn't done before the next starts, one of several errors occurs:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ranlib: file: libcurses_stubs.a is not writable (No such file or directory)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ranlib: archive member: libcurses_stubs.a(OLORS) size too large (archive member extends past the end of the file)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_parallel_build  no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Error: This expression has type string but an expression was expected of type
 #          bytes
 build.env           OCAMLPARAM="safe-string=0,_"
</pre><pre style='margin:0'>

</pre>