Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a17563b2dc83bf2c9767d71aea640d3f3ac3133f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a17563b2dc83bf2c9767d71aea640d3f3ac3133f)
  • Date: Thu, 16 Aug 2007 15:17:59 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/guilib/HISTORY | 4 +++
libs/guilib/config.sub.patch | 32
----------------------------
libs/guilib/guilib-1.1.0-gcc-4.1.x-fix.diff | 20 -----------------
3 files changed, 4 insertions(+), 52 deletions(-)

New commits:
commit a17563b2dc83bf2c9767d71aea640d3f3ac3133f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

guilib: really remove patches and BUILD now, also not needed for alpha

diff --git a/libs/guilib/HISTORY b/libs/guilib/HISTORY
index b492421..9c39c1d 100644
--- a/libs/guilib/HISTORY
+++ b/libs/guilib/HISTORY
@@ -1,3 +1,7 @@
+2007-08-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, config.sub.patch, guilib-1.1.0-gcc-4.1.x-fix.diff: really
+ removed BUILD and patches now; needed changes are upstream
+
2007-07-16 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.2.1
* BUILD: removed as patches no longer needed
diff --git a/libs/guilib/config.sub.patch b/libs/guilib/config.sub.patch
deleted file mode 100644
index fed546f..0000000
--- a/libs/guilib/config.sub.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- config.sub.old 2006-07-18 02:11:00.145083145 +0200
-+++ config.sub 2006-07-18 02:15:42.020515400 +0200
-@@ -153,7 +153,8 @@
- | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
- | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
- | hppa2.0w \
-- | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
-+ | alpha | alphaev5 | alphaev56 | alphaev6 | alphaev67 |
alphaev7 \
-+ | we32k | ns16k | clipper \
- | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
- | mipstx39 | mipstx39el | armv[34][lb] \
-@@ -178,7 +179,8 @@
- | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
- | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
- | hppa2.0w-* \
-- | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
-+ | alpha-* | alphaev5-* | alphaev56-* | alphaev6-* | alphaev67-*
| alphaev7-* \
-+ | we32k-* | cydra-* \
- | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
- | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
- | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-*\
-@@ -501,6 +503,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
- ;;
diff --git a/libs/guilib/guilib-1.1.0-gcc-4.1.x-fix.diff
b/libs/guilib/guilib-1.1.0-gcc-4.1.x-fix.diff
deleted file mode 100644
index 450a440..0000000
--- a/libs/guilib/guilib-1.1.0-gcc-4.1.x-fix.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-will fix some compile Problems on gcc-4.1
-
-Joerg Bornkessel <hd_brummy AT gentoo.org> 29 Sep 2006
-
-diff -Naur GUIlib-1.1.0.orig/GUI_menu.h GUIlib-1.1.0/GUI_menu.h
---- GUIlib-1.1.0.orig/GUI_menu.h 2006-09-29 19:38:54.767324511 +0200
-+++ GUIlib-1.1.0/GUI_menu.h 2006-09-29 19:40:13.464242760 +0200
-@@ -39,9 +39,9 @@
- virtual void AddSubitem(GUI_Menuitem *newitem);
- virtual GUI_Menuitem* GetSubItem(int Aid);
-
-- GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
-- GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
-- GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
-+ GUI_status MouseDown(int x, int y, int button);
-+ GUI_status MouseUp(int x,int y,int button);
-+ GUI_status MouseMotion(int x,int y,Uint8 state);
-
- inline virtual int GetSubmenuId()
- {return submenuid;}



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a17563b2dc83bf2c9767d71aea640d3f3ac3133f), Thomas Orgis, 08/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page