Skip to Content.
Sympa Menu

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

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 (6d627aab451bc5af81062c8958b1a5b9538a8a7e)
  • Date: Sun, 17 Dec 2006 16:29:32 -0600

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

smgl/castfs/BUILD | 2 ++
smgl/castfs/CONFIGURE | 3 +++
smgl/castfs/DETAILS | 2 +-
smgl/castfs/HISTORY | 5 +++++
4 files changed, 11 insertions(+), 1 deletion(-)

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

castfs updated to 0.5.1 added a few more options

diff --git a/smgl/castfs/BUILD b/smgl/castfs/BUILD
new file mode 100755
index 0000000..bd60811
--- /dev/null
+++ b/smgl/castfs/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS $STATIC_FUSE"
+default_build
diff --git a/smgl/castfs/CONFIGURE b/smgl/castfs/CONFIGURE
new file mode 100755
index 0000000..dcc1391
--- /dev/null
+++ b/smgl/castfs/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option STATIC_FUSE "Compile against fuse statically?" y \
+ "--enable-static-fuse" \
+ "--disable-static-fuse"
diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index ce20cc8..8ee7193 100755
--- a/smgl/castfs/DETAILS
+++ b/smgl/castfs/DETAILS
@@ -13,7 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPEL
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=0.5
+ VERSION=0.5.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index fdfe561..ce7784c 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,8 @@
+2006-12-17 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: updated 0.5.1
+ * CONFIGURE: added to query for building against fuse statically
+ * BUILD: added to add the option to the OPTS so it gets passed
correctly
+
2006-11-29 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated 0.5





Archive powered by MHonArc 2.6.24.

Top of Page