Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5629aa0a186122e5a2589716a189f5bb4716d60c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5629aa0a186122e5a2589716a189f5bb4716d60c)
  • Date: Mon, 18 Jul 2011 19:54:37 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

disk/fuse/HISTORY | 3 +++
disk/fuse/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 5629aa0a186122e5a2589716a189f5bb4716d60c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/fuse: init.patch is appliable only for stable version

diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index fa68082..472f532 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,6 @@
+2011-07-18 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: init.patch is not applicable for CVS version
+
2011-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: fix for latest glibc
diff --git a/disk/fuse/PRE_BUILD b/disk/fuse/PRE_BUILD
index d635a2a..e16f051 100755
--- a/disk/fuse/PRE_BUILD
+++ b/disk/fuse/PRE_BUILD
@@ -2,7 +2,9 @@ default_pre_build &&

cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/init.patch" &&
+if [ "$CVS" != "y" ]; then
+ patch -p0 < "$SPELL_DIRECTORY/init.patch"
+fi &&

# glibc-2.14 fix
sed -i "/sched/s|<|<linux/|" util/fusermount.c &&



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5629aa0a186122e5a2589716a189f5bb4716d60c), Pol Vinogradov, 07/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page