55a65b9d90
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>
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
--- 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
|