summaryrefslogtreecommitdiff
path: root/math/octave-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /math/octave-devel/files
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r--math/octave-devel/files/patch-aa11
-rw-r--r--math/octave-devel/files/patch-ab12
-rw-r--r--math/octave-devel/files/patch-af20
3 files changed, 0 insertions, 43 deletions
diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa
deleted file mode 100644
index 7a5a5b68fd28..000000000000
--- a/math/octave-devel/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 @@
- .PHONY: all
-
- liboctave.info: $(TEXINFO) ../conf.texi
-- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
-+ -makeinfo --force -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 dec511c0c3f6..000000000000
--- a/math/octave-devel/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig Thu May 21 20:16:26 1998
-+++ configure Wed May 12 16:34:24 1999
-@@ -5875,6 +5875,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) $<
-
- EOF
- ;;
diff --git a/math/octave-devel/files/patch-af b/math/octave-devel/files/patch-af
deleted file mode 100644
index ca96fadf0241..000000000000
--- a/math/octave-devel/files/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
---- liboctave/lo-ieee.cc.orig Sun Jun 20 23:29:47 1999
-+++ liboctave/lo-ieee.cc Sun Jun 20 23:30:30 1999
-@@ -70,7 +70,7 @@
- octave_Inf = 1.0 / (tmp - tmp);
- #elif defined (linux)
- octave_Inf = HUGE_VAL;
--#elif defined (__alpha__)
-+#elif defined (__alpha__) && !defined(__FreeBSD__)
- extern unsigned int DINFINITY[2];
- octave_Inf = (*((double *) (DINFINITY)));
- #elif defined (HAVE_INFINITY)
-@@ -93,7 +93,7 @@
-
- #if defined (linux)
- octave_NaN = NAN;
--#elif defined (__alpha__)
-+#elif defined (__alpha__) && !defined(__FreeBSD__)
- extern unsigned int DQNAN[2];
- octave_NaN = (*((double *) (DQNAN)));
- #elif defined (HAVE_QUIET_NAN)