diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
commit | daa4df5b0b6a0eb58e959190ed6a757eeac5d43e (patch) | |
tree | 4c03022ea86f400823220f697f937d4580b74f9b /math/scilab/files/patch-ah | |
parent | Add xpp-1.0, a GUI print front-end for CUPS (diff) |
New ports for scilab 2.6 .
PR: ports/26997
Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr>
Notes
Notes:
svn path=/head/; revision=48395
Diffstat (limited to 'math/scilab/files/patch-ah')
-rw-r--r-- | math/scilab/files/patch-ah | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/math/scilab/files/patch-ah b/math/scilab/files/patch-ah index 28237c526660..5c87dd93ecde 100644 --- a/math/scilab/files/patch-ah +++ b/math/scilab/files/patch-ah @@ -1,8 +1,11 @@ ---- ./routines/default/mainsci.f.orig Mon Jul 20 07:37:23 1998 -+++ ./routines/default/mainsci.f Mon Jul 20 07:37:23 1998 -@@ -15,4 +15,5 @@ - nargs = iargc() - call fgetarg(0,pname) -+ call nofpex() - i = 0 - 10 continue +--- macros/util/unix_x.sci Fri Jul 6 10:51:58 2001 ++++ macros/util/unix_x.sci Fri Jul 6 11:07:57 2001 +@@ -28,7 +28,7 @@ + if MSDOS then + hos""""+strsubsSCI,'/','\')+'\bin\xless.exe"" '+ tmp); + else +- host('$SCI/bin/xless '+tmp+' & 2>/dev/null;') ++ host('xless '+tmp+' & 2>/dev/null;') + end + case -1 then // host failed + erro85) |