Created attachment 179880 [details] patch This patch contains a fix from Glen Strauss to fix kqueue - Lighttpd uses kqueue in edge-trigerred mode but expects level-triggered behaviour and all other mechanisms use level-triggered mode. ALso, per Glen Strauss's (Lighttpd developer) request, I'm adding LUA to default options. Builds fine with Poudriere on 10.3-RELEASE.
A commit references this bug: Author: jrm Date: Sun Feb 12 18:28:30 UTC 2017 New revision: 433958 URL: https://svnweb.freebsd.org/changeset/ports/433958 Log: www/lighttpd: Add LUA to default options, switch to using kqueue in level-triggered mode, and bump PORTREVISION. PR: 217007 Submitted by: pkubaj@anongoth.pl (maintainer) Approved by: swills (mentor, implicit) Changes: head/www/lighttpd/Makefile head/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c
Committed. Thanks.