diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-11 22:52:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-11 22:52:55 +0000 |
commit | 3e8ba7b0d17ee29abc15e36d9c39044200d84f69 (patch) | |
tree | 8ec8352d2dce9e2af599b6d27c3bf0de1a89ff76 /devel | |
parent | 71d639506b5570077c1f3260847f20a0c5dbeb38 (diff) | |
download | ports-3e8ba7b0d17ee29abc15e36d9c39044200d84f69.tar.gz ports-3e8ba7b0d17ee29abc15e36d9c39044200d84f69.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php-dbg/Makefile | 4 | ||||
-rw-r--r-- | devel/php-dbg/distinfo | 4 | ||||
-rw-r--r-- | devel/php-dbg/pkg-message | 4 | ||||
-rw-r--r-- | devel/php-dbg2/Makefile | 4 | ||||
-rw-r--r-- | devel/php-dbg2/distinfo | 4 | ||||
-rw-r--r-- | devel/php-dbg2/pkg-message | 4 |
6 files changed, 14 insertions, 10 deletions
diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile index 04f6fde5f2e1..3a0cab42471d 100644 --- a/devel/php-dbg/Makefile +++ b/devel/php-dbg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbg -PORTVERSION= 2.11.23 +PORTVERSION= 2.11.30 CATEGORIES= devel MASTER_SITES= http://dd.cron.ru/dbg/dnld/ PKGNAMEPREFIX= php- @@ -15,9 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= rehsack@liwing.de COMMENT= Debugger for PHP4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler +#CONFIGURE_ENV= with_dbg_trace=1 PKGMESSAGE= ${WRKDIR}/pkg-message post-build: diff --git a/devel/php-dbg/distinfo b/devel/php-dbg/distinfo index 9faa77d78e08..351efa639f3d 100644 --- a/devel/php-dbg/distinfo +++ b/devel/php-dbg/distinfo @@ -1,2 +1,2 @@ -MD5 (dbg-2.11.23-src.tar.gz) = ddb1d141c496c8d23fe98c8de19c892e -SIZE (dbg-2.11.23-src.tar.gz) = 38506 +MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd +SIZE (dbg-2.11.30-src.tar.gz) = 39409 diff --git a/devel/php-dbg/pkg-message b/devel/php-dbg/pkg-message index 355104c7a827..4dc33b88f56d 100644 --- a/devel/php-dbg/pkg-message +++ b/devel/php-dbg/pkg-message @@ -5,9 +5,9 @@ This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, The php debugger has been installed successful. Add a line containing - extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so + extension=dbg.so -to your php.ini to load it. +to your %%LOCALBASE%%/etc/php/extensions.ini to load it. If you have the Zend Optimizer installed, add the line zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile index 04f6fde5f2e1..3a0cab42471d 100644 --- a/devel/php-dbg2/Makefile +++ b/devel/php-dbg2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbg -PORTVERSION= 2.11.23 +PORTVERSION= 2.11.30 CATEGORIES= devel MASTER_SITES= http://dd.cron.ru/dbg/dnld/ PKGNAMEPREFIX= php- @@ -15,9 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= rehsack@liwing.de COMMENT= Debugger for PHP4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PHP= yes USE_PHPIZE= yes CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler +#CONFIGURE_ENV= with_dbg_trace=1 PKGMESSAGE= ${WRKDIR}/pkg-message post-build: diff --git a/devel/php-dbg2/distinfo b/devel/php-dbg2/distinfo index 9faa77d78e08..351efa639f3d 100644 --- a/devel/php-dbg2/distinfo +++ b/devel/php-dbg2/distinfo @@ -1,2 +1,2 @@ -MD5 (dbg-2.11.23-src.tar.gz) = ddb1d141c496c8d23fe98c8de19c892e -SIZE (dbg-2.11.23-src.tar.gz) = 38506 +MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd +SIZE (dbg-2.11.30-src.tar.gz) = 39409 diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message index 355104c7a827..4dc33b88f56d 100644 --- a/devel/php-dbg2/pkg-message +++ b/devel/php-dbg2/pkg-message @@ -5,9 +5,9 @@ This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, The php debugger has been installed successful. Add a line containing - extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so + extension=dbg.so -to your php.ini to load it. +to your %%LOCALBASE%%/etc/php/extensions.ini to load it. If you have the Zend Optimizer installed, add the line zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so |