diff options
-rw-r--r-- | devel/happy/Makefile | 2 | ||||
-rw-r--r-- | devel/hmake/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-happy/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-hmake/Makefile | 2 | ||||
-rw-r--r-- | math/femlab/Makefile | 2 | ||||
-rw-r--r-- | misc/cassowary/Makefile | 2 | ||||
-rw-r--r-- | misc/ezload/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/devel/happy/Makefile b/devel/happy/Makefile index 02d432b7a0f9..9ca60dc6e70d 100644 --- a/devel/happy/Makefile +++ b/devel/happy/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= simonmar@microsoft.com +BROKEN= "Does not build" + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ diff --git a/devel/hmake/Makefile b/devel/hmake/Makefile index d68154f7a45d..5024f67f4f64 100644 --- a/devel/hmake/Makefile +++ b/devel/hmake/Makefile @@ -14,6 +14,8 @@ MAINTAINER= mwest@uct.ac.za BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BROKEN= "Does not build" + HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= YES diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 02d432b7a0f9..9ca60dc6e70d 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= simonmar@microsoft.com +BROKEN= "Does not build" + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index d68154f7a45d..5024f67f4f64 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -14,6 +14,8 @@ MAINTAINER= mwest@uct.ac.za BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BROKEN= "Does not build" + HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= YES diff --git a/math/femlab/Makefile b/math/femlab/Makefile index a159f8085c10..2599c51ff73b 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -14,6 +14,8 @@ DISTFILES= femlab-2d-v${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not build" + BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx USE_X_PREFIX= yes diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index db91f0a7d5d3..8734e7b7fe02 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ MAINTAINER= nakai@FreeBSD.org +BROKEN= "Does not build" + BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index ff5c6fe1db47..0109ffaf2b84 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.etla.net/~n_hibma/usb/ MAINTAINER= n_hibma@FreeBSD.ORG +BROKEN= "Does not build" + MAN1= ezupload.1 ezdownload.1 aw.1 MANCOMPRESSED= yes |