Skip to Content.
Sympa Menu

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

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 (4743378169dac7630d8b7719dfb214689facdee1)
  • Date: Sat, 6 Jan 2007 14:12:06 -0600

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

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

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

bzip2: Updated to 1.0.4. Adjusted sedit in BUILD to correctly insert
$CFLAGS. Added symlink in INSTALL for libbz2.so.1.0. Stage install
exposed a bug in spell where that file was only being installed in BUILD
and not tracked. It is required by at least gpg.

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..de2985c 100644
--- a/archive/bzip2/HISTORY
+++ b/archive/bzip2/HISTORY
@@ -1,3 +1,8 @@
+2007-01-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.0.4
+ * BUILD: Updated sedit to allow $CFLAGS to be inserted correctly
+ * INSTALL: Added symlink for libbz2.so.1.0
+
2006-07-28 Treeve Jelbert <treeve AT pi.be>
* DETAILS: PATCHLEVEL=1
* INSTALL: create an extra symlink for libbz2.so
diff --git a/archive/bzip2/INSTALL b/archive/bzip2/INSTALL
index 6cad66b..ebbb188 100755
--- a/archive/bzip2/INSTALL
+++ b/archive/bzip2/INSTALL
@@ -3,4 +3,5 @@ make PREFIX=${INSTALL_ROOT}/usr instal
rm -vf ${INSTALL_ROOT}/usr/lib/libbz2.so* &&
cp libbz2.so.${VERSION} ${INSTALL_ROOT}/usr/lib &&
cd ${INSTALL_ROOT}/usr/lib &&
-ln -sf libbz2.so.${VERSION} libbz2.so
+ln -sf libbz2.so.${VERSION} libbz2.so &&
+ln -sf libbz2.so.${VERSION} libbz2.so.1.0



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

Archive powered by MHonArc 2.6.24.

Top of Page