Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2006 17:54:06 GMT
From:      "J. Martin Petersen" <jmp@alvorlig.dk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96884: KQUEUE is enabled by default, even though the port claims otherwise
Message-ID:  <200605061754.k46Hs6Ki091960@www.freebsd.org>
Resent-Message-ID: <200605061800.k46I0VAK087175@freefall.freebsd.org>

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

>Number:         96884
>Category:       ports
>Synopsis:       KQUEUE is enabled by default, even though the port claims otherwise
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 06 18:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     J. Martin Petersen
>Release:        5.4-RELEASE-p13
>Organization:
>Environment:
FreeBSD cauchy.aub.dk 5.4-RELEASE-p13 FreeBSD 5.4-RELEASE-p13 #3: Thu Mar 23 07:53:06 CET 2006     root@cauchy.aub.dk:/usr/obj/usr/src/sys/CAUCHY  i386

>Description:
>From /usr/ports/dovecot/Makefile:
 KQUEUE          "kqueue(2) support"     off
and
 ## kqueue(2) support
 #
 .if !defined(WITHOUT_KQUEUE)
 CONFIGURE_ARGS+=        --with-ioloop=kqueue --with-notify=kqueue
 .endif

This means that not enabling kqueue with "make config" means that it is used anyway. 

>How-To-Repeat:

>Fix:
Change ".if !defined(WITHOUT_KQUEUE)" to ".if defined(WITH_KQUEUE)"
>Release-Note:
>Audit-Trail:
>Unformatted:



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