summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-20 20:28:37 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-20 20:28:37 +0000
commitbb6211f6b6c6f1fd135424a2fd15fcffe2858f0e (patch)
treee36e94e3600d55c2d66ac30271648af72b6b97a9 /www
parentUpgrade to Apache 1.3.9 and mod_ssl 2.4.0. (diff)
Disable pdflib and IMAP support for PHP. It doesn't seem to work
at the moment. Reported by: andreas
Notes
Notes: svn path=/head/; revision=20833
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php6
-rw-r--r--www/mod_php5/scripts/configure.php6
2 files changed, 12 insertions, 0 deletions
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}"
;;