From owner-freebsd-ports@FreeBSD.ORG Sat Apr 23 13:16:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA5216A4CE for ; Sat, 23 Apr 2005 13:16:18 +0000 (GMT) Received: from mail.cae.wisc.edu (starburst.cae.wisc.edu [144.92.13.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9793543D2D for ; Sat, 23 Apr 2005 13:16:17 +0000 (GMT) (envelope-from jwe@bevo.che.wisc.edu) Received: from portkey.cae.wisc.edu (portkey.cae.wisc.edu [144.92.13.118]) by mail.cae.wisc.edu (8.12.11/8.12.11) with ESMTP id j3NDFAr7009855; Sat, 23 Apr 2005 08:15:10 -0500 (CDT) Received: from devzero.bogus.domain (68-232-188-117.pittpa.adelphia.net [68.232.188.117]) (authenticated bits=0)j3NDF8Bg016721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 23 Apr 2005 08:15:10 -0500 From: "John W. Eaton" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17002.19036.510308.824361@devzero.bogus.domain> Date: Sat, 23 Apr 2005 09:15:08 -0400 To: Joan Picanyol i Puig In-Reply-To: <20050423120822.GD5434@grummit.biaix.org> References: <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <42691073.6070106@struchtrup.com> <17001.4818.589089.94780@devzero.bogus.domain> <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> <17001.22789.235339.188320@devzero.bogus.domain> <20050423120822.GD5434@grummit.biaix.org> X-Mailer: VM 7.19 under Emacs 21.4.1 X-CAE-MailScanner-Information: Please contact security@engr.wisc.edu if this message contains a virus or has been corrupted in delivery. X-CAE-MailScanner: Found to be clean (starburst) cc: help@octave.org cc: freebsd-ports@freebsd.org cc: Sebastian Schulze Struchtrup Subject: Re: issues compiling octave-2.1.69 on FreeBSD 5.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 13:16:18 -0000 On 23-Apr-2005, Joan Picanyol i Puig wrote: | I've started a binary search to find out when octave broke, but I need | some help. Apparently the breakage happened somewhere between 2.1.63 and | 2.1.69. Unfortunately I haven't found the tarballs on-line, and I'm a | little bit lost regarding octave's CVS branches. I've cheked out | ss-2-1-67 and will report that, but the process is tedious and long, so | any guidance will be most welcome (particular dates to try, or the old | tarballs). You could do this using CVS. If you have ss-2-1-67 checked out, you should be able to just run cvs update -r ss-2-1-68 ./autogen.sh ./configure ... options ... make cvs update -r ss-2-1-69 ... Or, if you'd prefer using the tar files, they are still on the ftp.octave.org site in the pub/octave/bleeding-edge directory (all the way back to 2.1.0). jwe