summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-21 08:28:30 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-21 08:28:30 +0000
commit55a65b9d902f3dae98a31344b0ee7a3104c32bb6 (patch)
treedbc32e59c711cdfd0a9e92b0aaf70f2cc2422f58 /mail/cyrus-imapd
parentUpdate to 1.6.24. Fix /var/pwcheck handling since that's moved to the (diff)
(Oops, forgot this file with the 1.6.24 update):
Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes: svn path=/head/; revision=36179
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r--mail/cyrus-imapd/files/patch-ca10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/files/patch-ca b/mail/cyrus-imapd/files/patch-ca
new file mode 100644
index 000000000000..87ec8c6c0aaa
--- /dev/null
+++ b/mail/cyrus-imapd/files/patch-ca
@@ -0,0 +1,10 @@
+--- sieve/comparator.h.orig Sun Nov 12 18:00:13 2000
++++ sieve/comparator.h Sun Nov 12 18:00:19 2000
+@@ -31,6 +31,7 @@
+ #ifdef HAVE_RX
+ #include <rxposix.h>
+ #else
++#include <sys/types.h>
+ #include <regex.h>
+ #endif
+ #endif