diff options
author | erwin <erwin@FreeBSD.org> | 2010-07-30 16:04:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-07-30 16:04:21 +0800 |
commit | 7835773325f1c0d4ced389b68c48b5e8d60b9291 (patch) | |
tree | af23cb4e68d88882b99de1b5e3fa4bb92e4bb0de | |
parent | cef3ae6b777497e698cbb4f43778597f81794340 (diff) | |
download | freebsd-ports-gnome-7835773325f1c0d4ced389b68c48b5e8d60b9291.tar.gz freebsd-ports-gnome-7835773325f1c0d4ced389b68c48b5e8d60b9291.tar.zst freebsd-ports-gnome-7835773325f1c0d4ced389b68c48b5e8d60b9291.zip |
Mark BROKEN: does not build
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 2 | ||||
-rw-r--r-- | editors/fpc-ide/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc-base/Makefile | 2 | ||||
-rw-r--r-- | www/mod_webapp/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
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 |