diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-30 05:59:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-30 05:59:03 +0000 |
commit | 0018a485aaa7e370c5c42f4d91ee2d6913642acd (patch) | |
tree | cbba1e50549216af6aa6c9bfea2f9ad941fae717 /math/scilab/files/patch-al | |
parent | Update to 0.37.2.20020125 (diff) |
- add patches from NetBSD (fixes for ascii(), fft() and the online help)
- Provide a working default PVM configuration.
- Remove unneeded pvm files form the install.
PR: 34276
Submitted by: maintainer
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=54013
Diffstat (limited to 'math/scilab/files/patch-al')
-rw-r--r-- | math/scilab/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/files/patch-al b/math/scilab/files/patch-al new file mode 100644 index 000000000000..ef7ee5ae2eb1 --- /dev/null +++ b/math/scilab/files/patch-al @@ -0,0 +1,11 @@ +--- scripts/scilab.g.orig Mon Mar 19 10:27:27 2001 ++++ scripts/scilab.g Mon Jan 21 21:36:25 2002 +@@ -29,7 +29,7 @@ + export VERSION + + if test "$PVM_ROOT" = ""; then +- PVM_ROOT=$SCI/pvm3 ++ PVM_ROOT="%%PVM_ROOT%%" + fi + if test "$PVM_ARCH" = ""; then + PVM_ARCH=`$PVM_ROOT/lib/pvmgetarch` |