Opened 17 years ago

Closed 17 years ago

Last modified 14 years ago

#11450 closed defect (fixed)

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

Description

The attached patch fixes #11167 and #11181, which were both caused by the problem outlined in #11167.

It also contains these changes:

  1. Annotates doc-comment in glpk.m to indicate that the "memory used" value is not available for GPLK >= 4.15.
  1. 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.
  1. Removes the dependency on curl. If anyone finds a real dependency on curl, it can be added back easily enough.
  1. Moves the dependency on gnuplot up to depends_lib since gnuplot is used during configure.
  1. 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.

Attachments (1)

patch-octave-misc (2.6 KB) - added by davidm@… 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by davidm@…

Attachment: patch-octave-misc added

comment:1 Changed 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r22402.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Component: baseports
Port: octave added
Note: See TracTickets for help on using tickets.