diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-05 16:49:13 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-05 16:49:13 +0800 |
commit | 5781573795591b9f25805696fc2417e1f205eccf (patch) | |
tree | 5543c839f0c31cb0288eec5d216dabff6f54e88b /devel | |
parent | 07f08392b88a079b4059cd687223cdcf415881fe (diff) | |
download | freebsd-ports-gnome-5781573795591b9f25805696fc2417e1f205eccf.tar.gz freebsd-ports-gnome-5781573795591b9f25805696fc2417e1f205eccf.tar.zst freebsd-ports-gnome-5781573795591b9f25805696fc2417e1f205eccf.zip |
- Unbreak/ignore with PHP 5.
- Assign maintainership to submitter.
PR: 111255
Submitted by: "Josh Paetzel" <josh@tcbug.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php-dbg/Makefile | 8 | ||||
-rw-r--r-- | devel/php-dbg2/Makefile | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile index 1a5aca1a7cbb..d39a00395fdf 100644 --- a/devel/php-dbg/Makefile +++ b/devel/php-dbg/Makefile @@ -12,16 +12,14 @@ MASTER_SITES= http://dd.cron.ru/dbg/dnld/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= Debugger for PHP4 -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler #CONFIGURE_ENV= with_dbg_trace=1 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile index 1a5aca1a7cbb..d39a00395fdf 100644 --- a/devel/php-dbg2/Makefile +++ b/devel/php-dbg2/Makefile @@ -12,16 +12,14 @@ MASTER_SITES= http://dd.cron.ru/dbg/dnld/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= Debugger for PHP4 -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler #CONFIGURE_ENV= with_dbg_trace=1 PKGMESSAGE= ${WRKDIR}/pkg-message |