# HG changeset patch # User John W. Eaton # Date 1354625382 18000 # Node ID 8d7005cff4a4f8d76ec81b7547ff8d77e79bec36 # Parent f219565c695d6a04add275b5ce041d145eb6d236 stable octave branch diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -1680,7 +1680,7 @@ octave - 3.7.0+ + 3.6.2 Octave diff --git a/src/octave-1-fixes.patch b/src/octave-1-fixes.patch --- a/src/octave-1-fixes.patch +++ b/src/octave-1-fixes.patch @@ -1,6 +1,6 @@ ---- a/libgnu/unistd.in.h 2012-12-03 12:57:36.000000000 -0500 -+++ b/libgnu/unistd.in.h 2012-12-03 14:22:38.421760035 -0500 -@@ -19,23 +19,7 @@ +--- a/libgnu/unistd.in.h 2012-05-31 11:24:06.000000000 -0400 ++++ a/libgnu/unistd.in.h 2012-12-03 21:16:42.442531641 -0500 +@@ -22,23 +22,7 @@ #endif @PRAGMA_COLUMNS@ diff --git a/src/octave.mk b/src/octave.mk --- a/src/octave.mk +++ b/src/octave.mk @@ -3,10 +3,10 @@ PKG := octave $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 618eda703553b79de4c83b2217ae6c26cef66b01 +$(PKG)_CHECKSUM := ff5d66986789412475d64d8ba2c30714ddfc13c4 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://jweaton.org/$($(PKG)_FILE) +$(PKG)_URL := ftp://gnu.org/gnu/octave/$($(PKG)_FILE) $(PKG)_DEPS := arpack blas curl fftw fltk gcc glpk gnuplot graphicsmagick lapack pcre qhull qrupdate readline suitesparse zlib define $(PKG)_UPDATE @@ -23,7 +23,6 @@ --prefix='$(PREFIX)/$(TARGET)' \ --without-opengl \ --disable-docs \ - --disable-gui \ gl_cv_func_gettimeofday_clobber=no $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install