aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2011-06-15 06:13:17 +0800
committerstephen <stephen@FreeBSD.org>2011-06-15 06:13:17 +0800
commitf5a1dab81e19aa23fafbd45ce8a748672b4807b0 (patch)
tree29a8faa927a41fc42f295e94f1d1066ea42c1eda /math
parent859ceac9a3ad54ee59578655bd0a6ec0b787132c (diff)
downloadfreebsd-ports-graphics-f5a1dab81e19aa23fafbd45ce8a748672b4807b0.tar.gz
freebsd-ports-graphics-f5a1dab81e19aa23fafbd45ce8a748672b4807b0.tar.zst
freebsd-ports-graphics-f5a1dab81e19aa23fafbd45ce8a748672b4807b0.zip
- BROKEN: does not build under Octave-3.4.0
PR: ports/156942 Submitted by: stephen Approved by: gabor (mentor)
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-communications/Makefile4
-rw-r--r--math/octave-forge-es/Makefile2
-rw-r--r--math/octave-forge-fits/Makefile2
-rw-r--r--math/octave-forge-pt_br/Makefile2
4 files changed, 9 insertions, 1 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile
index 624a166eb62..66f60ed589e 100644
--- a/math/octave-forge-communications/Makefile
+++ b/math/octave-forge-communications/Makefile
@@ -12,8 +12,10 @@ CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE= yes
+BROKEN= Does not build with Octave-3.4.0
+
+GNU_CONFIGURE= yes
RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
.include <bsd.port.pre.mk>
diff --git a/math/octave-forge-es/Makefile b/math/octave-forge-es/Makefile
index 27e9be5dc17..7a1489b211f 100644
--- a/math/octave-forge-es/Makefile
+++ b/math/octave-forge-es/Makefile
@@ -12,6 +12,8 @@ CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+BROKEN= Does not build with octave-3.4.0
+
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
.include <bsd.port.pre.mk>
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile
index 97b8c7813e6..337060b541f 100644
--- a/math/octave-forge-fits/Makefile
+++ b/math/octave-forge-fits/Makefile
@@ -12,6 +12,8 @@ CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+BROKEN= Does not build with octave-3.4.0
+
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio
diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile
index af4bcc6758e..dfaa7d5430c 100644
--- a/math/octave-forge-pt_br/Makefile
+++ b/math/octave-forge-pt_br/Makefile
@@ -12,6 +12,8 @@ CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+BROKEN= Does not build with octave-3.4.0
+
WRKSRC= ${WRKDIR}/pt_BR/src
.include <bsd.port.pre.mk>