UPDATE: octave-2.9.9: Misc fixes including for #11181 and #11167
Reported by: |
davidm@… |
Owned by: |
macports-tickets@… |
Priority:
|
High
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Port:
|
octave
|
|
|
The attached patch fixes #11167 and #11181, which were both caused by the problem outlined in #11167.
It also contains these changes:
- Annotates doc-comment in glpk.m to indicate that the "memory used" value is not available for GPLK >= 4.15.
- Modifies configure to use "set term aqua" instead of "set term x11" when checking whether gnuplot supports multiple windows because "set term x11" will fail is X11 is not running at the time.
- Removes the dependency on curl. If anyone finds a real dependency on curl, it can be added back easily enough.
- Moves the dependency on gnuplot up to depends_lib since gnuplot is used during configure.
- Changes the dependency on gnuplot to be port:gnuplot since item 2 above means that gnuplot needs to support aquaterm and requiring the gnuplot port rather than any old gnuplot binary seemed the safest way to ensure that.
fixed in r22402.