aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-05-05 19:24:40 +0800
committerdirk <dirk@FreeBSD.org>2000-05-05 19:24:40 +0800
commit9d2a17b4aa065219c32e345c1bd94f6e388f7e34 (patch)
tree5f793e6c9b69642e881f9ebde8933104718e69c6 /www
parentd7baf3f5f06ad327e8b9f3d0b82a669394196eb8 (diff)
downloadfreebsd-ports-graphics-9d2a17b4aa065219c32e345c1bd94f6e388f7e34.tar.gz
freebsd-ports-graphics-9d2a17b4aa065219c32e345c1bd94f6e388f7e34.tar.zst
freebsd-ports-graphics-9d2a17b4aa065219c32e345c1bd94f6e388f7e34.zip
Disable IMAP support again. It shouldn't have been enabled. IMAP
support still doesn't work... Reported by: Arcady Genkin <a.genkin@utoronto.ca>
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php3
-rw-r--r--www/mod_php5/scripts/configure.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index e97f67cb103..0f98a3fb650 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -98,6 +98,9 @@ while [ "$1" ]; do
fi
;;
\"IMAP\")
+ echo "IMAP is DISABLED for now. Ignoring." > /dev/stderr
+ ;;
+ \"nothing\")
echo "BUILD_DEPENDS+= \${PREFIX}/lib/libc-client4.a:\${PORTSDIR}/mail/imap-uw"
echo "PHP_CONF_ARGS+= --with-imap=\${PREFIX}"
;;
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index e97f67cb103..0f98a3fb650 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -98,6 +98,9 @@ while [ "$1" ]; do
fi
;;
\"IMAP\")
+ echo "IMAP is DISABLED for now. Ignoring." > /dev/stderr
+ ;;
+ \"nothing\")
echo "BUILD_DEPENDS+= \${PREFIX}/lib/libc-client4.a:\${PORTSDIR}/mail/imap-uw"
echo "PHP_CONF_ARGS+= --with-imap=\${PREFIX}"
;;