diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-10-20 22:10:33 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-10-20 22:10:33 +0000 |
commit | b0982cfe3de7bfb7a7189b4d85b462ac7cee915b (patch) | |
tree | 5ec88dde909e4f5b266b31e5fded854a2be6cfb8 /lang | |
parent | b45d4c8d66e883c51a653301dcbb01d1b9c6653b (diff) | |
download | pkgsrc-b0982cfe3de7bfb7a7189b4d85b462ac7cee915b.tar.gz |
remove --enable-memory-limit - 8MB is too low, and this just
duplicates process resource limits, which already provide necessary
"safety net" protection against rogue scripts
bump PKGREVISION for this
adressess PR pkg/32007 by "pancake"
also remove --enable-track-vars, since that configure argument
is long gone from PHP
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 3 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index c2fc77925cc..1076073b34c 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2006/08/19 16:50:44 taca Exp $ +# $NetBSD: Makefile,v 1.44 2006/10/20 22:10:33 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index a80b152f4e0..e3c6c8ea316 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.19 2006/06/05 17:24:06 minskim Exp $ +# $NetBSD: Makefile.php,v 1.20 2006/10/20 22:10:33 jdolecek Exp $ # .include "../../lang/php5/Makefile.common" @@ -26,9 +26,6 @@ CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --without-sqlite CONFIGURE_ARGS+= --without-iconv -CONFIGURE_ARGS+= --enable-memory-limit -CONFIGURE_ARGS+= --enable-track-vars - CONFIGURE_ARGS+= --disable-posix CONFIGURE_ARGS+= --disable-dom CONFIGURE_ARGS+= --disable-pdo |