Bug 217007

Summary: www/lighttpd: add LUA to default options, switch to using kqueue in level-trigerred mode
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Only Me CC: jrm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2017-02-11 19:55:01 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-12 18:29:25 UTC
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
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2017-02-12 18:30:17 UTC
Committed.  Thanks.