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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5f7b6966b63fec37e90bd933e8b986e2d3a5188e">https://github.com/macports/macports-ports/commit/5f7b6966b63fec37e90bd933e8b986e2d3a5188e</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 5f7b696  bison: add comments about the recent fixes
</span>5f7b696 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5f7b6966b63fec37e90bd933e8b986e2d3a5188e
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Jan 9 08:55:41 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    bison: add comments about the recent fixes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    mostly taken from the commit messages for these fixes
</span><span style='display:block; white-space:pre;color:#404040;'>    but now added into the portfile as well for added clarity
</span>---
 devel/bison/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bison/Portfile b/devel/bison/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d93db75..98f105c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +72,16 @@ if {${subport} eq "bison-runtime"} {
</span>     livecheck.type  none
 } else {
     patchfiles-append skip-runtime-po.patch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # __WORDSIZE is not defined in the Tiger stdint.h header
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # we add in a 32 and 64 bit compatible version of the macro
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # taken from the later Apple stdint.h headers
</span>     patchfiles-append patch-wordsize.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # the build uses pragmas inside functions, which requires a newer gcc version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # and also uses C11 redefinition of typedefs in the test suite
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # this is possibly a bug, to be further elucidated once a more complete understanding
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # is available. See ticket #59927 for further details of this issue.
</span>     compiler.c_standard 2011
     test.run        yes
     test.target     check
</pre><pre style='margin:0'>

</pre>