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:36:03 -0500

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

gnome1-libs/gnome-common/DETAILS | 6 +++---
gnome1-libs/gnome-common/HISTORY | 5 +++++
gnome1-libs/gnome-common/PRE_BUILD | 3 +++
gnome1-libs/gnome-common/config.sub.patch | 12 ++++++++++++
4 files changed, 23 insertions(+), 3 deletions(-)

New commits:
commit 189af156123949d9dc5d12f6bf0696d47c8e309d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-common: PRE_BUILD added to apply patch for x86_64 detection (bug
11210)

diff --git a/gnome1-libs/gnome-common/DETAILS
b/gnome1-libs/gnome-common/DETAILS
index c397c35..3812b72 100755
--- a/gnome1-libs/gnome-common/DETAILS
+++ b/gnome1-libs/gnome-common/DETAILS
@@ -6,12 +6,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE

SOURCE_HASH=sha512:7b7b5890d8a812d118bae1c77f1e1563dff6344f4b95e00415c0b420097ea2ee90e6fee96314f9c08ee3e8962d749f3c679eb38ddd1bf076d93d7d7da0cefaaf
- MAINTAINER=jon-sven AT frisurf.no
- WEB_SITE=http://www.gnome.org
LICENSE[0]=GPL
+ BUILD_API=2
+ KEYWORDS="gnome1 libs"
+ WEB_SITE=http://www.gnome.org
ENTERED=20010922
UPDATED=20010922
- KEYWORDS="gnome1 libs"
SHORT="gnome-common contains macros common to GNOME programs."
cat << EOF
gnome-common contains macros common to GNOME programs
diff --git a/gnome1-libs/gnome-common/HISTORY
b/gnome1-libs/gnome-common/HISTORY
index a62868f..23276fa 100644
--- a/gnome1-libs/gnome-common/HISTORY
+++ b/gnome1-libs/gnome-common/HISTORY
@@ -1,3 +1,8 @@
+2006-05-07 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added build api 2
+ removed MAINTAINER
+ * PRE_BUILD: added to apply config.sub.patch (bug 11210)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/gnome1-libs/gnome-common/PRE_BUILD
b/gnome1-libs/gnome-common/PRE_BUILD
new file mode 100755
index 0000000..f99cb1a
--- /dev/null
+++ b/gnome1-libs/gnome-common/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SCRIPT_DIRECTORY}/config.sub.patch
diff --git a/gnome1-libs/gnome-common/config.sub.patch
b/gnome1-libs/gnome-common/config.sub.patch
new file mode 100644
index 0000000..c3569a1
--- /dev/null
+++ b/gnome1-libs/gnome-common/config.sub.patch
@@ -0,0 +1,12 @@
+--- 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