Bug 51491 - [PATCH]: make skiplist support for port mail/cyrus-imapd2 compatible with mail/cyrus-imapd22
Summary: [PATCH]: make skiplist support for port mail/cyrus-imapd2 compatible with mai...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 13:30 UTC by Oliver Eikemeier
Modified: 2003-04-28 17:40 UTC (History)
1 user (show)

See Also:


Attachments
cyrus-imapd2-skiplist.patch (551 bytes, patch)
2003-04-28 13:30 UTC, Oliver Eikemeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-04-28 13:30:10 UTC
cyrus-imapd 2.2 changed the default mailbox list and seen state database
formats to skiplist. Port mail/cyrus-imapd22 has an option WITHOUT_SKIPLIST
to keep the old database format. Port mail/cyrus-imapd2 should have an
option WITH_SKIPLIST to use the new database format.

Fix: cd /usr/ports
patch < ~/cyrus-imapd2-skiplist.patch
rm mail/cyrus-imapd2/Makefile.orig
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-28 14:26:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2003-04-28 17:38:34 UTC
State Changed
From-To: open->closed

Thanks!  I've just committed it with some modification.