summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2006-10-20 22:10:33 +0000
committerjdolecek <jdolecek>2006-10-20 22:10:33 +0000
commit890422b5850f9afae6c577ce2cc7f91388058f36 (patch)
tree5ec88dde909e4f5b266b31e5fded854a2be6cfb8 /www/php4
parente40d7a3ac4a6c81006c6f690d24829a296108bb9 (diff)
downloadpkgsrc-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 'www/php4')
-rw-r--r--www/php4/Makefile3
-rw-r--r--www/php4/Makefile.php4
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.