Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Juuso Alasuutari (d0a2c012925f062f3bf3525ed19742ae11cbc99d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Juuso Alasuutari (d0a2c012925f062f3bf3525ed19742ae11cbc99d)
  • Date: Fri, 21 Sep 2007 19:37:53 -0500

GIT changes to master xorg-modular grimoire by Juuso Alasuutari
<iuso AT sourcemage.org>:

xorg-proto/renderproto/DEPENDS | 5 +++--
xorg-proto/renderproto/HISTORY | 6 ++++++
xorg-proto/renderproto/PRE_BUILD | 4 ++++
xorg-proto/renderproto/render_h.diff | 30 ++++++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 2 deletions(-)

New commits:
commit d0a2c012925f062f3bf3525ed19742ae11cbc99d
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

renderproto: added patch to fix xorg-server 1.3.0.0. compile

commit 8ae33b00c02297dfa9f2605532e27938e60c3ffc
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

renderproto: added depends xproto because renderproto.h includes
X11/Xmd.h from xproto

diff --git a/xorg-proto/renderproto/DEPENDS b/xorg-proto/renderproto/DEPENDS
index 18ecac5..5d210d6 100755
--- a/xorg-proto/renderproto/DEPENDS
+++ b/xorg-proto/renderproto/DEPENDS
@@ -1,2 +1,3 @@
-depends util-macros &&
-depends gawk
+depends xproto &&
+depends util-macros &&
+depends gawk
diff --git a/xorg-proto/renderproto/HISTORY b/xorg-proto/renderproto/HISTORY
index c8423a2..c9af5e7 100644
--- a/xorg-proto/renderproto/HISTORY
+++ b/xorg-proto/renderproto/HISTORY
@@ -1,3 +1,9 @@
+2007-09-22 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added depends xproto because renderproto.h includes
+ X11/Xmd.h from xproto.
+ * PRE_BUILD, render_h.diff: Added, apply patch to fix xorg-server
+ 1.3.0.0 compile.
+
2007-09-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 0.9.3
diff --git a/xorg-proto/renderproto/PRE_BUILD
b/xorg-proto/renderproto/PRE_BUILD
new file mode 100755
index 0000000..4d9b4d8
--- /dev/null
+++ b/xorg-proto/renderproto/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SCRIPT_DIRECTORY/render_h.diff"
diff --git a/xorg-proto/renderproto/render_h.diff
b/xorg-proto/renderproto/render_h.diff
new file mode 100644
index 0000000..978bbcd
--- /dev/null
+++ b/xorg-proto/renderproto/render_h.diff
@@ -0,0 +1,30 @@
+--- render.h 2007-09-01 00:42:38.000000000 +0300
++++ render.h.new 2007-09-22 02:02:10.000000000 +0300
+@@ -26,6 +26,27 @@
+ #ifndef _RENDER_H_
+ #define _RENDER_H_
+
++#ifndef _XTYPEDEF_XID
++# define _XTYPEDEF_XID
++# ifndef _XSERVER64
++typedef unsigned long XID;
++# else
++# if defined (_LP64) || \
++ defined(__alpha) || defined(__alpha__) || \
++ defined(__ia64__) || defined(ia64) || \
++ defined(__sparc64__) || \
++ defined(__s390x__) || \
++ (defined(__hppa__) && defined(__LP64__)) || \
++ defined(__amd64__) || defined(amd64) || \
++ defined(__powerpc64__) || \
++ (defined(sgi) && (_MIPS_SZLONG == 64))
++typedef unsigned int XID;
++# else
++typedef unsigned long XID;
++# endif
++# endif
++#endif
++
+ typedef XID Glyph;
+ typedef XID GlyphSet;
+ typedef XID Picture;



  • [SM-Commit] GIT changes to master xorg-modular grimoire by Juuso Alasuutari (d0a2c012925f062f3bf3525ed19742ae11cbc99d), Juuso Alasuutari, 09/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page