New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30247 (closed defect: fixed)

Opened 22 months ago

Last modified 18 months ago

Errors in octave-devel

Reported by: jarno.rajahalme@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: octave-devel

Description (last modified by macsforever2000@…) (diff)

Octave 3.4.x includes arpack, so it is not using macports arpack. This dependency should be removed.

Also, fltk was fixed about 1/2 year ago to not include -arch flags in the CFLAGS or LDFLAGS reported by fltk-config (and used by octave/configure). So, the corresponding changes in the patchfile used by octave-devel are no longer needed.

Besides, the patchfile has a typo breaking FLTK_CFLAGS:

  	33289	            # not apple; remove '-arch' flag(s) from FLTK FLAGS 
 	33290	            FLTK_CFLAGS=`echo $FLTK_CLFAGS | sed -e 's@-arch [^ ]*@@'` 

i.e. should be FLTK_CFLAGS instead of FLTK_CLFAGS.

But as stated, this part of the patch is not needed any more, so it should be removed.

Finally, FLTK 1.3 was released couple of weeks ago, consider a port for the released version and depend on that?

Change History

comment:1 Changed 22 months ago by macsforever2000@…

  • Owner changed from macports-tickets@… to michaelld@…
  • Description modified (diff)

comment:2 Changed 22 months ago by michaelld@…

I'm traveling right now, and probably won't be able to get to this ticket until early August. So, unless someone can come up with a patch in the interim, folks will just have to be patient for a few weeks until I can get to this ticket. I grant permission for others to checkin fixes for this ticket, if/as appropriate.

comment:3 Changed 18 months ago by michaelld@…

  • Status changed from new to closed
  • Resolution set to fixed

Done in r87964.

Note: See TracTickets for help on using tickets.