Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (30cbeb761754d20fb66fe079f36b2ffec49e8a46)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (30cbeb761754d20fb66fe079f36b2ffec49e8a46)
  • Date: Thu, 17 Sep 2009 13:33:24 -0500

GIT changes to master grimoire by David Kowis <dkowis AT Kain.shlrm.org>:

collab/ikiwiki/DEPENDS | 1 +
collab/ikiwiki/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 30cbeb761754d20fb66fe079f36b2ffec49e8a46
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

ikiwiki: missing optional dependency on cgi-formbuilder

diff --git a/collab/ikiwiki/DEPENDS b/collab/ikiwiki/DEPENDS
index 9fb4c76..f7752e0 100755
--- a/collab/ikiwiki/DEPENDS
+++ b/collab/ikiwiki/DEPENDS
@@ -11,6 +11,7 @@ depends date-format &&
depends cgi-session &&
depends db_file &&
optional_depends search-xapian '' '' 'For searching using the xapian system'
&&
+optional_depends cgi-formbuilder '' '' 'To use the CGI interface for editing
pages' &&
message "${MESSAGE_COLOR}You need one backend at least!${DEFAULT_COLOR}" &&
optional_depends git '' '' 'To use git as the backend' &&
optional_depends subversion '' '' 'to use subversion as the backend' &&
diff --git a/collab/ikiwiki/HISTORY b/collab/ikiwiki/HISTORY
index b70b4c9..5286383 100644
--- a/collab/ikiwiki/HISTORY
+++ b/collab/ikiwiki/HISTORY
@@ -5,6 +5,9 @@
* DEPENDS: found another perl module it needs
Also, in this software cgi-session uses db_file (not sure if it
needs
to be attached to cgi-session or this one)
+ Added cgi-formbuilder to support CGIs. This is going to be a pain to
+ calculate all the missing dependencies, since they're not nicely
+ spelled out somewhere for us...

2009-09-16 Justin Boffemmyer <flux AT sourcemage.org>
* BUILD: use default_build_perl



  • [SM-Commit] GIT changes to master grimoire by David Kowis (30cbeb761754d20fb66fe079f36b2ffec49e8a46), David Kowis, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page