Author: pdewacht-guest
Date: 2007-08-29 17:52:49 +0000 (Wed, 29 Aug 2007)
New Revision: 3959

Modified:
   packages/trunk/mu-cade/debian/patches/fixes.patch
Log:
don't use 'ref' as a variable name


Modified: packages/trunk/mu-cade/debian/patches/fixes.patch
===================================================================
--- packages/trunk/mu-cade/debian/patches/fixes.patch   2007-08-29 17:52:06 UTC 
(rev 3958)
+++ packages/trunk/mu-cade/debian/patches/fixes.patch   2007-08-29 17:52:49 UTC 
(rev 3959)
@@ -1,7 +1,7 @@
 Index: mu-cade-0.11.dfsg1/import/ode/common.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/import/ode/common.d        2006-02-19 
04:57:26.000000000 +0000
-+++ mu-cade-0.11.dfsg1/import/ode/common.d     2007-08-26 17:37:19.000000000 
+0000
+--- mu-cade-0.11.dfsg1.orig/import/ode/common.d        2007-08-29 
19:52:18.000000000 +0200
++++ mu-cade-0.11.dfsg1/import/ode/common.d     2007-08-29 19:52:20.000000000 
+0200
 @@ -24,7 +24,8 @@
  private import std.c.math;
  private import std.c.stdlib;
@@ -36,8 +36,8 @@
  
 Index: mu-cade-0.11.dfsg1/import/ode/ode.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/import/ode/ode.d   2006-02-19 04:57:26.000000000 
+0000
-+++ mu-cade-0.11.dfsg1/import/ode/ode.d        2007-08-26 17:37:19.000000000 
+0000
+--- mu-cade-0.11.dfsg1.orig/import/ode/ode.d   2007-08-29 19:52:18.000000000 
+0200
++++ mu-cade-0.11.dfsg1/import/ode/ode.d        2007-08-29 19:52:20.000000000 
+0200
 @@ -23,21 +23,21 @@
  
  /* include *everything* here */
@@ -78,8 +78,8 @@
 +public import ode.export_dif;
 Index: mu-cade-0.11.dfsg1/import/SDL.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/import/SDL.d       2006-02-19 04:57:25.000000000 
+0000
-+++ mu-cade-0.11.dfsg1/import/SDL.d    2007-08-26 17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/import/SDL.d       2007-08-29 19:52:18.000000000 
+0200
++++ mu-cade-0.11.dfsg1/import/SDL.d    2007-08-29 19:52:20.000000000 +0200
 @@ -20,18 +20,28 @@
      [EMAIL PROTECTED]
  */
@@ -124,7 +124,7 @@
 Index: mu-cade-0.11.dfsg1/Makefile
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ mu-cade-0.11.dfsg1/Makefile        2007-08-26 17:37:19.000000000 +0000
++++ mu-cade-0.11.dfsg1/Makefile        2007-08-29 19:52:20.000000000 +0200
 @@ -0,0 +1,26 @@
 +DC=gdmd
 +#DC=gdc
@@ -154,8 +154,8 @@
 +
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/barrage.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/barrage.d 2006-03-18 
02:42:50.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/barrage.d      2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/barrage.d 2007-08-29 
19:52:18.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/barrage.d      2007-08-29 
19:52:20.000000000 +0200
 @@ -62,7 +62,8 @@
  
    public static void load() {
@@ -168,8 +168,8 @@
          if (getExt(fileName) != "xml")
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/enemy.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/enemy.d   2006-03-18 
02:42:50.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/enemy.d        2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/enemy.d   2007-08-29 
19:52:18.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/enemy.d        2007-08-29 
19:52:20.000000000 +0200
 @@ -7,7 +7,20 @@
  
  private import std.math;
@@ -194,8 +194,8 @@
  private import abagames.util.math;
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/shape.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/shape.d   2006-02-19 
04:57:26.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/shape.d        2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/shape.d   2007-08-29 
19:52:18.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/shape.d        2007-08-29 
19:52:20.000000000 +0200
 @@ -6,7 +6,20 @@
  module abagames.mcd.shape;
  
@@ -247,8 +247,8 @@
    public void setPos(Vector3 p) {
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/ship.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/ship.d    2006-03-18 
02:42:50.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/ship.d 2007-08-26 17:37:19.000000000 
+0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/ship.d    2007-08-29 
19:52:18.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/ship.d 2007-08-29 19:52:20.000000000 
+0200
 @@ -7,7 +7,20 @@
  
  private import std.math;
@@ -282,8 +282,8 @@
    dJointID joint;
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/spec.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/spec.d    2006-03-18 
02:42:50.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/spec.d 2007-08-26 17:37:19.000000000 
+0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/spec.d    2007-08-29 
19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/spec.d 2007-08-29 19:52:20.000000000 
+0200
 @@ -7,7 +7,21 @@
  
  private import std.math;
@@ -309,8 +309,8 @@
  private import abagames.util.ode.odeactor;
 Index: mu-cade-0.11.dfsg1/src/abagames/mcd/stagemanager.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/stagemanager.d    2006-03-18 
02:42:50.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/mcd/stagemanager.d 2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/stagemanager.d    2007-08-29 
19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/stagemanager.d 2007-08-29 
19:52:20.000000000 +0200
 @@ -9,7 +9,20 @@
  private import std.string;
  private import std.stream;
@@ -335,8 +335,8 @@
  private import abagames.util.rand;
 Index: mu-cade-0.11.dfsg1/src/abagames/util/ode/odeactor.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/util/ode/odeactor.d   2006-02-19 
04:57:26.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/util/ode/odeactor.d        2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/util/ode/odeactor.d   2007-08-29 
19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/util/ode/odeactor.d        2007-08-29 
19:52:20.000000000 +0200
 @@ -7,7 +7,20 @@
  
  private import std.math;
@@ -361,8 +361,8 @@
  private import abagames.util.ode.world;
 Index: mu-cade-0.11.dfsg1/src/abagames/util/ode/world.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/util/ode/world.d      2006-02-22 
22:27:47.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/util/ode/world.d   2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/util/ode/world.d      2007-08-29 
19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/util/ode/world.d   2007-08-29 
19:52:20.000000000 +0200
 @@ -5,7 +5,20 @@
   */
  module abagames.util.ode.world;
@@ -387,8 +387,8 @@
  /**
 Index: mu-cade-0.11.dfsg1/src/abagames/util/sdl/texture.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/util/sdl/texture.d    2006-02-19 
04:57:26.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/util/sdl/texture.d 2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/util/sdl/texture.d    2007-08-29 
19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/util/sdl/texture.d 2007-08-29 
19:52:20.000000000 +0200
 @@ -103,13 +103,13 @@
          }
          glBindTexture(GL_TEXTURE_2D, num + ti);
@@ -407,8 +407,8 @@
          }
 Index: mu-cade-0.11.dfsg1/src/abagames/util/sdl/twinstickpad.d
 ===================================================================
---- mu-cade-0.11.dfsg1.orig/src/abagames/util/sdl/twinstickpad.d       
2006-03-18 03:36:00.000000000 +0000
-+++ mu-cade-0.11.dfsg1/src/abagames/util/sdl/twinstickpad.d    2007-08-26 
17:37:19.000000000 +0000
+--- mu-cade-0.11.dfsg1.orig/src/abagames/util/sdl/twinstickpad.d       
2007-08-29 19:52:19.000000000 +0200
++++ mu-cade-0.11.dfsg1/src/abagames/util/sdl/twinstickpad.d    2007-08-29 
19:52:20.000000000 +0200
 @@ -8,7 +8,8 @@
  private import std.string;
  private import std.stream;
@@ -419,3 +419,25 @@
  private import abagames.util.vector;
  private import abagames.util.sdl.input;
  private import abagames.util.sdl.recordableinput;
+Index: mu-cade-0.11.dfsg1/import/opengl.d
+===================================================================
+--- mu-cade-0.11.dfsg1.orig/import/opengl.d    2007-08-29 19:52:24.000000000 
+0200
++++ mu-cade-0.11.dfsg1/import/opengl.d 2007-08-29 19:52:31.000000000 +0200
+@@ -1116,7 +1116,7 @@
+ /*************************************************************/
+ 
+ void /*APIENTRY*/glAccum (GLenum op, GLfloat value);
+-void /*APIENTRY*/glAlphaFunc (GLenum func, GLclampf ref);
++void /*APIENTRY*/glAlphaFunc (GLenum func, GLclampf ref_);
+ GLboolean /*APIENTRY*/glAreTexturesResident (GLsizei n, GLuint *textures, 
GLboolean *residences);
+ void /*APIENTRY*/glArrayElement (GLint i);
+ void /*APIENTRY*/glBegin (GLenum mode);
+@@ -1369,7 +1369,7 @@
+ void /*APIENTRY*/glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
+ void /*APIENTRY*/glSelectBuffer (GLsizei size, GLuint *buffer);
+ void /*APIENTRY*/glShadeModel (GLenum mode);
+-void /*APIENTRY*/glStencilFunc (GLenum func, GLint ref, GLuint mask);
++void /*APIENTRY*/glStencilFunc (GLenum func, GLint ref_, GLuint mask);
+ void /*APIENTRY*/glStencilMask (GLuint mask);
+ void /*APIENTRY*/glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
+ void /*APIENTRY*/glTexCoord1d (GLdouble s);


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to