Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c6a72bfd2813b6e3095fa33269d9062ed956ad82)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c6a72bfd2813b6e3095fa33269d9062ed956ad82)
  • Date: Sat, 6 Jan 2007 13:07:55 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

archive/bzip2/BUILD | 4 ++--
archive/bzip2/DETAILS | 4 ++--
archive/bzip2/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit c6a72bfd2813b6e3095fa33269d9062ed956ad82
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

bzip2: Updated to version 1.0.4. Had to adjust sedit in build to get
$CFLAGS inserted correctly in Makefile

diff --git a/archive/bzip2/BUILD b/archive/bzip2/BUILD
index 317f45b..45f08a3 100755
--- a/archive/bzip2/BUILD
+++ b/archive/bzip2/BUILD
@@ -1,5 +1,5 @@
-sedit "s/-O/-fPIC ${CFLAGS}/;s|)/man|)/share/man|;/^LDFLAGS/d" Makefile &&
-sedit "s/-O/${CFLAGS}/;s|)/man|)/share/man|;/^LDFLAGS/d" \
+sedit "s/-O2/-fPIC ${CFLAGS}/;s|)/man|)/share/man|;/^LDFLAGS/d" Makefile
&&
+sedit "s/-O2/${CFLAGS}/;s|)/man|)/share/man|;/^LDFLAGS/d" \
Makefile-libbz2_so
&&

rm -vf ${INSTALL_ROOT}/usr/bin/bzgrep &&
diff --git a/archive/bzip2/DETAILS b/archive/bzip2/DETAILS
index 67075ca..337c3bc 100755
--- a/archive/bzip2/DETAILS
+++ b/archive/bzip2/DETAILS
@@ -1,9 +1,9 @@
SPELL=bzip2
- VERSION=1.0.3
+ VERSION=1.0.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.bzip.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:350728188009faa0685fa18ddcb0ba1fc869963ed119953664b7abaa5f3b1393b72588417f0a5a6a5e088691678a6156d05b616e0f5ea38d0b2049b2537a9ae9
+
SOURCE_HASH=sha512:b213ae1dbfe40f9f1742bab3f61af74588ff13a3eb5df274bf1c15552d78d038de811e4d4e568189dc62e993c94ca286060a36f245a7d00227686ceaac3417c1
WEB_SITE=http://www.bzip.org/
ENTERED=20010922
PATCHLEVEL=1
diff --git a/archive/bzip2/HISTORY b/archive/bzip2/HISTORY
index 7e43936..6233fad 100644
--- a/archive/bzip2/HISTORY
+++ b/archive/bzip2/HISTORY
@@ -1,3 +1,7 @@
+2007-01-06 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.0.4
+ * BUILD: minor change to sedit to get $CFLAGS inserted correctly
+
2006-07-28 Treeve Jelbert <treeve AT pi.be>
* DETAILS: PATCHLEVEL=1
* INSTALL: create an extra symlink for libbz2.so



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c6a72bfd2813b6e3095fa33269d9062ed956ad82), George Sherwood, 01/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page