From owner-freebsd-ports@FreeBSD.ORG Thu May 12 01:32:59 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3833A106564A; Thu, 12 May 2011 01:32:59 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 022CF8FC15; Thu, 12 May 2011 01:32:58 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4C1WvGc005324; Wed, 11 May 2011 20:32:58 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DCB38C9.1040000@missouri.edu> Date: Wed, 11 May 2011 20:32:57 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: "ports@FreeBSD.org" , "koziol@hdfgroup.org" References: <4DC937FE.7090602@missouri.edu> In-Reply-To: <4DC937FE.7090602@missouri.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "maho@FreeBSD.org" , "thierry@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 01:32:59 -0000 Stephen Montgomery-Smith wrote: > Why are there three versions of science/hdf in the ports? > > This is causing problems for me when I try to build the port > octave-forge. As dependencies, it calls in the octave port (which > currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and > the opendx port (which uses hdf). All of these ports function perfectly > well with hdf5.18, because all the different versions of hdf conflict > with each other. > > If we could settle on using hdf5-18 throughout, that would be great. (I > currently maintain opendx, so that would be something I can fix.) > > Are there ports that need hdf but don't build with hdf5-18? > > Thanks, Stephen > Well I feel pretty dumb. Actually it is my port, opendx, that needs the original hdf port. I forgot to enable "WITH_HDF" before testing it! Stephen Stephen