diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-05 11:24:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-05 11:24:40 +0000 |
commit | 872c435c6838732ecc0015382da8748d217bb390 (patch) | |
tree | 2188cd40a5aae9036390e73385b991edd048dcbf | |
parent | Upgrade to 0.6.6. (diff) |
Disable IMAP support again. It shouldn't have been enabled. IMAP
support still doesn't work...
Reported by: Arcady Genkin <a.genkin@utoronto.ca>
Notes
Notes:
svn path=/head/; revision=28302
-rw-r--r-- | www/mod_php4/scripts/configure.php | 3 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index e97f67cb103a..0f98a3fb6509 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 e97f67cb103a..0f98a3fb6509 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}" ;; |