Skip to Content.
Sympa Menu

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

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 (2f0f924515c98c9ea8b118cb373a244507cebc0b)
  • Date: Thu, 5 Feb 2009 02:03:42 -0600

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

dev/null |binary
disk/xfsprogs/DEPENDS | 13 ++++++++++++-
disk/xfsprogs/DETAILS | 4 ++--
disk/xfsprogs/HISTORY | 6 ++++++
disk/xfsprogs/INSTALL | 4 ++--
disk/xfsprogs/PRE_BUILD | 4 ++++
disk/xfsprogs/xfsprogs-3.0.0.tar.gz.sig |binary
disk/xfsprogs/xfsprogs_2.10.2-1.tar.gz.sig | 0
8 files changed, 26 insertions(+), 5 deletions(-)

New commits:
commit 2f0f924515c98c9ea8b118cb373a244507cebc0b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfsprogs: => 3.0.0

diff --git a/disk/xfsprogs/DEPENDS b/disk/xfsprogs/DEPENDS
index e52f686..841ec37 100755
--- a/disk/xfsprogs/DEPENDS
+++ b/disk/xfsprogs/DEPENDS
@@ -1,2 +1,13 @@
+depends autoconf &&
depends e2fsprogs &&
-depends libtool
+depends libtool &&
+
+optional_depends gettext \
+ "--enable-gettext" \
+ "--disable-gettext" \
+ "for alternate language support" &&
+
+optional_depends readline \
+ "--enable-readline" \
+ "--disable-readline" \
+ "for readline command editing"
diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index 2a50d03..d8c5564 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,6 +1,6 @@
SPELL=xfsprogs
- VERSION=2.10.2
- SOURCE=${SPELL}_$VERSION-1.tar.gz
+ VERSION=3.0.0
+ SOURCE=$SPELL-$VERSION.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
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index eefda14..ddc1820 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,9 @@
+2009-02-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.0; fixed SOURCE filename
+ * DEPENDS: added missing deps
+ * PRE_BUILD: run autoconf for configure script generation
+ * INSTALL: added `install-qa'; added -f flag to rm
+
2009-01-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: renewed tarball by upstream (2008-12-10)

diff --git a/disk/xfsprogs/INSTALL b/disk/xfsprogs/INSTALL
index fb180f5..5cfadd9 100755
--- a/disk/xfsprogs/INSTALL
+++ b/disk/xfsprogs/INSTALL
@@ -1,6 +1,6 @@
make_single &&
-make install install-dev &&
+make install install-dev install-qa &&
make_normal &&
# Correct a bad symlink - check if it's still needed later
-rm "$INSTALL_ROOT/usr/lib/libhandle.so" &&
+rm -f "$INSTALL_ROOT/usr/lib/libhandle.so" &&
ln -s "$TRACK_ROOT/usr/lib/libhandle.so.1"
"$INSTALL_ROOT/usr/lib/libhandle.so"
diff --git a/disk/xfsprogs/PRE_BUILD b/disk/xfsprogs/PRE_BUILD
new file mode 100755
index 0000000..e04a727
--- /dev/null
+++ b/disk/xfsprogs/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoconf
diff --git a/disk/xfsprogs/xfsprogs-3.0.0.tar.gz.sig
b/disk/xfsprogs/xfsprogs-3.0.0.tar.gz.sig
new file mode 100644
index 0000000..025af2c
Binary files /dev/null and b/disk/xfsprogs/xfsprogs-3.0.0.tar.gz.sig differ
diff --git a/disk/xfsprogs/xfsprogs_2.10.2-1.tar.gz.sig
b/disk/xfsprogs/xfsprogs_2.10.2-1.tar.gz.sig
deleted file mode 100644
index db7ab6d..0000000
Binary files a/disk/xfsprogs/xfsprogs_2.10.2-1.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2f0f924515c98c9ea8b118cb373a244507cebc0b), Vlad Glagolev, 02/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page