Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 09:24:42 GMT
From:      Eero Hänninen <fax@nohik.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182594: Build mail/dovecot2 wihtout kqueue is impossible
Message-ID:  <201310030924.r939OgJk063875@oldred.freebsd.org>
Resent-Message-ID: <201310030930.r939U0hV060558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182594
>Category:       ports
>Synopsis:       Build mail/dovecot2 wihtout kqueue is impossible
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 09:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Eero Hänninen
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD mail.host.ee 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Due need to compile mail/dovecot2 port without kqueue support I have unchecked kqueue in make config. This is not give any efect, as dovecot itself done autodetect if configure arg --with-ioloop not specified and the result is still build against kqueue.
>How-To-Repeat:
# cd /usr/ports/mail/dovecot2
# make config
uncheck kqueue
# make install clean
>Fix:
--- Makefile.orig       2013-10-03 09:06:26.192064400 +0000
+++ Makefile    2013-10-03 09:07:20.482035961 +0000
@@ -87,6 +87,8 @@
 #
 .if ${PORT_OPTIONS:MKQUEUE}
 CONFIGURE_ARGS+=--with-ioloop=kqueue
+.else
+CONFIGURE_ARGS+=--with-ioloop=poll
 .endif
 
 ## SSL support

>Release-Note:
>Audit-Trail:
>Unformatted:



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