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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/32b133f2a08f9a3967629da48890cd09554dd9b6">https://github.com/macports/macports-ports/commit/32b133f2a08f9a3967629da48890cd09554dd9b6</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 32b133f  science/hdf5: revert change to compiler blacklist in #8ceab38545d00f70f8f210008cd760f20cd19407. Build with gcc-3.3, gcc-4.0, gcc-4.2 is still broken
</span>32b133f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 32b133f2a08f9a3967629da48890cd09554dd9b6
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Mon Apr 9 14:15:04 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    science/hdf5: revert change to compiler blacklist in #8ceab38545d00f70f8f210008cd760f20cd19407. Build with gcc-3.3, gcc-4.0, gcc-4.2 is still broken
</span>---
 science/hdf5/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/hdf5/Portfile b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 810fb93..3edc02e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ patchfiles          patch-tools-src-misc-h5cc.in.diff
</span> compiler.blacklist  llvm-gcc-4.2
 
 # #pragma pack() results in "too many #pragma options align=reset"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append apple-gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
</span> if {[vercmp ${xcodeversion} 4.0] < 0} {
     # configure.cxx is still /usr/bin/llvm-g++-4.2
     compiler.blacklist-append clang
</pre><pre style='margin:0'>

</pre>