aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-11-19 06:35:30 +0800
committerdirk <dirk@FreeBSD.org>2001-11-19 06:35:30 +0800
commite6f5ad38908905f47e17bdcd944dbb121cc55535 (patch)
treed59870f1c904341811e794d32920955d30f51dd4 /www/mod_php5
parent1a3059dcd2582bdc6d85811dc9cd57376653d8a4 (diff)
downloadfreebsd-ports-gnome-e6f5ad38908905f47e17bdcd944dbb121cc55535.tar.gz
freebsd-ports-gnome-e6f5ad38908905f47e17bdcd944dbb121cc55535.tar.zst
freebsd-ports-gnome-e6f5ad38908905f47e17bdcd944dbb121cc55535.zip
Add IMAP-SSL support.
PR: ports/28948 Submitted by: Richard Stockley <rws@procopia.com>
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 52be19c9f88d..42f6a1985d24 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -23,6 +23,7 @@ mcrypt "Encryption support" OFF \
mhash "Crypto-hashing support" OFF \
pdflib "pdflib support" OFF \
IMAP "IMAP support" OFF \
+IMAP-SSL "IMAP-SSL support (implies IMAP)" OFF \
MySQL "MySQL database support" ON \
PostgreSQL "PostgreSQL database support" OFF \
SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \
@@ -113,6 +114,12 @@ while [ "$1" ]; do
echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}"
;;
+ \"IMAP-SSL\")
+ echo "CONFIGURE_ARGS+=--with-imap-ssl=\${PREFIX}"
+ if [ -z "$IMAP" ]; then
+ set $* \"IMAP\"
+ fi
+ ;;
\"MySQL\")
echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client"
echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}"