diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
commit | fc631bd198463ccfb8fa6d003bb0f253491bdefd (patch) | |
tree | b03c3f552fc588d4ebd0ace3a4fee6867c59c05f /mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c | |
parent | [MAINTAINER UPDATE] games/stratagus broken dependency fix (diff) |
Maintainer update: mail/dovecot to 1.0.a5
Update to dovecot-1.0.a5.
- Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
- Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro.
- Introduce experimental (and probably broken) GSSAPI option.
PR: ports/90606
Submitted by: Robin Breathe <robin@isometry.net>
Notes
Notes:
svn path=/head/; revision=151622
Diffstat (limited to '')
-rw-r--r-- | mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c b/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c deleted file mode 100644 index af432b7b06bc..000000000000 --- a/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/lib-index/mail-index-sync-ext.c -=================================================================== -RCS file: /home/cvs/dovecot/src/lib-index/mail-index-sync-ext.c,v -retrieving revision 1.11 -retrieving revision 1.12 -diff -u -r1.11 -r1.12 ---- src/lib-index/mail-index-sync-ext.c 24 Sep 2005 10:12:03 -0000 1.11 -+++ src/lib-index/mail-index-sync-ext.c 28 Oct 2005 14:10:13 -0000 1.12 -@@ -332,6 +332,7 @@ - unsigned i, count = array_count(&map->extensions); - ssize_t diff = (ssize_t)new_size - (ssize_t)old_size; - -+ ext = array_idx_modifyable(&map->extensions, 0); - for (i = ext_id + 1; i < count; i++) - ext[i].hdr_offset += diff; - } |