diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-09 17:19:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-09 17:19:23 +0000 |
commit | 8aa301e227130b3d82bee5415d4bf1faf9d058ad (patch) | |
tree | b1f08a087b1cb369fdd75429a859e2346a061d5f /math/octave/files | |
parent | d758c16a0012ca88560bc07e4ff05e700531ceb1 (diff) |
Notes
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-aa | 8 | ||||
-rw-r--r-- | math/octave/files/patch-ab | 22 | ||||
-rw-r--r-- | math/octave/files/patch-af | 20 | ||||
-rw-r--r-- | math/octave/files/patch-ag | 12 | ||||
-rw-r--r-- | math/octave/files/patch-doc:interpreter:Makefile.in | 6 |
5 files changed, 28 insertions, 40 deletions
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa index 123b16c84f96..e1e8e37f36a1 100644 --- a/math/octave/files/patch-aa +++ b/math/octave/files/patch-aa @@ -1,6 +1,6 @@ ---- doc/liboctave/Makefile.in.orig Wed May 12 13:10:19 1999 -+++ doc/liboctave/Makefile.in Wed May 12 13:04:51 1999 -@@ -42,7 +42,7 @@ +--- 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 @@ -8,4 +8,4 @@ + -makeinfo --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ + -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff --git a/math/octave/files/patch-ab b/math/octave/files/patch-ab index 10fb6b644c30..37667cf58d8c 100644 --- a/math/octave/files/patch-ab +++ b/math/octave/files/patch-ab @@ -1,12 +1,20 @@ ---- 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 +--- 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) $< -+xdiv.o: xdiv.cc + 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 - ;; - esac diff --git a/math/octave/files/patch-af b/math/octave/files/patch-af deleted file mode 100644 index 8fe529297dda..000000000000 --- a/math/octave/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- liboctave/lo-ieee.cc.orig Tue Dec 28 22:05:23 1999 -+++ liboctave/lo-ieee.cc Tue Dec 28 22:06:07 1999 -@@ -68,7 +68,7 @@ - #if defined (SCO) - double tmp = 1.0; - octave_Inf = 1.0 / (tmp - tmp); --#elif defined (__alpha__) && ! defined (linux) -+#elif defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) - extern unsigned int DINFINITY[2]; - octave_Inf = (*((double *) (DINFINITY))); - #elif defined (HAVE_INFINITY) -@@ -89,7 +89,7 @@ - - #if defined (HAVE_ISNAN) - --#if defined (__alpha__) && ! defined (linux) -+#if defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) - extern unsigned int DQNAN[2]; - octave_NaN = (*((double *) (DQNAN))); - #elif defined (HAVE_QUIET_NAN) diff --git a/math/octave/files/patch-ag b/math/octave/files/patch-ag index 91182ab14eb2..dbabcbe42134 100644 --- a/math/octave/files/patch-ag +++ b/math/octave/files/patch-ag @@ -1,9 +1,9 @@ ---- src/sysdep.cc.orig Fri Feb 18 11:51:53 2000 -+++ src/sysdep.cc Fri Feb 18 11:52:46 2000 -@@ -110,7 +110,11 @@ - { - #if defined (HAVE_FLOATINGPOINT_H) - // Disable trapping on common exceptions. +--- 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 diff --git a/math/octave/files/patch-doc:interpreter:Makefile.in b/math/octave/files/patch-doc:interpreter:Makefile.in index b9f68c643734..476c0a918e5d 100644 --- a/math/octave/files/patch-doc:interpreter:Makefile.in +++ b/math/octave/files/patch-doc:interpreter:Makefile.in @@ -1,6 +1,6 @@ ---- doc/interpreter/Makefile.in.orig Sun Jun 8 17:34:05 2003 -+++ doc/interpreter/Makefile.in Sun Jun 8 17:34:22 2003 -@@ -86,7 +86,7 @@ +--- 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 |