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.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
Responsible Changed From-To: itetcu->mnag Over to maintainer.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!