From 487efa6f9f67a230176e56084dd6465e6539a759 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 16 Nov 2000 10:14:31 +0000 Subject: Reenable mhash support. It seems to work, now. PR: ports/22872 --- www/mod_php3/scripts/configure.php | 5 +---- www/mod_php4/scripts/configure.php | 5 +---- www/mod_php5/scripts/configure.php | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'www') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 3dea26fef470..c8ab1f13ca4d 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -75,10 +75,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" + echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" ;; \"pdflib\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index e68201fceb3e..c3c13bfec683 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -75,10 +75,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" + echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" ;; \"pdflib\") diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index e68201fceb3e..c3c13bfec683 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -75,10 +75,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" + echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" ;; \"pdflib\") -- cgit v1.2.3