From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 20:16:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE5F7106567B for ; Wed, 27 Aug 2008 20:16:29 +0000 (UTC) (envelope-from barth.alexander@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA3A8FC2A for ; Wed, 27 Aug 2008 20:16:28 +0000 (UTC) (envelope-from barth.alexander@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so26906mue.3 for ; Wed, 27 Aug 2008 13:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xFeAmXKu/iZG65XnVVUVB+Blx1BWiAMdQjylXGSzLyI=; b=FksXMW4sqih9MQArth41DUY6HJCHZUrrz/8WeDpBfKSnIudgdnpL1qOxivCgu6KjDT WMZ2qoiL4rnu7joR4xIc1Mol+p9RnYoSa91VM5QMdXAE5vmxyMxfkfxiJVr5WsrEpek4 s9CSfrICOAO0f4L6WQGl0HK07DQ+rC/MwurI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Az4lWMf3PGIzJXzuuyKA2xy7hhX3CWIBwz2zl1HH3tSbYuTRw8x19SyBXKNn4mHRp+ SQ8OFVWFowKlB5Xgz5PB8KU/hP+ui63XO0cAFfbSIUTVlRa7nV9trNQ3lXw8G0zJQVhT 7T2WnkKKwqwPFpLbdb5cAkKjLgRfvfLsa+v+Q= Received: by 10.103.212.20 with SMTP id o20mr257205muq.22.1219866451503; Wed, 27 Aug 2008 12:47:31 -0700 (PDT) Received: by 10.103.114.2 with HTTP; Wed, 27 Aug 2008 12:47:31 -0700 (PDT) Message-ID: <923da9300808271247x4046ee20m8fdcbb1505d03416@mail.gmail.com> Date: Wed, 27 Aug 2008 21:47:31 +0200 From: "Alexander Barth" To: "Stephen Montgomery-Smith" In-Reply-To: <48B45373.9090904@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B45373.9090904@math.missouri.edu> Cc: octave-dev@lists.sourceforge.net, maho@freebsd.org, freebsd-ports Subject: Re: [OctDev] Proposed octave-forge for FreeBSD 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: Wed, 27 Aug 2008 20:16:30 -0000 > > The only packages I didn't get to build were database, java and > jhandles. If someone else could do these for me I would appreciate it. > I also did not get octcdf to build, because it requires a newer > version of netcdf than FreeBSD currently has in the ports. Hi Stephen, Thank you for your efforts to port octave-forge to FreeBSD! I'm the author of octcdf. Which version of netcdf is included in ports? >From a quick google search I found this page http://www.freebsd.org/cgi/ports.cgi?query=netcdf and it looks like that 3.6.3 included. In principle, octcdf should build with any version newer than 3.6.0. If you are using a recent enough version of netcdf, can you send me the error message that you got while compiling octcdf on FreeBSD? Thanks Alex