Bug 107599 - [patch] Building LigHTTP with webDAV support
Summary: [patch] Building LigHTTP with webDAV support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 23:30 UTC by Dazza
Modified: 2007-03-26 04:40 UTC (History)
0 users

See Also:


Attachments
file.diff (697 bytes, patch)
2007-01-05 23:30 UTC, Dazza
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dazza 2007-01-05 23:30:30 UTC
The current port does not offer an option to build LigHTTPd with webDAV support. This patch offers the option and adds the dependency with e2fsprogs-libuuid.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: Build /usr/ports/www/lighttpd and notice there is no option for webdav support.
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-05 23:42:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-06 00:06:32 UTC
Responsible Changed
From-To: itetcu->mnag

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-26 04:32:06 UTC
mnag        2007-03-26 03:31:58 UTC

  FreeBSD ports repository

  Modified files:
    www/lighttpd         Makefile 
    www/lighttpd/files   lighttpd.sh.in 
  Removed files:
    www/lighttpd/files   lighttpd.conf.sample 
  Log:
  - Add WEBDAV support [1]
  - Add workaround to enable IPV6 in lighttpd.conf [2]
  - Add support to graceful restart [3]
  
  PR:             107599 [1], 110371 [2], 110683 [3]
  Submitted by:   Dazza<dazza___luckydonkey.com> [1],
                  Joseph Terner<jtsn___gmx.de> [2],
                  Peter Beckman <beckman___purplecow.com> [3]
  
  Revision  Changes    Path
  1.49      +27 -5     ports/www/lighttpd/Makefile
  1.10      +0 -322    ports/www/lighttpd/files/lighttpd.conf.sample (dead)
  1.4       +17 -1     ports/www/lighttpd/files/lighttpd.sh.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2007-03-26 04:32:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!