summaryrefslogtreecommitdiff
path: root/math/octave-forge/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge/patches/patch-ai')
-rw-r--r--math/octave-forge/patches/patch-ai32
1 files changed, 10 insertions, 22 deletions
diff --git a/math/octave-forge/patches/patch-ai b/math/octave-forge/patches/patch-ai
index 88ffc75f752..f7069517040 100644
--- a/math/octave-forge/patches/patch-ai
+++ b/math/octave-forge/patches/patch-ai
@@ -1,25 +1,13 @@
-$NetBSD: patch-ai,v 1.1.1.1 2004/08/14 13:29:57 dmcmahill Exp $
+$NetBSD: patch-ai,v 1.2 2004/10/30 06:56:04 dmcmahill Exp $
---- octinst.sh.in.orig Wed Feb 25 05:48:03 2004
-+++ octinst.sh.in
-@@ -23,6 +23,7 @@ if test $# -ge 1; then altopath=$1; shif
- INSTALL="@INSTALL@"
- INSTALL_DATA="@INSTALL_DATA@"
- INSTALL_PROGRAM="@INSTALL_PROGRAM@"
-+INSTALL_SCRIPT="@INSTALL_SCRIPT@"
- MKPKGADD="@TOPDIR@/admin/mkpkgadd"
- COPY_FLAGS="@COPY_FLAGS@"
+--- Makeconf.base.orig Thu Sep 9 11:53:24 2004
++++ Makeconf.base
+@@ -27,6 +27,8 @@ RANLIB = @RANLIB@
+ STRIP = @STRIP@
+ LN_S = @LN_S@
-@@ -86,5 +87,12 @@ files=`echo $source/bin/* | sed -e "s/[^
- if test "$files" != "$source/bin/*" ; then
- $INSTALL -d $xpath
- $INSTALL_PROGRAM $files $xpath
-+fi
++AWK = @AWK@
+
-+# grab the executable files, skipping the CVS directory
-+files=`echo $source/scripts/* | sed -e "s/[^ ]*CVS//"`
-+if test "$files" != "$source/scripts/*" ; then
-+ $INSTALL -d $xpath
-+ $INSTALL_SCRIPT $files $xpath
- fi
-
+ # Most octave programs will be compiled with $(MKOCTFILE). Those which
+ # cannot use mkoctfile directly can request the flags that mkoctfile
+ # would use as follows: