pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Add --with-ioloop=best to CONFIGURE_ARGS ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c3fea323f83
branches: trunk
changeset: 517350:1c3fea323f83
user: ghen <ghen%pkgsrc.org@localhost>
date: Wed Aug 09 14:23:10 2006 +0000
description:
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:
mail/dovecot/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r b2395caabf00 -r 1c3fea323f83 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Wed Aug 09 14:14:40 2006 +0000
+++ b/mail/dovecot/Makefile Wed Aug 09 14:23:10 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index