Disable IMAP support again. It shouldn't have been enabled. IMAP
support still doesn't work... Reported by: Arcady Genkin <a.genkin@utoronto.ca>
This commit is contained in:
parent
57193b00ce
commit
872c435c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28302
@ -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}"
|
||||
;;
|
||||
|
@ -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}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user