Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 21:20:12 GMT
From:      Robin Breathe <robin@isometry.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/96884: mail/dovecot - KQUEUE is enabled by default, even though the port claims otherwise
Message-ID:  <200605072120.k47LKC4m092007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96884; it has been noted by GNATS.

From: Robin Breathe <robin@isometry.net>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/96884: mail/dovecot - KQUEUE is enabled by default, even though the port claims otherwise
Date: Sun, 7 May 2006 22:14:54 +0100

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --Apple-Mail-5--921913589
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset=US-ASCII; format=flowed
 
 Please commit the following patch:
 
 diff -ruN dovecot-1.0.b7/Makefile dovecot/Makefile
 --- dovecot-1.0.b7/Makefile     Sun May  7 21:09:39 2006
 +++ dovecot/Makefile    Sun May  7 21:10:57 2006
 @@ -8,6 +8,7 @@
 PORTNAME=      dovecot
 DISTVERSION=   1.0.beta7
 +PORTREVISION=  1
 CATEGORIES=    mail ipv6
 MASTER_SITES=  http://www.dovecot.org/releases/
 @@ -47,7 +48,7 @@
 ## kqueue(2) support
 #
 -.if !defined(WITHOUT_KQUEUE)
 +.if defined(WITH_KQUEUE)
 CONFIGURE_ARGS+=       --with-ioloop=kqueue --with-notify=kqueue
 .endif
 
 
 Thank you,
 Robin
 
 
 --Apple-Mail-5--921913589
 content-type: application/pgp-signature; x-mac-type=70674453;
 	name=PGP.sig
 content-description: This is a digitally signed message part
 content-disposition: inline; filename=PGP.sig
 content-transfer-encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 
 iEYEARECAAYFAkReY04ACgkQNLbGuU6oShIPLACgobDYKaHf7V0Joe78+qRK2XUE
 xV4Anip0ulYnNP4/9LQIq2LAUzEA/wFM
 =fXgt
 -----END PGP SIGNATURE-----
 
 --Apple-Mail-5--921913589--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605072120.k47LKC4m092007>