summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-06-24 17:17:42 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-06-24 17:17:42 +0000
commit7a1eace479ee16f0b7e3286b08365231f7a3a943 (patch)
treeac417b97e89062805a749252af7ae9f389c0d555 /sci-mathematics/octave-forge/files
parentCleaning old versions (diff)
downloadhistorical-7a1eace479ee16f0b7e3286b08365231f7a3a943.tar.gz
historical-7a1eace479ee16f0b7e3286b08365231f7a3a943.tar.bz2
historical-7a1eace479ee16f0b7e3286b08365231f7a3a943.zip
Removed octave-forge
Diffstat (limited to 'sci-mathematics/octave-forge/files')
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-2006.03.17-gcc43.patch110
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-2006.03.17-imagemagick.patch12
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-config-fix.patch60
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-mex.patch41
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch11
5 files changed, 0 insertions, 234 deletions
diff --git a/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-gcc43.patch b/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-gcc43.patch
deleted file mode 100644
index d9c4deed5b67..000000000000
--- a/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-gcc43.patch
+++ /dev/null
@@ -1,110 +0,0 @@
-diff -Naur octave-forge-2006.03.17/extra/graceplot/__grcmd__.cc octave-forge-2006.03.17.new/extra/graceplot/__grcmd__.cc
---- octave-forge-2006.03.17/extra/graceplot/__grcmd__.cc 2005-05-24 23:43:38.000000000 -0400
-+++ octave-forge-2006.03.17.new/extra/graceplot/__grcmd__.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -36,6 +36,7 @@
- #include <errno.h>
- #include <limits.h>
- #include <string>
-+#include <cstring>
- #include <map>
- #ifndef OPEN_MAX
- # define OPEN_MAX 256
-diff -Naur octave-forge-2006.03.17/extra/mex/mex.cc octave-forge-2006.03.17.new/extra/mex/mex.cc
---- octave-forge-2006.03.17/extra/mex/mex.cc 2004-07-08 00:56:03.000000000 -0400
-+++ octave-forge-2006.03.17.new/extra/mex/mex.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -26,6 +26,7 @@
- #include <iomanip>
- #include <set>
- #include <string>
-+#include <cstring>
- typedef void * Pix;
- typedef std::set<Pix> MemSet;
-
-diff -Naur octave-forge-2006.03.17/extra/pdb/creadpdb.cc octave-forge-2006.03.17.new/extra/pdb/creadpdb.cc
---- octave-forge-2006.03.17/extra/pdb/creadpdb.cc 2006-01-08 00:47:57.000000000 -0500
-+++ octave-forge-2006.03.17.new/extra/pdb/creadpdb.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -20,6 +20,7 @@
- #include <sys/mman.h>
- #include <sys/types.h>
- #include <unistd.h>
-+#include <cstring>
- #include <fcntl.h>
-
- #define BUFLEN 80
-diff -Naur octave-forge-2006.03.17/FIXES/oct-sort.cc octave-forge-2006.03.17.new/FIXES/oct-sort.cc
---- octave-forge-2006.03.17/FIXES/oct-sort.cc 2004-01-25 10:17:25.000000000 -0500
-+++ octave-forge-2006.03.17.new/FIXES/oct-sort.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -85,6 +85,7 @@
- #include <octave/lo-mappers.h>
- #include <octave/config.h>
- #include <octave/quit.h>
-+#include <cstring>
- #include "oct-sort.h"
-
- #define IFLT(a,b) if (compare == NULL ? ((a) < (b)) : compare ((a), (b)))
-diff -Naur octave-forge-2006.03.17/FIXES/sort.cc octave-forge-2006.03.17.new/FIXES/sort.cc
---- octave-forge-2006.03.17/FIXES/sort.cc 2004-04-28 04:55:14.000000000 -0400
-+++ octave-forge-2006.03.17.new/FIXES/sort.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -27,6 +27,7 @@
- #include <octave/lo-ieee.h>
- #include <octave/data-conv.h>
- #include <octave/ov-cx-mat.h>
-+#include <cstring>
- #include "oct-sort.cc"
-
- // ======= Cruft to support ancient versions of Octave =========
-diff -Naur octave-forge-2006.03.17/main/comm/gf.cc octave-forge-2006.03.17.new/main/comm/gf.cc
---- octave-forge-2006.03.17/main/comm/gf.cc 2005-10-12 14:47:48.000000000 -0400
-+++ octave-forge-2006.03.17.new/main/comm/gf.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -49,6 +49,7 @@
- #include "galois.h"
- #include "ov-galois.h"
- #include <octave/utils.h>
-+#include <cstring>
- #include <octave/variables.h>
-
- #ifndef OCTAVE_LOCAL_BUFFER
-diff -Naur octave-forge-2006.03.17/main/fixed/fixedComplex.cc octave-forge-2006.03.17.new/main/fixed/fixedComplex.cc
---- octave-forge-2006.03.17/main/fixed/fixedComplex.cc 2004-07-06 16:55:23.000000000 -0400
-+++ octave-forge-2006.03.17.new/main/fixed/fixedComplex.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -25,6 +25,7 @@
-
- #include <complex>
- #include <cmath>
-+#include <cstdlib>
- #include "int/fixed.h"
- #include "fixedComplex.h"
-
-diff -Naur octave-forge-2006.03.17/main/miscellaneous/listen.cc octave-forge-2006.03.17.new/main/miscellaneous/listen.cc
---- octave-forge-2006.03.17/main/miscellaneous/listen.cc 2005-11-16 16:41:07.000000000 -0500
-+++ octave-forge-2006.03.17.new/main/miscellaneous/listen.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -11,6 +11,7 @@
- #include <cstdlib>
- #include <unistd.h>
- #include <cerrno>
-+#include <cstring>
- // #include <string.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-diff -Naur octave-forge-2006.03.17/main/miscellaneous/mfilename.cc octave-forge-2006.03.17.new/main/miscellaneous/mfilename.cc
---- octave-forge-2006.03.17/main/miscellaneous/mfilename.cc 2005-12-21 15:42:40.000000000 -0500
-+++ octave-forge-2006.03.17.new/main/miscellaneous/mfilename.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -22,6 +22,7 @@
- //#ifdef HAVE_CONFIG_H
- #include <config.h>
- //#endif
-+#include <algorithm>
-
- #include "defun-dld.h"
- #include "error.h"
-diff -Naur octave-forge-2006.03.17/main/plot/graphics.cc octave-forge-2006.03.17.new/main/plot/graphics.cc
---- octave-forge-2006.03.17/main/plot/graphics.cc 2004-01-12 02:39:09.000000000 -0500
-+++ octave-forge-2006.03.17.new/main/plot/graphics.cc 2008-04-27 10:43:59.000000000 -0400
-@@ -11,6 +11,7 @@
- */
-
- #include <string>
-+#include <cstring>
-
- #include <octave/oct.h>
- #include <octave/toplev.h>
diff --git a/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-imagemagick.patch b/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-imagemagick.patch
deleted file mode 100644
index 47e9014dbdb3..000000000000
--- a/sci-mathematics/octave-forge/files/octave-forge-2006.03.17-imagemagick.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur octave-forge-2006.03.17.old/main/image/Makefile octave-forge-2006.03.17/main/image/Makefile
---- octave-forge-2006.03.17.old/main/image/Makefile 2006-02-04 10:16:50.000000000 -0500
-+++ octave-forge-2006.03.17/main/image/Makefile 2008-03-20 10:24:54.000000000 -0400
-@@ -29,7 +29,7 @@
- $(MKOCTFILE) $< -lpng
-
- __imagemagick__.oct: __imagemagick__.cc
-- $(MKOCTFILE) $< -lMagick++ -lMagick
-+ $(MKOCTFILE) $< `Magick++-config --cppflags --libs`
-
- __magick_read__$(OCTLINK): __imagemagick__.oct
- $(MKOCTLINK) __imagemagick__.oct $@
diff --git a/sci-mathematics/octave-forge/files/octave-forge-config-fix.patch b/sci-mathematics/octave-forge/files/octave-forge-config-fix.patch
deleted file mode 100644
index a415b83caebd..000000000000
--- a/sci-mathematics/octave-forge/files/octave-forge-config-fix.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -Naur octave-forge-2006.03.17/configure octave-forge-2006.03.17.new/configure
---- octave-forge-2006.03.17/configure 2006-03-17 00:26:16.000000000 -0500
-+++ octave-forge-2006.03.17.new/configure 2007-04-13 08:47:33.000000000 -0400
-@@ -4493,7 +4493,7 @@
-
- echo "$as_me:$LINENO: checking for autoload in Octave" >&5
- echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
--if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
-
-@@ -4517,7 +4517,7 @@
-
- echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
- echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6
--if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- HAVE_DO_FORTRAN_INDEXING="-DHAVE_DO_FORTRAN_INDEXING"
-@@ -4531,7 +4531,7 @@
-
- echo "$as_me:$LINENO: checking for propagate_empty_matrices in Octave" >&5
- echo $ECHO_N "checking for propagate_empty_matrices in Octave... $ECHO_C" >&6
--if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- PROPAGATE_EMPTY_MATRICES="-DHAVE_PROPAGATE_EMPTY_MATRICES"
-@@ -4545,7 +4545,7 @@
-
- echo "$as_me:$LINENO: checking for ok_to_lose_imaginary_part in Octave" >&5
- echo $ECHO_N "checking for ok_to_lose_imaginary_part in Octave... $ECHO_C" >&6
--if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- HAVE_OK_TO_LOSE_IMAGINARY_PART="-DHAVE_OK_TO_LOSE_IMAGINARY_PART"
-@@ -4582,7 +4582,7 @@
-
- echo "$as_me:$LINENO: checking for class in Octave" >&5
- echo $ECHO_N "checking for class in Octave... $ECHO_C" >&6
--if test `echo 'disp(exist("class"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("class"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- TYPEID_HAS_CLASS="-DTYPEID_HAS_CLASS"
-diff -Naur octave-forge-2006.03.17/configure.base octave-forge-2006.03.17.new/configure.base
---- octave-forge-2006.03.17/configure.base 2006-01-07 00:11:56.000000000 -0500
-+++ octave-forge-2006.03.17.new/configure.base 2007-04-13 08:47:33.000000000 -0400
-@@ -276,7 +276,7 @@
- dnl
- AC_DEFUN(OCTAVE_CHECK_EXIST,
- [AC_MSG_CHECKING([for $1 in Octave])
--if test `echo 'disp(exist("$1"))' | $OCTAVE -qf`X != 0X ; then
-+if test `echo 'disp(exist("$1"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
- AC_MSG_RESULT(yes)
- $2
- else
diff --git a/sci-mathematics/octave-forge/files/octave-forge-mex.patch b/sci-mathematics/octave-forge/files/octave-forge-mex.patch
deleted file mode 100644
index f712ceba9089..000000000000
--- a/sci-mathematics/octave-forge/files/octave-forge-mex.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -ru ../octave-forge-2004.11.16.orig/extra/mex/Makefile ./extra/mex/Makefile
---- ../octave-forge-2004.11.16.orig/extra/mex/Makefile 2004-11-16 07:56:42.000000000 +0100
-+++ ./extra/mex/Makefile 2005-01-17 12:22:39.271524116 +0100
-@@ -43,23 +43,23 @@
- $(INSTALL_DATA) matrix.h $(LIBPATH)/matrix.h ; \
- fi
- endif
-- @if ! test -e $(man1dir) ; then \
-- echo creating $(man1dir) ; \
-- $(INSTALL) -d $(man1dir) ; \
-+ @if ! test -e $(DESTDIR)/$(man1dir) ; then \
-+ echo creating $(DESTDIR)/$(man1dir) ; \
-+ $(INSTALL) -d $(DESTDIR)/$(man1dir) ; \
- fi
-- @if test -d $(man1dir) ; then \
-- echo installing mex/mex.1 in $(man1dir) ; \
-- $(RM) $(man1dir)/mex.1; \
-- $(INSTALL_DATA) mex.1 $(man1dir)/mex.1 ; \
-+ @if test -d $(DESTDIR)/$(man1dir) ; then \
-+ echo installing mex/mex.1 in $(DESTDIR)/$(man1dir) ; \
-+ $(RM) $(DESTDIR)/$(man1dir)/mex.1; \
-+ $(INSTALL_DATA) mex.1 $(DESTDIR)/$(man1dir)/mex.1 ; \
- fi
-- @if ! test -e $(bindir) ; then \
-- echo creating $(bindir) ; \
-- $(INSTALL) -d $(bindir) ; \
-+ @if ! test -e $(DESTDIR)/$(bindir) ; then \
-+ echo creating $(DESTDIR)/$(bindir) ; \
-+ $(INSTALL) -d $(DESTDIR)/$(bindir) ; \
- fi
-- @if test -d $(bindir) ; then \
-- echo installing mex/mex in $(bindir) ; \
-- $(RM) $(bindir)/mex ; \
-- $(INSTALL_SCRIPT) mex $(bindir)/mex ; \
-+ @if test -d $(DESTDIR)/$(bindir) ; then \
-+ echo installing mex/mex in $(DESTDIR)/$(bindir) ; \
-+ $(RM) $(DESTDIR)/$(bindir)/mex ; \
-+ $(INSTALL_SCRIPT) mex $(DESTDIR)/$(bindir)/mex ; \
- fi
-
- clean: ; $(RM) mex mex_* $(MEXLIB) *.o *.oct core octave-core *~
diff --git a/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch b/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch
deleted file mode 100644
index 6b9169819651..000000000000
--- a/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -pur octave-forge-2005.06.13/FIXES/randmtzig.c octave-forge-2005.06.13.patched/FIXES/randmtzig.c
---- octave-forge-2005.06.13/FIXES/randmtzig.c 2005-05-28 18:08:43.000000000 +0200
-+++ octave-forge-2005.06.13.patched/FIXES/randmtzig.c 2005-07-21 12:50:02.000000000 +0200
-@@ -153,6 +153,7 @@
- instead.
- */
- #include <sys/types.h>
-+#include <stdint.h>
-
-
- /* XXX FIXME XXX may want to suppress X86 if sizeof(long)>4 */