summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-09 14:23:10 +0000
committerghen <ghen@pkgsrc.org>2006-08-09 14:23:10 +0000
commita7f3ec6b80e1808cde06dbc88ea6e34d61abe653 (patch)
tree3c2f1b936d9644a1a7431de31d6536a06514d52f /mail/dovecot
parent3b9e117cf7ad3a5641c195ed6c1f2ae776ee69a7 (diff)
downloadpkgsrc-a7f3ec6b80e1808cde06dbc88ea6e34d61abe653.tar.gz
Add --with-ioloop=best to CONFIGURE_ARGS and bump PKGREVISION. The default
I/O loop method was changed from kqueue(2) to poll(2) in 1.0rc2, which has been reported to cause problems on *BSD. --with-ioloop=best selects kqueue on platforms that implement it (*BSD), and poll on others. You can use "dovecot --build-options" to see what your binary has been compiled with.
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 84ac8282dc3..c6ff1c1f0b0 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2006/08/09 11:26:36 abs Exp $
+# $NetBSD: Makefile,v 1.65 2006/08/09 14:23:10 ghen Exp $
DISTNAME= dovecot-1.0.rc6
-PKGREVISION= 1
PKGNAME= ${DISTNAME:S/.rc/rc/}
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/
@@ -19,6 +19,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-ssldir=${SSLDIR:Q}
+CONFIGURE_ARGS+= --with-ioloop=best
.include "../../mk/bsd.prefs.mk"
.include "options.mk"