summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/Makefile2
-rw-r--r--www/mod_php4/scripts/configure.php5
-rw-r--r--www/mod_php5/Makefile2
-rw-r--r--www/mod_php5/scripts/configure.php5
5 files changed, 5 insertions, 11 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 8e0a33a185ce..4d1f18be0a18 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -66,7 +66,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index a35df05b79c3..736c3bb3725b 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -42,7 +42,7 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
MAINTAINER= dirk@FreeBSD.org
-BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!"
+#XXX: BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!"
Y2K= http://www.php.net/y2k.php3
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index db3694a78309..93cd6b666041 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -66,10 +66,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
- ;;
- \"nothing\")
- echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index a35df05b79c3..736c3bb3725b 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -42,7 +42,7 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
MAINTAINER= dirk@FreeBSD.org
-BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!"
+#XXX: BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!"
Y2K= http://www.php.net/y2k.php3
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index db3694a78309..93cd6b666041 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -66,10 +66,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
- ;;
- \"nothing\")
- echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")