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 /www/php4 | |
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 'www/php4')
-rw-r--r-- | www/php4/Makefile | 3 | ||||
-rw-r--r-- | www/php4/Makefile.php | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 9577f98ddc7..dc2b5f63b23 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2006/08/10 23:01:40 adrianp Exp $ +# $NetBSD: Makefile,v 1.71 2006/10/20 22:10:33 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES+= lang COMMENT= HTML-embedded scripting language diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index c15229b4e5c..4b3fb00683d 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.35 2005/12/05 23:55:23 rillig Exp $ +# $NetBSD: Makefile.php,v 1.36 2006/10/20 22:10:33 jdolecek Exp $ .include "../../www/php4/Makefile.common" @@ -22,8 +22,6 @@ CONFIGURE_ARGS+= --with-exec-dir=${PREFIX}/libexec/php4 .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --with-regex=system -CONFIGURE_ARGS+= --enable-memory-limit -CONFIGURE_ARGS+= --enable-track-vars # Support for linking some PHP4 extensions statically into the php CGI and # into the apache mod_php.so DSO. |