Bug 217007 - www/lighttpd: add LUA to default options, switch to using kqueue in level-trigerred mode
Summary: www/lighttpd: add LUA to default options, switch to using kqueue in level-tri...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-11 19:55 UTC by Piotr Kubaj
Modified: 2017-02-12 18:30 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.90 KB, patch)
2017-02-11 19:55 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.