octave-forge on FreeBSD 7.0

Stephen Montgomery-Smith stephen at math.missouri.edu
Sun Nov 18 20:13:50 PST 2007


Dear Maho,

I noticed that you added lines like:

.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN=         Does not compile with GCC 4.2
.endif
.endif

to the Makefile of math/octave-forge.  But it also doesn't build on my 
i386 FreeBSD 7.0 machine.

How about doing something more simple like:

.if ${OSVERSION} >= 700042
USE_GCC=	3.4
.endif

which works great in my situation.

Stephen


More information about the freebsd-ports mailing list