aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-09-22 04:25:33 +0800
committerpav <pav@FreeBSD.org>2009-09-22 04:25:33 +0800
commit920bd0994241e0db33e6dae421da0241abb2cdc8 (patch)
treebe44a7df43590862fc6908d6096632536c72b77e
parent6fb3b93988c94c4d62878243f2f674449b75caa4 (diff)
downloadfreebsd-ports-gnome-920bd0994241e0db33e6dae421da0241abb2cdc8.tar.gz
freebsd-ports-gnome-920bd0994241e0db33e6dae421da0241abb2cdc8.tar.zst
freebsd-ports-gnome-920bd0994241e0db33e6dae421da0241abb2cdc8.zip
- Mark BROKEN - does not build:
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ./gendoc not found Reported by: pointyhat Feature safe: yes
-rw-r--r--math/octave-devel/Makefile2
-rw-r--r--math/octave/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 7cdae41e3ac6..1270afe2f32f 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -29,6 +29,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
umfpack.1:${PORTSDIR}/math/suitesparse \
qhull:${PORTSDIR}/math/qhull
+BROKEN= does not build
+
LATEST_LINK= octave-devel
USE_BZIP2= yes
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 209bb4e79894..d52f62d1b159 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -34,6 +34,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
fltk:${PORTSDIR}/x11-toolkits/fltk \
GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick
+BROKEN= does not build
+
USE_BZIP2= yes
USE_PERL5_BUILD=yes
USE_GMAKE= yes