From d568800800520d23c18fd55a2dbe4ae3e5fc1ca8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 18 Oct 2010 11:39:00 +0000 Subject: - Update port to latest developer version - Remove now useless patch-spool.c - add patch-mail.c to fix compilation on 8.1 i386 Note that the dragonflybsd version and gitorious versions are different and the virtuser file is gone in favour of env MAIL variable. PR: ports/151408 Submitted by: bz@ --- mail/dma/files/patch-mail.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/dma/files/patch-mail.c (limited to 'mail/dma/files/patch-mail.c') diff --git a/mail/dma/files/patch-mail.c b/mail/dma/files/patch-mail.c new file mode 100644 index 000000000000..1c43e7f575fc --- /dev/null +++ b/mail/dma/files/patch-mail.c @@ -0,0 +1,11 @@ +--- ./mail.c.orig 2010-10-04 21:03:33.000000000 +0200 ++++ ./mail.c 2010-10-18 13:34:03.222470911 +0200 +@@ -415,7 +415,7 @@ + snprintf(line, sizeof(line), "Message-Id: <%"PRIxMAX".%s.%"PRIxMAX"@%s>\n", + (uintmax_t)time(NULL), + queue->id, +- random(), ++ (uintmax_t)random(), + hostname()); + } else if (!had_from) { + had_from = 1; -- cgit v1.2.3