Bring Octave up to version 2.0.15.

Obtained from:	Bill Fenner's Distfiles listing.
This commit is contained in:
Chuck Robey 2000-01-21 21:26:52 +00:00
parent a34a18a770
commit 1ce742e211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24882
8 changed files with 22 additions and 24 deletions

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= octave-2.0.14
DISTNAME= octave-2.0.15
CATEGORIES= math
#MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
@ -24,7 +24,7 @@ GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else
GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
OCTAVE_VERSION= 2.0.14
OCTAVE_VERSION= 2.0.15
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
USE_GMAKE= yes

View File

@ -1 +1 @@
MD5 (octave-2.0.14.tar.gz) = 172357480cf7f51b543f9435c7e335d7
MD5 (octave-2.0.15.tar.gz) = 706db50cd803f8379c6adebc26570afe

View File

@ -1,12 +1,12 @@
--- configure.orig Thu May 21 20:16:26 1998
+++ configure Wed May 12 16:34:24 1999
@@ -5875,6 +5875,9 @@
--- configure.orig Fri Jan 21 14:55:43 2000
+++ configure Fri Jan 21 14:56:25 2000
@@ -6012,6 +6012,9 @@
unwind-prot.o: unwind-prot.cc
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+
+xdiv.o: xdiv.cc
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+xdiv.o: xdiv.cc
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+
EOF
;;
esac

View File

@ -296,7 +296,6 @@ share/octave/%%OCTAVE_VERSION%%/m/general/is_symmetric.m
share/octave/%%OCTAVE_VERSION%%/m/general/is_vector.m
share/octave/%%OCTAVE_VERSION%%/m/general/isempty.m
share/octave/%%OCTAVE_VERSION%%/m/general/length.m
share/octave/%%OCTAVE_VERSION%%/m/general/linspace.m
share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m
share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m
@ -339,7 +338,6 @@ share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/kron.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/pinv.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
@ -356,6 +354,7 @@ share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= octave-2.0.14
DISTNAME= octave-2.0.15
CATEGORIES= math
#MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
@ -24,7 +24,7 @@ GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else
GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
OCTAVE_VERSION= 2.0.14
OCTAVE_VERSION= 2.0.15
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
USE_GMAKE= yes

View File

@ -1 +1 @@
MD5 (octave-2.0.14.tar.gz) = 172357480cf7f51b543f9435c7e335d7
MD5 (octave-2.0.15.tar.gz) = 706db50cd803f8379c6adebc26570afe

View File

@ -1,12 +1,12 @@
--- configure.orig Thu May 21 20:16:26 1998
+++ configure Wed May 12 16:34:24 1999
@@ -5875,6 +5875,9 @@
--- configure.orig Fri Jan 21 14:55:43 2000
+++ configure Fri Jan 21 14:56:25 2000
@@ -6012,6 +6012,9 @@
unwind-prot.o: unwind-prot.cc
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+
+xdiv.o: xdiv.cc
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+xdiv.o: xdiv.cc
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+
EOF
;;
esac

View File

@ -296,7 +296,6 @@ share/octave/%%OCTAVE_VERSION%%/m/general/is_symmetric.m
share/octave/%%OCTAVE_VERSION%%/m/general/is_vector.m
share/octave/%%OCTAVE_VERSION%%/m/general/isempty.m
share/octave/%%OCTAVE_VERSION%%/m/general/length.m
share/octave/%%OCTAVE_VERSION%%/m/general/linspace.m
share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m
share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m
@ -339,7 +338,6 @@ share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/kron.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/pinv.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
@ -356,6 +354,7 @@ share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m
share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m