diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-14 22:13:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-14 22:13:17 +0000 |
commit | f2e2728d18cffd2b8b80e35213777ae959bc0cbf (patch) | |
tree | 9fbcb81ae0b4178bac58e00113dc734de629fcf3 | |
parent | aac3e6c8e81cf7fcbaf415d219d0c6c588d06791 (diff) |
Notes
-rw-r--r-- | math/octave-forge-communications/Makefile | 4 | ||||
-rw-r--r-- | math/octave-forge-es/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-fits/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-pt_br/Makefile | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 624a166eb623..66f60ed589e7 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 27e9be5dc177..7a1489b211fe 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 97b8c7813e6b..337060b541fa 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 af4bcc6758e3..dfaa7d5430cb 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> |