freebsd-ports/mail/cyrus-imapd/files/patch-ca
Will Andrews 55a65b9d90 (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>
2000-12-21 08:28:30 +00:00

10 lines
224 B
Text

--- 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