From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6EB3730; Wed, 18 Feb 2015 16:19:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 995C0DF0; Wed, 18 Feb 2015 16:19:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJwki057956; Wed, 18 Feb 2015 16:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJwT2057954; Wed, 18 Feb 2015 16:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJwT2057954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379238 - head/science/hdf5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 16:19:58 -0000 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: