diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-24 06:50:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-24 06:50:24 +0000 |
commit | 5b45f9d53f226649d2a2e841e57376443a7754f5 (patch) | |
tree | e4d21d0b795ab092d9834f9500204b22c543d2e5 /science | |
parent | da62f1f545f564264dd7bc9125faa81fffa77dd1 (diff) | |
download | ports-5b45f9d53f226649d2a2e841e57376443a7754f5.tar.gz ports-5b45f9d53f226649d2a2e841e57376443a7754f5.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index d0bfe91184ca..a73d3c676a7d 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.13 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ @@ -27,6 +28,7 @@ CONFIGURE_ARGS= --enable-cxx \ --with-zlib=/usr GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= libtool tar:bzip2 diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index f08b0cf2ef66..2f15621862ba 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -120,6 +120,7 @@ include/H5version.h %%FORTRAN%%include/h5t.mod %%FORTRAN%%include/h5t_provisional.mod %%FORTRAN%%include/h5tb.mod +%%FORTRAN%%include/h5test_kind_sizeof_mod.mod %%FORTRAN%%include/h5z.mod include/hdf5.h %%FORTRAN%%include/hdf5.mod @@ -148,4 +149,4 @@ lib/libhdf5_hl_cpp.so.8.0.2 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.8 -%%FORTRAN%%lib/libhdf5hl_fortran.so.8.0.1 +%%FORTRAN%%lib/libhdf5hl_fortran.so.8.0.2 |