diff options
author | jdolecek <jdolecek> | 2006-10-20 22:10:33 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2006-10-20 22:10:33 +0000 |
commit | 890422b5850f9afae6c577ce2cc7f91388058f36 (patch) | |
tree | 5ec88dde909e4f5b266b31e5fded854a2be6cfb8 /lang/php5 | |
parent | e40d7a3ac4a6c81006c6f690d24829a296108bb9 (diff) | |
download | pkgsrc-890422b5850f9afae6c577ce2cc7f91388058f36.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/php5')
-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 |