<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6588a7e1b5221ed23c57a94f3efe19880e5acb18">https://github.com/macports/macports-ports/commit/6588a7e1b5221ed23c57a94f3efe19880e5acb18</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 6588a7e  p5-text-bibtex: blacklist compilers that don't support C99
</span>6588a7e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6588a7e1b5221ed23c57a94f3efe19880e5acb18
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Apr 2 11:33:51 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-text-bibtex: blacklist compilers that don't support C99
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Build fix for 10.6 and earlier.
</span>---
 perl/p5-text-bibtex/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-text-bibtex/Portfile b/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 49fdab4..90dfddf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           perl5 1.0
 
 perl5.branches      5.26 5.28
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +29,10 @@ if {${perl5.major} != ""} {
</span>     depends_lib-append \
                     port:p${perl5.major}-unicode-normalize
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # blacklist compilers that don't support C99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # btparse/tests/namebug.c:193: error: ‘for’ loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     perl5.use_module_build
 
     # in inc/MyBuilder.pm, copy_if_modified is called on binaries and libraries
</pre><pre style='margin:0'>

</pre>