summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-04-05 08:49:13 +0000
committerstefan <stefan@FreeBSD.org>2007-04-05 08:49:13 +0000
commit5781573795591b9f25805696fc2417e1f205eccf (patch)
tree5543c839f0c31cb0288eec5d216dabff6f54e88b
parent07f08392b88a079b4059cd687223cdcf415881fe (diff)
downloadFreeBSD-ports-5781573795591b9f25805696fc2417e1f205eccf.zip
FreeBSD-ports-5781573795591b9f25805696fc2417e1f205eccf.tar.gz
- Unbreak/ignore with PHP 5.
- Assign maintainership to submitter. PR: 111255 Submitted by: "Josh Paetzel" <josh@tcbug.org>
-rw-r--r--devel/php-dbg/Makefile8
-rw-r--r--devel/php-dbg2/Makefile8
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile
index 1a5aca1..d39a003 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 1a5aca1..d39a003 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
OpenPOWER on IntegriCloud