diff options
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r-- | math/octave-devel/files/octave | 8 | ||||
-rw-r--r-- | math/octave-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | math/octave-devel/files/patch-ab | 20 | ||||
-rw-r--r-- | math/octave-devel/files/patch-ag | 14 | ||||
-rw-r--r-- | math/octave-devel/files/patch-doc:interpreter:Makefile.in | 11 | ||||
-rw-r--r-- | math/octave-devel/files/patch-glob.h | 14 | ||||
-rw-r--r-- | math/octave-devel/files/patch-mkoctfile.in | 11 |
7 files changed, 0 insertions, 89 deletions
diff --git a/math/octave-devel/files/octave b/math/octave-devel/files/octave deleted file mode 100644 index 5910ee467fee..000000000000 --- a/math/octave-devel/files/octave +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%% -LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH - -exec $OCTAVE_EXEC "$@" diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa deleted file mode 100644 index e1e8e37f36a1..000000000000 --- a/math/octave-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/liboctave/Makefile.in.orig Wed Oct 30 10:04:00 2002 -+++ doc/liboctave/Makefile.in Tue Jun 10 01:25:22 2003 -@@ -43,7 +43,7 @@ - .PHONY: all - - liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi - - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab deleted file mode 100644 index 37667cf58d8c..000000000000 --- a/math/octave-devel/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed May 7 04:08:03 2003 -+++ configure Tue Jun 10 01:14:35 2003 -@@ -700,7 +700,6 @@ - fi - - ac_tool_prefix= --test -n "$host_alias" && ac_tool_prefix=$host_alias- - - test "$silent" = yes && exec 6>/dev/null - -@@ -18767,6 +18766,9 @@ - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - - unwind-prot.o: unwind-prot.cc -+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+ -+xdiv.o: xdiv.cc - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - - EOF diff --git a/math/octave-devel/files/patch-ag b/math/octave-devel/files/patch-ag deleted file mode 100644 index dbabcbe42134..000000000000 --- a/math/octave-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- src/sysdep.cc.orig Sat Jan 4 15:21:29 2003 -+++ src/sysdep.cc Tue Jun 10 01:23:09 2003 -@@ -98,7 +98,11 @@ - #ifndef FP_X_DNML - #define FP_X_DNML 0 - #endif -+#if defined(__alpha__) -+ fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_UFL|FP_X_IMP)); -+#else - fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); -+#endif - #endif - } - #endif diff --git a/math/octave-devel/files/patch-doc:interpreter:Makefile.in b/math/octave-devel/files/patch-doc:interpreter:Makefile.in deleted file mode 100644 index 476c0a918e5d..000000000000 --- a/math/octave-devel/files/patch-doc:interpreter:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/interpreter/Makefile.in.orig Thu Feb 27 05:55:47 2003 -+++ doc/interpreter/Makefile.in Tue Jun 10 01:26:37 2003 -@@ -87,7 +87,7 @@ - @$(top_srcdir)/move-if-change $@.t $@ - - octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $< -+ -makeinfo --no-split -I$(srcdir) -I$(srcdir)/.. $< - - octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff --git a/math/octave-devel/files/patch-glob.h b/math/octave-devel/files/patch-glob.h deleted file mode 100644 index a5946bc37fc7..000000000000 --- a/math/octave-devel/files/patch-glob.h +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 -+#if (__FreeBSD__ <= 4) - typedef __SIZE_TYPE__ __size_t; -+#else -+#include <sys/types.h> -+#endif - # else - /* This is a guess. */ - /*hb diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in deleted file mode 100644 index 0eb4c4c552b4..000000000000 --- a/math/octave-devel/files/patch-mkoctfile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mkoctfile.in.orig Thu Jan 2 22:55:47 2003 -+++ mkoctfile.in Wed Oct 22 10:04:01 2003 -@@ -182,7 +182,7 @@ - -D*) - defs="$defs $1" - ;; -- -[lL]*) -+ -[lL]* | -pthread) - ldflags="$ldflags $1" - ;; - -M | --depend) |