most recent changes, diff for hdf5

Index: science/hdf5/Portfile
--- science/hdf5/Portfile (revision 37051)
+++ science/hdf5/Portfile (revision 37052)
@@ -27,13 +27,18 @@
patch-H5PropList.cpp.diff

use_parallel_build yes
+
configure.args --enable-cxx --with-zlib=yes --with-szlib=no
configure.ldflags -L${worksrcpath}/src/.libs -L${prefix}/lib
+
destroot.destdir prefix=${destroot}${prefix}
+
test.run yes
test.target check


+# variant descriptions
+
variant fortran description {Include the Fortran interface} {
if { [variant_isset gcc43] || [variant_isset gcc42] || [variant_isset g95] } {
configure.args-delete --disable-fortran
@@ -63,6 +68,7 @@
variant gcc43 conflicts g95 gcc42 description {Compile using GCC 4.3} {
depends_lib-append port:gcc43
configure.compiler macports-gcc-4.3
+ configure.env-append LD=${prefix}/bin/g++-mp-4.3
}

variant g95 requires fortran conflicts gcc42 gcc43 description {Use g95 Fortran compiler (unsupported)} {