summaryrefslogtreecommitdiff
path: root/mail/sendmail/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r--mail/sendmail/files/patch-recipient.c11
-rw-r--r--mail/sendmail/files/patch-sfsasl.c23
-rw-r--r--mail/sendmail/files/pkg-milter3
3 files changed, 34 insertions, 3 deletions
diff --git a/mail/sendmail/files/patch-recipient.c b/mail/sendmail/files/patch-recipient.c
new file mode 100644
index 000000000000..bad745c91557
--- /dev/null
+++ b/mail/sendmail/files/patch-recipient.c
@@ -0,0 +1,11 @@
+--- sendmail/recipient.c 29 May 2002 18:20:03 -0000 8.330
++++ sendmail/recipient.c 27 Aug 2002 20:21:02 -0000 8.330.2.1
+@@ -679,7 +679,7 @@
+ ** the current recipient is marked expensive.
+ */
+
+- if (WILL_BE_QUEUED(e->e_sendmode) ||
++ if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
+ (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
+ FastSplit > 0))
+ sortfn = sorthost;
diff --git a/mail/sendmail/files/patch-sfsasl.c b/mail/sendmail/files/patch-sfsasl.c
new file mode 100644
index 000000000000..7cd5d0b29c16
--- /dev/null
+++ b/mail/sendmail/files/patch-sfsasl.c
@@ -0,0 +1,23 @@
+--- sendmail/sfsasl.c 27 Aug 2002 01:35:17 -0000 8.91.2.1
++++ sendmail/sfsasl.c 12 Sep 2002 21:07:50 -0000 8.91.2.2
+@@ -182,7 +182,7 @@
+ int result;
+ ssize_t len;
+ # if SASL >= 20000
+- const char *outbuf = NULL;
++ static const char *outbuf = NULL;
+ # else /* SASL >= 20000 */
+ static char *outbuf = NULL;
+ # endif /* SASL >= 20000 */
+@@ -199,7 +199,11 @@
+ ** if necessary.
+ */
+
++# if SASL >= 20000
++ while (outlen == 0)
++# else /* SASL >= 20000 */
+ while (outbuf == NULL && outlen == 0)
++# endif /* SASL >= 20000 */
+ {
+ len = sm_io_read(so->fp, SM_TIME_DEFAULT, buf, size);
+ if (len <= 0)
diff --git a/mail/sendmail/files/pkg-milter b/mail/sendmail/files/pkg-milter
index 7e4bab67915c..374de6278e90 100644
--- a/mail/sendmail/files/pkg-milter
+++ b/mail/sendmail/files/pkg-milter
@@ -1,9 +1,6 @@
include/libmilter/mfapi.h
include/libmilter/mfdef.h
lib/libmilter.a
-lib/libsm.a
-lib/libsmutil.a
-lib/libsmdb.a
@dirrm include/libmilter
%%PORTDOCS%%share/doc/sendmail/MILTER
%%PORTDOCS%%share/doc/sendmail/libmilter/api.html