Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (93393d5cb788abcd1164afcf638243878a801250)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (93393d5cb788abcd1164afcf638243878a801250)
  • Date: Sun, 19 Apr 2009 13:42:40 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

audio-players/cdparanoia/HISTORY | 6 ++++++
audio-players/cdparanoia/PRE_BUILD | 2 +-
audio-players/cdparanoia/gcc43-private.patch.bz2 |binary
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 93393d5cb788abcd1164afcf638243878a801250
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cdparanoia: Redo with `diff -Naur` to fix Bug #15168
Something funky in the patch was breaking its application via
Sorcery (manual application worked) on all of my boxes, but
no one else's

diff --git a/audio-players/cdparanoia/HISTORY
b/audio-players/cdparanoia/HISTORY
index 3df8410..de184dc 100644
--- a/audio-players/cdparanoia/HISTORY
+++ b/audio-players/cdparanoia/HISTORY
@@ -1,3 +1,9 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: gcc43-private.patch.bz2 is now -p1
+ * gcc43-private.patch.bz2: Redo with `diff -Naur` to fix Bug #15168
+ Something funky in the patch was breaking its application via
Sorcery
+ (manual application worked) on all of my boxes, but no one else's
+
2009-01-07 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: keeping grimoire tree clean
diff --git a/audio-players/cdparanoia/PRE_BUILD
b/audio-players/cdparanoia/PRE_BUILD
index 09d96ce..e80419b 100755
--- a/audio-players/cdparanoia/PRE_BUILD
+++ b/audio-players/cdparanoia/PRE_BUILD
@@ -1,2 +1,2 @@
default_pre_build &&
-bunzip2 -c $SPELL_DIRECTORY/gcc43-private.patch.bz2 | patch -p3 -d
$SOURCE_DIRECTORY
+bunzip2 -c $SPELL_DIRECTORY/gcc43-private.patch.bz2 | patch -p1 -d
$SOURCE_DIRECTORY
diff --git a/audio-players/cdparanoia/gcc43-private.patch.bz2
b/audio-players/cdparanoia/gcc43-private.patch.bz2
index b036716..6050335 100644
Binary files a/audio-players/cdparanoia/gcc43-private.patch.bz2 and
b/audio-players/cdparanoia/gcc43-private.patch.bz2 differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (93393d5cb788abcd1164afcf638243878a801250), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page