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-spool.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 mail/dma/files/patch-spool.c (limited to 'mail/dma/files/patch-spool.c') diff --git a/mail/dma/files/patch-spool.c b/mail/dma/files/patch-spool.c deleted file mode 100644 index e1342d12e03c..000000000000 --- a/mail/dma/files/patch-spool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./spool.c.orig 2010-08-10 17:48:35.000000000 +0200 -+++ ./spool.c 2010-08-11 18:59:57.113889734 +0200 -@@ -92,7 +92,7 @@ - */ - if (fstat(fd, &st) != 0) - goto fail; -- if (asprintf(&queue->id, "%"PRIxMAX, st.st_ino) < 0) -+ if (asprintf(&queue->id, "%"PRIxMAX, (uintmax_t)st.st_ino) < 0) - goto fail; - - queue->mailf = fdopen(fd, "r+"); -- cgit v1.2.3