From 7835773325f1c0d4ced389b68c48b5e8d60b9291 Mon Sep 17 00:00:00 2001 From: erwin Date: Fri, 30 Jul 2010 08:04:21 +0000 Subject: Mark BROKEN: does not build --- devel/fpc-fcl-db/Makefile | 2 ++ editors/fpc-ide/Makefile | 2 ++ lang/fpc-base/Makefile | 2 ++ www/mod_webapp/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index cc414331520d..0e3024bd0164 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX= -fcl-db MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library +BROKEN= does not build + USE_FPC= fcl-async fcl-base fcl-xml hash ibase mysql odbc oracle paszlib postgres \ pthreads pxlib sqlite diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 3b0dd6c048d3..c880c1f90731 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX= -ide MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler +BROKEN= does not build + USE_FPC= chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \ oracle pasjpeg paszlib pthreads postgres regexpr sqlite diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 719bc6883f37..715507dfccc3 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -23,6 +23,8 @@ WANT_FPC_BASE= yes RUN_DEPENDS+= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs .endif +BROKEN= does not build + NO_BUILD= yes do-install: # empty diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index 49cf139cb73b..c815db877137 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -20,6 +20,8 @@ COMMENT= Apache module mounts Tomcat web applications LIB_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr1:configure +BROKEN= does not build + MAKE_JOBS_UNSAFE= yes USE_APACHE= 1.3 -- cgit