#30247: Errors in octave-devel -------------------------------------+-------------------------------------- Reporter: jarno.rajahalme@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: octave-devel -------------------------------------+-------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => michaelld@… Old description:
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?
New description: 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? -- -- Ticket URL: <https://trac.macports.org/ticket/30247#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS