From owner-svn-ports-all@FreeBSD.ORG Sat Oct 26 12:36:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 792F2A82; Sat, 26 Oct 2013 12:36:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6664A2B3F; Sat, 26 Oct 2013 12:36:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QCaIck058774; Sat, 26 Oct 2013 12:36:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QCaIbg058773; Sat, 26 Oct 2013 12:36:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310261236.r9QCaIbg058773@svn.freebsd.org> From: William Grzybowski Date: Sat, 26 Oct 2013 12:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331676 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 12:36:18 -0000 Author: wg Date: Sat Oct 26 12:36:17 2013 New Revision: 331676 URL: http://svnweb.freebsd.org/changeset/ports/331676 Log: mail/dovecot2: fix build without KQUEUE - Fix build without KQUEUE PR: ports/182594 Submitted by: Eero Hänninen Approved by: maintainer Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sat Oct 26 11:45:17 2013 (r331675) +++ head/mail/dovecot2/Makefile Sat Oct 26 12:36:17 2013 (r331676) @@ -83,6 +83,8 @@ PORTEXAMPLES= * # .if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--with-ioloop=kqueue +.else +CONFIGURE_ARGS+=--with-ioloop=poll .endif ## SSL support