pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/hitchhiker Fix multi-line strings, to make this p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64f156c82dbf
branches:  trunk
changeset: 475768:64f156c82dbf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue May 25 19:05:12 2004 +0000

description:
Fix multi-line strings, to make this package compile with gcc 3.3.

diffstat:

 misc/hitchhiker/distinfo         |   3 ++-
 misc/hitchhiker/patches/patch-aa |  31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 89602cb13f4b -r 64f156c82dbf misc/hitchhiker/distinfo
--- a/misc/hitchhiker/distinfo  Tue May 25 18:59:06 2004 +0000
+++ b/misc/hitchhiker/distinfo  Tue May 25 19:05:12 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/05/09 20:52:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/05/25 19:05:12 kristerw Exp $
 
 SHA1 (hh2000-0.6.tar.gz) = b1f24150e206984a502209357e9dff774813c159
 Size (hh2000-0.6.tar.gz) = 4895884 bytes
+SHA1 (patch-aa) = 8deac20716e647140a099ff9d0c6b0a9af9f37f5
diff -r 89602cb13f4b -r 64f156c82dbf misc/hitchhiker/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/hitchhiker/patches/patch-aa  Tue May 25 19:05:12 2004 +0000
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1 2004/05/25 19:05:12 kristerw Exp $
+
+--- src/gl_engine.c.orig       2004-05-25 20:59:41.000000000 +0200
++++ src/gl_engine.c    2004-05-25 21:00:20.000000000 +0200
+@@ -734,7 +734,7 @@
+        //       if (!LoadRGBMipmaps(HHModel[i].Texture_File, GL_RGBA)) 
+        if (!LoadRGBMipmaps(w.Texture_File, 3)) 
+        {
+-         printf("Sorry, couldn't find a texture file (#%i). \n
++         printf("Sorry, couldn't find a texture file (#%i). \n\
+                  Please check the maps directory\n", i);
+        }
+ 
+@@ -793,7 +793,7 @@
+           glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
+           glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE); */
+        if (!LoadRGBMipmaps( milky_way_file, 3 )) 
+-       printf("Sorry, couldn't find milky way texture file. \n
++       printf("Sorry, couldn't find milky way texture file. \n\
+                  Please check the maps directory\n");
+      }
+ 
+@@ -808,7 +808,7 @@
+        glBindTexture( GL_TEXTURE_2D, HaloTex[j] );
+ 
+        if (!LoadRGBMipmaps( SUNSHINE_PATH, 3 )) 
+-       printf("Sorry, couldn't find sunshine texture file. \n
++       printf("Sorry, couldn't find sunshine texture file. \n\
+                  Please check the maps directory\n");
+      }
+ 



Home | Main Index | Thread Index | Old Index