From bb6211f6b6c6f1fd135424a2fd15fcffe2858f0e Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 20 Aug 1999 20:28:37 +0000 Subject: Disable pdflib and IMAP support for PHP. It doesn't seem to work at the moment. Reported by: andreas --- www/mod_php4/scripts/configure.php | 6 ++++++ www/mod_php5/scripts/configure.php | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'www') diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 52bcba29d17c..fa4d4bbedd1a 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -73,6 +73,9 @@ while [ "$1" ]; do echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}" ;; \"pdflib\") + echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" echo "PHP_CONF_ARGS+= --with-pdflib=\${PREFIX} \\" echo " --with-jpeg-dir=\${PREFIX} \\" @@ -82,6 +85,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 52bcba29d17c..fa4d4bbedd1a 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -73,6 +73,9 @@ while [ "$1" ]; do echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}" ;; \"pdflib\") + echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" echo "PHP_CONF_ARGS+= --with-pdflib=\${PREFIX} \\" echo " --with-jpeg-dir=\${PREFIX} \\" @@ -82,6 +85,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}" ;; -- cgit v1.2.3