Bug 93250

Summary: Maintainer update: mail/dovecot to 1.0.b3
Product: Ports & Packages Reporter: Robin Breathe <robin>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dovecot-1.0.b3.diff none

Description Robin Breathe 2006-02-12 20:00:17 UTC
Update mail/dovecot to the current, recommended 1.0.beta3 release.
- Add support for kqueue(2) in place of poll(2)
- Add support for SQLite userdb.
- Workaround a bug seen with malloc.c rev 1.95 (by setting "login_process_size = 64").
- Install mkcert.sh to PREFIX/share/dovecot/ to ease certificate generation.

This PR supercedes ports/93074, which should be closed.

Fix: Apply the following patch:
Comment 1 Michael Johnson freebsd_committer freebsd_triage 2006-02-12 20:05:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Grab
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2006-02-12 20:12:22 UTC
State Changed
From-To: open->closed

Committed, Thanks! 
I changed the .if defined(WITH_KQUEUE) to .if !defined(WITHOUT_KQUEUE) since 
you had KQUEUE on by default.