Skip to Content.
Sympa Menu

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

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 (04c3236f482509abe9d67736a76603395810e5d1)
  • Date: Thu, 17 Sep 2009 10:00:23 -0500

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

collab/ikiwiki/DEPENDS | 2 ++
collab/ikiwiki/HISTORY | 5 +++++
2 files changed, 7 insertions(+)

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

ikiwiki: missing depends found when running it...

diff --git a/collab/ikiwiki/DEPENDS b/collab/ikiwiki/DEPENDS
index 8bfc259..c6191d2 100755
--- a/collab/ikiwiki/DEPENDS
+++ b/collab/ikiwiki/DEPENDS
@@ -8,6 +8,8 @@ depends mail-sendmail &&
depends xml-simple &&
depends data-dumper &&
depends date-format &&
+depends cgi-session &&
+depends db_file &&
optional_depends search-xapian '' '' 'For searching using the xapian system'
&&
message "${MESSAGE_COLOR}You need one backend at least!${DEFAULT_COLOR}" &&
optional_depends git '' '' 'To use git as the backend' &&
diff --git a/collab/ikiwiki/HISTORY b/collab/ikiwiki/HISTORY
index 4ca23e7..513944b 100644
--- a/collab/ikiwiki/HISTORY
+++ b/collab/ikiwiki/HISTORY
@@ -1,3 +1,8 @@
+2009-09-17 David Kowis <dkowis AT shlrm.org>
+ * 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)
+
2009-09-16 Justin Boffemmyer <flux AT sourcemage.org>
* BUILD: use default_build_perl
* PRE_BUILD: added, replace line from Makefile.PL provided from
upstream



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

Archive powered by MHonArc 2.6.24.

Top of Page