From owner-svn-ports-head@freebsd.org Fri May 6 19:18:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F5FB31908; Fri, 6 May 2016 19:18:42 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 84A2B121F; Fri, 6 May 2016 19:18:42 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u46JIfKp076273; Fri, 6 May 2016 19:18:41 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46JIfon076272; Fri, 6 May 2016 19:18:41 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201605061918.u46JIfon076272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 6 May 2016 19:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414720 - head/math/matio/files 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.22 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: Fri, 06 May 2016 19:18:42 -0000 Author: truckman Date: Fri May 6 19:18:41 2016 New Revision: 414720 URL: https://svnweb.freebsd.org/changeset/ports/414720 Log: Fix build with science/hdf5 version 1.10 by specifying that we want to use the version 1.8 API. PR: 209242 Approved by: makc (maintainer) Added: head/math/matio/files/ head/math/matio/files/patch-configure (contents, props changed) Added: head/math/matio/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/matio/files/patch-configure Fri May 6 19:18:41 2016 (r414720) @@ -0,0 +1,11 @@ +--- configure.orig 2013-07-31 23:52:52 UTC ++++ configure +@@ -14753,7 +14753,7 @@ $as_echo_n "checking for HDF5 software.. + + if test "x$HDF5_DIR" != "x" -a "x$HDF5_DIR" != "xyes" + then +- HDF5_CFLAGS="-I${HDF5_DIR}/include" ++ HDF5_CFLAGS="-I${HDF5_DIR}/include -DH5_USE_18_API" + if test "$acl_libdirstem" != "lib" -a -d "${HDF5_DIR}/$acl_libdirstem" + then + HDF5_LIBS="-L${HDF5_DIR}/$acl_libdirstem -lhdf5"