<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/d5b504c0c436eb314d7a2a6e355275f1a3a2bd61">https://github.com/macports/macports-ports/commit/d5b504c0c436eb314d7a2a6e355275f1a3a2bd61</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 d5b504c0c43 bison: tighten comments
</span>d5b504c0c43 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d5b504c0c436eb314d7a2a6e355275f1a3a2bd61
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Tue Jun 29 20:42:40 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    bison: tighten comments
</span>---
 devel/bison/Portfile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

<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 ce9b7b75bda..42851c1e5d3 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;'>@@ -80,13 +80,7 @@ if {${subport} eq "bison-runtime"} {
</span>     patchfiles-append patch-wordsize.diff
 
     variant tests description {Enable test support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # the build uses pragmas inside functions, which requires a newer gcc version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # and also uses C11 redefinition of typedefs in the test suite
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # this is possibly a bug, to be further elucidated once a more complete understanding
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # is available. See ticket #59927 for further details of this issue.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # NB: by setting the C standard in the test variant like this, you are possibly
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # testing a build that is completely different than the build you are installing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # the test suite uses C11 redefinition of typedefs #59927
</span>         compiler.c_standard 2011
 
         test.run        yes
</pre><pre style='margin:0'>

</pre>