1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Disable pdflib and IMAP support for PHP. It doesn't seem to work

at the moment.

Reported by:	andreas
This commit is contained in:
Dirk Froemberg 1999-08-20 20:28:37 +00:00
parent d52c6146dc
commit bb6211f6b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20833
2 changed files with 12 additions and 0 deletions

View File

@ -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}"
;;

View File

@ -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}"
;;