disable kqueue for now.

This commit is contained in:
brad 2006-04-15 02:47:21 +00:00
parent 092ea86340
commit 4bc4ce9fb0

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.37 2006/04/12 16:32:11 brad Exp $ # $OpenBSD: Makefile,v 1.38 2006/04/15 02:47:21 brad Exp $
COMMENT= "compact IMAP/POP3 server" COMMENT= "compact IMAP/POP3 server"
DISTNAME= dovecot-1.0.beta7 DISTNAME= dovecot-1.0.beta7
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/ MASTER_SITES= ${HOMEPAGE}releases/
@ -43,8 +44,8 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59 AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+=--localstatedir=/var \ CONFIGURE_ARGS+=--localstatedir=/var \
--with-ioloop=kqueue \ # --with-ioloop=kqueue \
--with-notify=kqueue \ # --with-notify=kqueue \
--with-ssl=openssl \ --with-ssl=openssl \
--with-ssldir=/etc/ssl \ --with-ssldir=/etc/ssl \
--without-pam \ --without-pam \