diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 21:26:52 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 21:26:52 +0000 |
commit | 1ce742e2116b37c63e0644a91bb13471cda9ee94 (patch) | |
tree | 04ee963498c034fdfbbf6ea4425cf64052d95dc4 /math/octave | |
parent | Upgrade to 5.2.1. (diff) |
Bring Octave up to version 2.0.15.
Obtained from: Bill Fenner's Distfiles listing.
Notes
Notes:
svn path=/head/; revision=24882
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/octave/distinfo | 2 | ||||
-rw-r--r-- | math/octave/files/patch-ab | 14 | ||||
-rw-r--r-- | math/octave/pkg-plist | 3 |
4 files changed, 11 insertions, 12 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index fc0b938ae30a..d2cb2d90b148 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -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 diff --git a/math/octave/distinfo b/math/octave/distinfo index 852601864f0a..6b8bd11c8938 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1 +1 @@ -MD5 (octave-2.0.14.tar.gz) = 172357480cf7f51b543f9435c7e335d7 +MD5 (octave-2.0.15.tar.gz) = 706db50cd803f8379c6adebc26570afe diff --git a/math/octave/files/patch-ab b/math/octave/files/patch-ab index dec511c0c3f6..10fb6b644c30 100644 --- a/math/octave/files/patch-ab +++ b/math/octave/files/patch-ab @@ -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 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 66afdf5e8861..57cbbc634087 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -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 |