[SM-Commit] GIT changes to test =?unknown-8bit?Q?grimo?= =?unknown-8bit?Q?ire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (95043290c0f375394b8262658477cd10a10b7d19)
=?unknown-8bit?Q?Andra=C5=BE?= Levstik
scm at mail.sourcemage.org
Sun Jun 18 04:44:55 EDT 2006
GIT changes to test grimoire by Andraž Levstik <ruskie at mages.ath.cx>:
http/lighttpd/CONFIGURE | 2 ++
http/lighttpd/DEPENDS | 7 ++++++-
http/lighttpd/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 95043290c0f375394b8262658477cd10a10b7d19
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>
Added WebDAV configure option
diff --git a/http/lighttpd/CONFIGURE b/http/lighttpd/CONFIGURE
new file mode 100755
index 0000000..0c98245
--- /dev/null
+++ b/http/lighttpd/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option LIGHTTPD_OPTS "Do you want webdav support?" n \
+ "--with-webdav-props" "--without-webdav-props"
diff --git a/http/lighttpd/DEPENDS b/http/lighttpd/DEPENDS
index eb5a920..7e33791 100755
--- a/http/lighttpd/DEPENDS
+++ b/http/lighttpd/DEPENDS
@@ -6,4 +6,9 @@ optional_depends openssl '--with-openssl
optional_depends mysql '--with-mysql' '--without-mysql' 'for MySQL support' &&
optional_depends gdbm '--with-gdbm' '--without-gdbm' 'gdbm storage for mod_trigger_b4_dl' &&
optional_depends FAM '--with-fam' '--without-fam' 'to reduce number of stat() calls' &&
-optional_depends lua '--with-lua' '--without-lua' 'lua engine for mod_cml'
+optional_depends lua '--with-lua' '--without-lua' 'lua engine for mod_cml' &&
+if list_find $LIGHTTPD_OPTS "--with-webdav-props"
+then
+depends sqlite &&
+depends libxml2
+fi
diff --git a/http/lighttpd/HISTORY b/http/lighttpd/HISTORY
index 5305b05..cdf7107 100644
--- a/http/lighttpd/HISTORY
+++ b/http/lighttpd/HISTORY
@@ -1,3 +1,7 @@
+2006-06-18 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+ * CONFIGURE: added to enable webdav support
+ * DEPENDS: webdav depends
+
2006-03-15 Sergey Lipnevich <sergey at sourcemage.org>
* DETAILS: upgrade to 1.4.11.
More information about the SM-Commit
mailing list