From owner-cvs-all@FreeBSD.ORG Mon Aug 30 02:04:22 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D62010656B5; Mon, 30 Aug 2010 02:04:22 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C7A078FC15; Mon, 30 Aug 2010 02:04:21 +0000 (UTC) Received: by vws7 with SMTP id 7so5361485vws.13 for ; Sun, 29 Aug 2010 19:04:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.89.30 with SMTP id c30mr2443779vcm.161.1283133860750; Sun, 29 Aug 2010 19:04:20 -0700 (PDT) Received: by 10.220.200.8 with HTTP; Sun, 29 Aug 2010 19:04:20 -0700 (PDT) X-Originating-IP: [71.1.133.114] In-Reply-To: References: <201008221158.o7MBwce6093897@repoman.freebsd.org> <20100827062503.GA85184@FreeBSD.org> Date: Sun, 29 Aug 2010 19:04:20 -0700 Message-ID: From: Rob Farmer To: bf1783@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexey Dokuchaev , cvs-all@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org, Li-Wen Hsu , utisoft@gmail.com Subject: Re: cvs commit: ports/java/jgraphx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2010 02:04:22 -0000 On Sun, Aug 29, 2010 at 3:53 AM, b. f. wrote: > On 8/29/10, Chris Rees wrote: >> On 29 August 2010 01:11, Rob Farmer wrote: >>> On Sat, Aug 28, 2010 at 2:28 AM, Chris Rees wrote: >>>> 2010/8/27 Alexey Dokuchaev : >>>>> On Thu, Aug 26, 2010 at 09:53:32PM -0700, Rob Farmer wrote: > >>>> Alternatively you could have it as another distfile in Scilab rather >>>> than depending on the port.... > > I think that would be the best short-term solution, since jgraphx does > not exist solely to be used for scilab. > > Rob, isn't scilab 2.3.0 coming out soon? =A0It has been 4 weeks since > beta 2, and 8 weeks since beta 1. =A0What versions of jgraphx will 2.3.0 > support? =A0I think scilab git is now using jgraphx 1.4.0.2. =A0Will this > problem disappear for a while with the new release? > > b. > Probably not - Scilab 5.3.0 Betas (and probably the release) target 1.4.0.1, which is already several versions out of date. While the configure script says this is a minimum, I doubt much beyond that will run. As you can see in the this commit, even for minor point releases, jgraphx renames methods, changes what arguments they take, etc. so you pretty much have to target a precise version: http://bit.ly/a339Wh --=20 Rob Farmer