Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c73cd9ff93785dbe730f4a7549dbc19a419420e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c73cd9ff93785dbe730f4a7549dbc19a419420e)
  • Date: Tue, 13 Nov 2007 14:37:52 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/xfsprogs/BUILD | 9 ++++++---
disk/xfsprogs/DEPENDS | 6 +++---
disk/xfsprogs/DETAILS | 4 ++--
disk/xfsprogs/HISTORY | 5 +++++
disk/xfsprogs/xfsprogs_2.9.4-1.tar.gz.sig |binary
5 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 1c73cd9ff93785dbe730f4a7549dbc19a419420e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfsprogs: fixed fsck location (needed at boot like for the others' fs
tools: ext[2|3], minix, etc.)

diff --git a/disk/xfsprogs/BUILD b/disk/xfsprogs/BUILD
index 47681de..be15431 100755
--- a/disk/xfsprogs/BUILD
+++ b/disk/xfsprogs/BUILD
@@ -1,9 +1,12 @@
# DEBUG=-DNDEBUG is needed to get the spell compiling
# However the variable must not be exported otherwise
# Sorcery will create a /-DNDEBUG file at the end of install
-OPTS="DEBUG=-DNDEBUG --libexecdir=/usr/lib\
- $OPTS" &&

-export OPTIMIZER=$CFLAGS &&
+OPTS="DEBUG=-DNDEBUG \
+ --libexecdir=$DEFAULT_ROOT/usr/lib \
+ --sbindir=$DEFAULT_ROOT/sbin \
+ $OPTS" &&
+
+export OPTIMIZER=$CFLAGS &&

default_build
diff --git a/disk/xfsprogs/DEPENDS b/disk/xfsprogs/DEPENDS
index b89c69f..07cdc0c 100755
--- a/disk/xfsprogs/DEPENDS
+++ b/disk/xfsprogs/DEPENDS
@@ -1,3 +1,3 @@
-depends e2fsprogs &&
-depends autoconf &&
-depends libtool
+depends e2fsprogs &&
+depends autoconf &&
+depends libtool
diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index ef47f02..2aebb4b 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -3,12 +3,12 @@
SOURCE=${SPELL}_${VERSION}-1.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/${SOURCE}
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-
SOURCE_HASH=sha512:f2f9ad6aac00105ba4f13cfc48d780648d589c50185f869bb052c7e3e261672657d79527c144c8e8eefd9cc6916c88e9f922fa8580da6e50b42734a2e71b0ce3
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
MAKE_NJOBS=1
LICENSE[0]=GPL
WEB_SITE=http://oss.sgi.com/projects/xfs
ENTERED=20020110
+ PATCHLEVEL=1
KEYWORDS="disk"
SHORT="Required utilities for the XFS file system."
cat << EOF
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index f342a53..88a989d 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,8 @@
+2007-11-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1, hash => gpg
+ * BUILD: fixed sbin dir for fsck (needed @ boot), cleaned up
+ * DEPENDS: cleaned up
+
2007-09-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.9.4

diff --git a/disk/xfsprogs/xfsprogs_2.9.4-1.tar.gz.sig
b/disk/xfsprogs/xfsprogs_2.9.4-1.tar.gz.sig
new file mode 100644
index 0000000..6e36722
Binary files /dev/null and b/disk/xfsprogs/xfsprogs_2.9.4-1.tar.gz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page