mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* mark octave-devel as obsolete as it is behind octave version * update dependencies * fix dependencies that rely on removed Octave features
12 lines
506 B
Diff
12 lines
506 B
Diff
--- run-octave.in.orig 2018-10-17 06:25:16.000000000 -0700
|
|
+++ run-octave.in 2018-10-17 06:29:11.000000000 -0700
|
|
@@ -47,7 +47,7 @@
|
|
d3_path=`echo "$d3_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
|
|
d4_path=`echo "$d4_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
|
|
|
|
-octave_executable="$builddir/src/octave"
|
|
+octave_executable="$builddir/src/octave-cli"
|
|
|
|
LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path:$d5"
|
|
IMAGEPATH=".:$top_srcdir/scripts/image"
|