summaryrefslogtreecommitdiff
path: root/math/octave/patches
diff options
context:
space:
mode:
authortron <tron>1998-11-25 23:56:53 +0000
committertron <tron>1998-11-25 23:56:53 +0000
commit26c3b2a557cffdfe041f7a15b2127fe0ca1eda81 (patch)
treece9f6928beee7e0d7f90c6f4841e345dfc365fdf /math/octave/patches
parent0703dbbe77e6657ac7f59b8a054eaa15072a9009 (diff)
downloadpkgsrc-26c3b2a557cffdfe041f7a15b2127fe0ca1eda81.tar.gz
NetBSD patches supplied by Rene Hexel in PR pkg/6476.
Diffstat (limited to 'math/octave/patches')
-rw-r--r--math/octave/patches/patch-aa30
-rw-r--r--math/octave/patches/patch-ac11
-rw-r--r--math/octave/patches/patch-ae26
3 files changed, 67 insertions, 0 deletions
diff --git a/math/octave/patches/patch-aa b/math/octave/patches/patch-aa
new file mode 100644
index 00000000000..f580056051d
--- /dev/null
+++ b/math/octave/patches/patch-aa
@@ -0,0 +1,30 @@
+--- configure.orig Thu May 21 20:16:26 1998
++++ configure Fri Nov 20 17:02:39 1998
+@@ -6100,7 +6100,6 @@
+ # ./install, which can be erroneously created by make from ./install.sh.
+ echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
+ echo "configure:6103: checking for a BSD compatible install" >&5
+-if test -z "$INSTALL"; then
+ if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -6139,7 +6138,6 @@
+ # removed, or if the path is relative.
+ INSTALL="$ac_install_sh"
+ fi
+-fi
+ echo "$ac_t""$INSTALL" 1>&6
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+@@ -7126,10 +7124,7 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++ ac_given_INSTALL="${INSTALL}"
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/math/octave/patches/patch-ac b/math/octave/patches/patch-ac
new file mode 100644
index 00000000000..2e41e4d3348
--- /dev/null
+++ b/math/octave/patches/patch-ac
@@ -0,0 +1,11 @@
+--- Makeconf.in.orig Sun Oct 18 16:04:22 1998
++++ Makeconf.in Sun Oct 18 16:07:37 1998
+@@ -63,7 +63,7 @@
+ # cc and associated flags.
+
+ DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
+-GLOB_INCFLAGS = @GLOB_INCFLAGS@
++GLOB_INCFLAGS = @GLOB_INCFLAGS@ -I ${PREFIX}/include
+
+ # Clean up INCFLAGS a bit if we are not compiling in a separate
+ # directory.
diff --git a/math/octave/patches/patch-ae b/math/octave/patches/patch-ae
new file mode 100644
index 00000000000..a0315c5ce03
--- /dev/null
+++ b/math/octave/patches/patch-ae
@@ -0,0 +1,26 @@
+--- doc/liboctave/liboctave.texi.orig Tue May 20 21:42:48 1997
++++ doc/liboctave/liboctave.texi Sat Nov 21 00:58:49 1998
+@@ -5,6 +5,14 @@
+ \input texinfo @c -*-texinfo-*-
+ @setfilename liboctave.info
+
++@ifinfo
++@format
++START-INFO-DIR-ENTRY
++* LibOctave: (liboctave). Octave library for numerical computations.
++END-INFO-DIR-ENTRY
++@end format
++@end ifinfo
++
+ @c @smallbook
+ @c @setchapternewpage odd
+ @c @cropmarks
+@@ -98,7 +106,7 @@
+ * Copying::
+ * Introduction::
+ * Arrays::
+-* Matrix and Vector @var{Operations}::
++* Matrix and Vector OPERATIONS::
+ * Matrix Factorizations::
+ * Ranges::
+ * Nonlinear Functions::