Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 16:19:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379238 - head/science/hdf5
Message-ID:  <201502181619.t1IGJwT2057954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181619.t1IGJwT2057954>