Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Andra?? Levstik (95043290c0f375394b8262658477cd10a10b7d19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Andra?? Levstik (95043290c0f375394b8262658477cd10a10b7d19)
  • Date: Sun, 18 Jun 2006 03:44:55 -0500

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.




  • [SM-Commit] GIT changes to test grimoire by Andra?? Levstik (95043290c0f375394b8262658477cd10a10b7d19), Andra?? Levstik, 06/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page