diff options
author | tg <tg@FreeBSD.org> | 1996-12-12 16:03:38 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-12-12 16:03:38 +0800 |
commit | c9479be632ca9d7e7238e37d61964d9c0f15829e (patch) | |
tree | 536e6e04aabf20e25d41e9dc2d0f628c35549aa7 /math/octave-devel | |
parent | be3034d1a049bac60bb941afd2918761b74d60c1 (diff) | |
download | freebsd-ports-gnome-c9479be632ca9d7e7238e37d61964d9c0f15829e.tar.gz freebsd-ports-gnome-c9479be632ca9d7e7238e37d61964d9c0f15829e.tar.zst freebsd-ports-gnome-c9479be632ca9d7e7238e37d61964d9c0f15829e.zip |
Mark this BROKEN. I've also tried the latest release (octave-2.0)
with the same results: undefined symbols when linking. I'll put
together a make log and my changes to the port so someone with a
better knowledge of gcc and/or C++ can take a look at it (tomorrow
morning MET (or is that CET nowadays?)).
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 6d67a9f3f78c..3f205dd1ab8d 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Apr 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.4 1996/11/18 11:32:40 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/18 14:05:34 asami Exp $ # DISTNAME= octave-1.1.1 @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +BROKEN= "Sorry, doesn't link with gcc-2.7.2.1 in our tree" + HAS_CONFIGURE= yes USE_GMAKE= yes PATCH_STRIP= -p1 |