Opened 13 years ago

Last modified 12 years ago

#30247 closed defect

Errors in octave-devel — at Version 1

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 mf2k (Frank Schima))

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 (1)

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Note: See TracTickets for help on using tickets.