Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Sun, 7 May 2006 10:15:56 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/gnome-common2/HISTORY | 3 +++
gnome2-libs/gnome-common2/PRE_BUILD | 3 ---
gnome2-libs/gnome-common2/config.sub.patch | 12 ------------
3 files changed, 3 insertions(+), 15 deletions(-)

New commits:
commit 1f280e9f90cdc72c37ea8af9645dc13a7571c78e
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-common2: remove PRE_BUILD and patch as there is no config.sub to
patch.

diff --git a/gnome2-libs/gnome-common2/HISTORY
b/gnome2-libs/gnome-common2/HISTORY
index 4c87e70..b7898b1 100644
--- a/gnome2-libs/gnome-common2/HISTORY
+++ b/gnome2-libs/gnome-common2/HISTORY
@@ -1,4 +1,7 @@
2006-05-07 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: removed as there is no config.sub to patch.
+
+2006-05-06 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: added to apply patch for x86_64 detection (bug 11210)

2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
diff --git a/gnome2-libs/gnome-common2/PRE_BUILD
b/gnome2-libs/gnome-common2/PRE_BUILD
deleted file mode 100755
index 506231c..0000000
--- a/gnome2-libs/gnome-common2/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 ${SCRIPT_DIRECTORY}/config.sub.patch
diff --git a/gnome2-libs/gnome-common2/config.sub.patch
b/gnome2-libs/gnome-common2/config.sub.patch
deleted file mode 100644
index c3569a1..0000000
--- a/gnome2-libs/gnome-common2/config.sub.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.sub.old 2000-02-02 16:53:22.000000000 -0800
-+++ config.sub 2005-04-04 23:12:05.000000000 -0700
-@@ -632,6 +631,9 @@
- pentiumii-* | pentium2-*)
- basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
- ;;
-+ x86_64-*)
-+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+ ;;
- pn)
- basic_machine=pn-gould
- ;;




Archive powered by MHonArc 2.6.24.

Top of Page