From 6a0f7d66652e5376b71debdca807f178948d1d84 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 21 Dec 2000 08:28:30 +0000 Subject: (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 Scot W. Hetzel --- mail/cyrus/files/patch-ca | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail/cyrus/files/patch-ca (limited to 'mail/cyrus') diff --git a/mail/cyrus/files/patch-ca b/mail/cyrus/files/patch-ca new file mode 100644 index 000000000000..87ec8c6c0aaa --- /dev/null +++ b/mail/cyrus/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 + #else ++#include + #include + #endif + #endif -- cgit