svn commit: r379238 - head/science/hdf5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:19:58 UTC 2015
Author: sunpoet
Date: Wed Feb 18 16:19:57 2015
New Revision: 379238
URL: https://svnweb.freebsd.org/changeset/ports/379238
QAT: https://qat.redports.org/buildarchive/r379238/
Log:
- Fix SZIP option
- Bump PORTREVISION for package change
Modified:
head/science/hdf5/Makefile
Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile Wed Feb 18 16:19:52 2015 (r379237)
+++ head/science/hdf5/Makefile Wed Feb 18 16:19:57 2015 (r379238)
@@ -3,6 +3,7 @@
PORTNAME= hdf5
PORTVERSION= 1.8.14
+PORTREVISION= 1
CATEGORIES= science archivers graphics
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \
ftp://ftp.hdfgroup.org/HDF5/current/src/ \
@@ -43,7 +44,7 @@ FORTRAN_CONFIGURE_ENV= F9X=${FC}
FORTRAN_CONFIGURE_OFF= --disable-fortran --disable-fortran2003
FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003
FORTRAN_USES= fortran
-SZIP_CONFIGURE_ARGS= --with-szlib=${LOCALBASE}
+SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE}
SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip
post-patch:
More information about the svn-ports-all
mailing list