diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-05-04 17:50:41 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-05-04 17:50:41 +0000 |
commit | aa8cd682fbe9bc3409ffaebd85e3582cdb0f188f (patch) | |
tree | f224dccb0357be95b0a52e4fbe6969099ffee486 /science/hdf5-18 | |
parent | f3d9f610367d5e0638524b5e481d0960d336ae9d (diff) | |
download | freebsd-ports-aa8cd682fbe9bc3409ffaebd85e3582cdb0f188f.zip |
- Update to 1.8.4
PR: ports/144782
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: koziol@hdfgroup.org (maintainer, implicit, timeout - 49 days)
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 19 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 6 |
2 files changed, 16 insertions, 9 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 8d5af32bfc6c..ce25d629c431 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -6,18 +6,19 @@ # PORTNAME= hdf5 -PORTVERSION= 1.8.3 -PORTREVISION= 1 +PORTVERSION= 1.8.4 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ \ - ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.2/src/ + ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.4/src/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= koziol@hdfgroup.org COMMENT= Hierarchical Data Format library (from NCSA) -CONFLICTS= hdf5-1.6.* +CONFLICTS= hdf-4.* hdf5-1.6.* NO_LATEST_LINK= yes +USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug \ @@ -26,9 +27,11 @@ CONFIGURE_ARGS= --disable-debug \ --enable-production \ --enable-strict-format-checks \ --with-pthread=/usr \ - --with-ssl=/usr \ --with-zlib=/usr +OPTIONS= FORTRAN "Fortran support" off \ + SZIP "SZIP support" off + .include <bsd.port.pre.mk> .if defined(WITH_FORTRAN) @@ -40,6 +43,11 @@ PLIST_SUB+= FORTRAN="" PLIST_SUB+= FORTRAN="@comment " .endif +.if defined(WITH_SZIP) +LIB_DEPENDS+= sz.2:${PORTSDIR}/science/szip +CONFIGURE_ARGS+= --with-szlib=${LOCALBASE} +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on ${ARCH} .endif @@ -53,7 +61,6 @@ post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif - .for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam @${STRIP_CMD} ${PREFIX}/bin/${i} .endfor diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo index ed50aa0ba91c..094a3a24eb9e 100644 --- a/science/hdf5-18/distinfo +++ b/science/hdf5-18/distinfo @@ -1,3 +1,3 @@ -MD5 (hdf5-1.8.3.tar.gz) = 5ce228d860bf9e797ca40ab1a823c380 -SHA256 (hdf5-1.8.3.tar.gz) = 2e124dfd59ca00dee693c06cf2517d14b361769e65edbc1c3940063437d0a5e3 -SIZE (hdf5-1.8.3.tar.gz) = 7175884 +MD5 (hdf5-1.8.4-patch1.tar.bz2) = b19f4dfbf654a2af3653c492fc1c7513 +SHA256 (hdf5-1.8.4-patch1.tar.bz2) = 818b9f7ff767e9760d0c8aa0abc16ad20e616cfaab760dd3b18ead67326a3f18 +SIZE (hdf5-1.8.4-patch1.tar.bz2) = 5251124 |