pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Jun 21 19:27:36 UTC 2017
Modified Files:
pkgsrc/www/lighttpd: Makefile options.mk
Log Message:
Add "webdav" option for fuller-featured WebDAV server support.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/lighttpd/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.60 pkgsrc/www/lighttpd/Makefile:1.61
--- pkgsrc/www/lighttpd/Makefile:1.60 Sat Feb 11 21:13:08 2017
+++ pkgsrc/www/lighttpd/Makefile Wed Jun 21 19:27:36 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.60 2017/02/11 21:13:08 he Exp $
+# $NetBSD: Makefile,v 1.61 2017/06/21 19:27:36 schmonz Exp $
DISTNAME= lighttpd-1.4.45
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.lighttpd.net/
Index: pkgsrc/www/lighttpd/options.mk
diff -u pkgsrc/www/lighttpd/options.mk:1.15 pkgsrc/www/lighttpd/options.mk:1.16
--- pkgsrc/www/lighttpd/options.mk:1.15 Mon Jan 16 00:30:46 2017
+++ pkgsrc/www/lighttpd/options.mk Wed Jun 21 19:27:36 2017
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.15 2017/01/16 00:30:46 schmonz Exp $
+# $NetBSD: options.mk,v 1.16 2017/06/21 19:27:36 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
-PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi
+PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi webdav
PKG_OPTIONS_LEGACY_OPTS+= memcache:memcached
PKG_SUGGESTED_OPTIONS= inet6 ssl
@@ -114,3 +114,14 @@ PLIST.gssapi= yes
. include "../../lang/lua/buildlink3.mk"
PLIST.lua= yes
.endif
+
+###
+### WebDAV with PROPFIND/PROPPATCH, LOCK/UNLOCK
+###
+.if !empty(PKG_OPTIONS:Mwebdav)
+. include "../../databases/sqlite3/buildlink3.mk"
+. include "../../devel/libuuid/buildlink3.mk"
+. include "../../textproc/libxml2/buildlink3.mk"
+. include "../../lang/lua/buildlink3.mk"
+CONFIGURE_ARGS+= --with-webdav-props --with-webdav-locks
+.endif
Home |
Main Index |
Thread Index |
Old Index