Ticket #16263: patch-Portfile.diff

File patch-Portfile.diff, 1.7 KB (added by mamoll (Mark Moll), 16 years ago)
  • Portfile

     
    33
    44PortSystem          1.0
    55
    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.
    86name                hdf5
    9 version             1.6.7
    10 revision            6
     7version             1.8.1
    118categories          science
    129maintainers         openmaintainer jochen
    1310
     
    1512long_description    ${description}
    1613homepage            http://www.hdfgroup.org/HDF5/
    1714platforms           darwin
    18 master_sites        ftp://ftp.hdfgroup.org/HDF5/current16/src/
    19 checksums           md5 79027c67188e2e4131c5573771f477ce \
    20                     sha1 9c26fe09cdad269c9a6757933f70ca164a47b8e8 \
    21                     rmd160 2dbbcccd32986dcd66ce804c5e90ac6c949b71f6
     15master_sites        ftp://ftp.hdfgroup.org/HDF5/current/src/
     16checksums           md5 193a4ea1a2b1c6d34bcb357db7d112a6 \
     17                    sha1 8289b26ef5387de2a9f27b0540ca24768dcb2207 \
     18                    rmd160 14a1569304a860cdaa2d3e16712c9ca5f04fc39b
    2219
    2320depends_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.diff
    2821
    2922use_parallel_build  yes
    3023
    31 configure.args      --enable-cxx --with-zlib=yes --with-szlib=no
     24configure.args      --enable-cxx --with-zlib=yes --with-szlib=no \
     25                    --enable-filters=all
    3226configure.ldflags   -L${worksrcpath}/src/.libs -L${prefix}/lib
    3327
    3428destroot.destdir    prefix=${destroot}${prefix}