diff options
author | kris <kris@FreeBSD.org> | 2006-11-17 14:41:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-11-17 14:41:55 +0800 |
commit | 87d9be648a34bf09a181494a7a93f08cd55ef176 (patch) | |
tree | 34214def37dedcd23b37f44769c2e91773a6c547 /devel | |
parent | 943d0c7abfc1fd1e0bb90d93f20966e70cefe891 (diff) | |
download | freebsd-ports-gnome-87d9be648a34bf09a181494a7a93f08cd55ef176.tar.gz freebsd-ports-gnome-87d9be648a34bf09a181494a7a93f08cd55ef176.tar.zst freebsd-ports-gnome-87d9be648a34bf09a181494a7a93f08cd55ef176.zip |
BROKEN: Does not compile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-apd/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-runkit/Makefile | 2 | ||||
-rw-r--r-- | devel/php-dbg/Makefile | 2 | ||||
-rw-r--r-- | devel/php-dbg2/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/devel/pear-apd/Makefile b/devel/pear-apd/Makefile index ae8fad4694b1..d451a59b9039 100644 --- a/devel/pear-apd/Makefile +++ b/devel/pear-apd/Makefile @@ -16,6 +16,8 @@ COMMENT= A full-featured engine-level PHP profiler/debugger BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not compile + USE_PHP= yes USE_PHPIZE= yes diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile index f36a7012b780..dc8855c63c8c 100644 --- a/devel/pecl-runkit/Makefile +++ b/devel/pecl-runkit/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= PECL MAINTAINER= pav@FreeBSD.org COMMENT= PECL extension to modify constants, user-defined functions and classes +BROKEN= Does not compile + USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile index 443b78e7c92a..acc890269bb6 100644 --- a/devel/php-dbg/Makefile +++ b/devel/php-dbg/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Debugger for PHP4 +BROKEN= Does not compile + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile index 443b78e7c92a..acc890269bb6 100644 --- a/devel/php-dbg2/Makefile +++ b/devel/php-dbg2/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Debugger for PHP4 +BROKEN= Does not compile + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes |