From b0982cfe3de7bfb7a7189b4d85b462ac7cee915b Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 20 Oct 2006 22:10:33 +0000 Subject: 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 --- www/php4/Makefile | 3 ++- www/php4/Makefile.php | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'www/php4') 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. -- cgit v1.2.3