Date: Mon, 20 Aug 2012 21:43:15 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170797: [PATCH] mail/dovecot2: fix KQUEUE ports option Message-ID: <201208202143.q7KLhF4F060636@red.freebsd.org> Resent-Message-ID: <201208202150.q7KLoGek034970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170797 >Category: ports >Synopsis: [PATCH] mail/dovecot2: fix KQUEUE ports option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 21:50:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/9 >Organization: >Environment: FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There is a typo in KQUEUE option but loooks like it's not affected by as configure can detect kqueue >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-21 09:08:53.730198991 +1200 +++ Makefile 2012-08-21 09:10:51.440203254 +1200 @@ -82,7 +82,7 @@ ## kqueue(2) support # -.if ${PORT_OPTIONS:MKQUEUE) +.if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--with-ioloop=kqueue .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202143.q7KLhF4F060636>