From owner-freebsd-ports Fri Nov 15 19:20:42 2002 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 9281137B401 for ; Fri, 15 Nov 2002 19:20:40 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB0B43E75 for ; Fri, 15 Nov 2002 19:20:40 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id gAG3KYXi002923 for ; Fri, 15 Nov 2002 19:20:34 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id gAG3KYO0002922 for freebsd-ports@freebsd.org; Fri, 15 Nov 2002 19:20:34 -0800 (PST) Date: Fri, 15 Nov 2002 19:20:34 -0800 From: Steve Kargl To: freebsd-ports@freebsd.org Subject: fix octave Message-ID: <20021116032034.GA2911@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org diff -rubBN octave.orig/Makefile octave/Makefile --- octave.orig/Makefile Sun Jul 2 21:48:29 2000 +++ octave/Makefile Sun Nov 10 15:30:37 2002 @@ -6,7 +6,7 @@ # PORTNAME= octave -PORTVERSION= 2.1.30 +PORTVERSION= 2.1.39 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ @@ -16,6 +16,7 @@ USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw .include @@ -29,7 +30,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} +CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} .if ${OSVERSION} < 400004 CONFIGURE_ARGS+= --with-f2c diff -rubBN octave.orig/distinfo octave/distinfo --- octave.orig/distinfo Thu Jun 22 19:29:31 2000 +++ octave/distinfo Sun Nov 10 15:31:02 2002 @@ -1 +1 @@ -MD5 (octave-2.1.30.tar.bz2) = a4b60bb9942947b9a22795bef61cfb2b +MD5 (octave-2.1.39.tar.bz2) = ab7f7e4d1a0d1032d260eb85ca4c571e diff -rubBN octave.orig/files/patch-ah octave/files/patch-ah --- octave.orig/files/patch-ah Wed Dec 31 16:00:00 1969 +++ octave/files/patch-ah Sun Nov 10 15:33:20 2002 @@ -0,0 +1,14 @@ +--- glob/glob.h.orig Sun Nov 10 15:32:00 2002 ++++ glob/glob.h Sun Nov 10 15:32:49 2002 +@@ -48,7 +48,11 @@ + /* We need `size_t' for the following definitions. */ + #ifndef __size_t + # if defined __GNUC__ && __GNUC__ >= 2 ++#ifndef __FreeBSD__ + typedef __SIZE_TYPE__ __size_t; ++#else ++#include ++#endif + # else + /* This is a guess. */ + /*hb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message