summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-11-16 10:14:31 +0000
committerdirk <dirk@FreeBSD.org>2000-11-16 10:14:31 +0000
commit20c8f3b568078ff6cb2daa601d771a9b1efaed25 (patch)
tree09a52c340f7f00895c52c491aa263cbe13cea2ae
parentd6a886dc21739f2c8507927b93edb85ceb3e61cb (diff)
downloadFreeBSD-ports-20c8f3b568078ff6cb2daa601d771a9b1efaed25.zip
FreeBSD-ports-20c8f3b568078ff6cb2daa601d771a9b1efaed25.tar.gz
Reenable mhash support. It seems to work, now.
PR: ports/22872
-rw-r--r--www/mod_php3/scripts/configure.php5
-rw-r--r--www/mod_php4/scripts/configure.php5
-rw-r--r--www/mod_php5/scripts/configure.php5
3 files changed, 3 insertions, 12 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 3dea26f..c8ab1f1 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 e68201f..c3c13bf 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 e68201f..c3c13bf 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\")
OpenPOWER on IntegriCloud