Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (b1c15eb3fd37a491c93fdd91490e9131359f8892)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (b1c15eb3fd37a491c93fdd91490e9131359f8892)
  • Date: Sat, 6 Jan 2007 01:36:36 -0600

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

smgl/castfs/DEPENDS | 2 ++
smgl/castfs/DETAILS | 1 +
smgl/castfs/HISTORY | 4 ++++
3 files changed, 7 insertions(+)

New commits:
commit b1c15eb3fd37a491c93fdd91490e9131359f8892
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

castfs added libtool pkgconfig depends for building castfs

diff --git a/smgl/castfs/DEPENDS b/smgl/castfs/DEPENDS
index f17d058..c4c0dbf 100755
--- a/smgl/castfs/DEPENDS
+++ b/smgl/castfs/DEPENDS
@@ -1,4 +1,6 @@
depends fuse &&
+depends libtool &&
+depends pkgconfig &&
if [[ $CASTFS_GIT == y ]]
then
depends git
diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index 8ee7193..2177ac6 100755
--- a/smgl/castfs/DETAILS
+++ b/smgl/castfs/DETAILS
@@ -26,6 +26,7 @@ fi
ENTERED=20060929
KEYWORDS="filesystems smgl"
SHORT="Fuse filesystem used for staging packages."
+ PATCHLEVEL=1
cat << EOF
castfs is a fuse filesystem written in C and is used for capturing
filesystem
calls for your root filesystem and staging any modifications or additions to
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index ce7784c..421c430 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,7 @@
+2007-01-05 David Brown <dmlb2000 AT gmail.com>
+ * DEPENDS: libtool and pkgconfig addition
+ * DETAILS: patch level bump
+
2006-12-17 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated 0.5.1
* CONFIGURE: added to query for building against fuse statically



  • [SM-Commit] GIT changes to master grimoire by David Brown (b1c15eb3fd37a491c93fdd91490e9131359f8892), David Brown, 01/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page