Ticket #16263: patch-Portfile.diff
File patch-Portfile.diff, 1.7 KB (added by mamoll (Mark Moll), 16 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 6 # This Portfile still follows 1.6.x, in the spirit of 1.8 not being ready for production.7 # We should provide a hdf5-devel port for 1.8 at this time, I guess.8 6 name hdf5 9 version 1.6.7 10 revision 6 7 version 1.8.1 11 8 categories science 12 9 maintainers openmaintainer jochen 13 10 … … 15 12 long_description ${description} 16 13 homepage http://www.hdfgroup.org/HDF5/ 17 14 platforms darwin 18 master_sites ftp://ftp.hdfgroup.org/HDF5/current 16/src/19 checksums md5 79027c67188e2e4131c5573771f477ce\20 sha1 9c26fe09cdad269c9a6757933f70ca164a47b8e8\21 rmd160 2dbbcccd32986dcd66ce804c5e90ac6c949b71f615 master_sites ftp://ftp.hdfgroup.org/HDF5/current/src/ 16 checksums md5 193a4ea1a2b1c6d34bcb357db7d112a6 \ 17 sha1 8289b26ef5387de2a9f27b0540ca24768dcb2207 \ 18 rmd160 14a1569304a860cdaa2d3e16712c9ca5f04fc39b 22 19 23 20 depends_lib port:zlib 24 patchfiles patch-gnu-flags.diff \25 patch-commence.diff patch-c-commence.diff \26 patch-fortran-commence.diff patch-H5f90i.diff \27 patch-H5PropList.cpp.diff28 21 29 22 use_parallel_build yes 30 23 31 configure.args --enable-cxx --with-zlib=yes --with-szlib=no 24 configure.args --enable-cxx --with-zlib=yes --with-szlib=no \ 25 --enable-filters=all 32 26 configure.ldflags -L${worksrcpath}/src/.libs -L${prefix}/lib 33 27 34 28 destroot.destdir prefix=${destroot}${prefix}