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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/de47e64888d2722abc8e91ed06bc2a53984503a1">https://github.com/macports/macports-ports/commit/de47e64888d2722abc8e91ed06bc2a53984503a1</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 de47e64  libxc4: disable +g95 which won't compile.
</span>de47e64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit de47e64888d2722abc8e91ed06bc2a53984503a1
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Tue Jul 3 22:30:32 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libxc4: disable +g95 which won't compile.
</span>---
 science/libxc4/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libxc4/Portfile b/science/libxc4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 840de20..963b6d7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libxc4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libxc4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,8 @@ checksums           rmd160  474bff5212bf70e75ad0030c3d2dfb9b3109d495 \
</span> distname            libxc-${version}
 
 compilers.choose    fc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compilers.setup     require_fortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.setup     require_fortran -g95
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# g95 cannot handle F2003 here
</span> 
 universal_variant   no
 
</pre><pre style='margin:0'>

</pre>