ports/96884: KQUEUE is enabled by default, even though the port claims otherwise

J. Martin Petersen jmp at alvorlig.dk
Sat May 6 18:00:32 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list