From owner-svn-ports-all@FreeBSD.ORG Sat May 24 06:50:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60688B0B; Sat, 24 May 2014 06:50:25 +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 4DB4E204C; Sat, 24 May 2014 06:50:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O6oPxV019390; Sat, 24 May 2014 06:50:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O6oOPt019385; Sat, 24 May 2014 06:50:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405240650.s4O6oOPt019385@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 06:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354986 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 06:50:25 -0000 Author: sunpoet Date: Sat May 24 06:50:24 2014 New Revision: 354986 URL: http://svnweb.freebsd.org/changeset/ports/354986 QAT: https://qat.redports.org/buildarchive/r354986/ Log: - Mark MAKE_JOBS_UNSAFE - Fix PLIST - Bump PORTREVISION for package change PR: ports/190138 Submitted by: Tsurutani Naoki Modified: head/science/hdf5/Makefile head/science/hdf5/pkg-plist Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Sat May 24 06:39:39 2014 (r354985) +++ head/science/hdf5/Makefile Sat May 24 06:50:24 2014 (r354986) @@ -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 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Sat May 24 06:39:39 2014 (r354985) +++ head/science/hdf5/pkg-plist Sat May 24 06:50:24 2014 (r354986) @@ -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