pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/crack-attack include <string.h> for strncpy()



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94925dfca882
branches:  trunk
changeset: 399638:94925dfca882
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Sep 23 13:20:36 2009 +0000

description:
include <string.h> for strncpy()

diffstat:

 games/crack-attack/distinfo         |   3 ++-
 games/crack-attack/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1420b2a5decb -r 94925dfca882 games/crack-attack/distinfo
--- a/games/crack-attack/distinfo       Wed Sep 23 11:49:11 2009 +0000
+++ b/games/crack-attack/distinfo       Wed Sep 23 13:20:36 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2008/06/09 05:57:35 snj Exp $
+$NetBSD: distinfo,v 1.6 2009/09/23 13:20:36 tnn Exp $
 
 SHA1 (crack-attack-1.1.14.tar.gz) = fbf445f95d77267d23a766a485fd55edbd333bb4
 RMD160 (crack-attack-1.1.14.tar.gz) = 81ff2e601455362e1106cf5ef4b735cbd4497081
 Size (crack-attack-1.1.14.tar.gz) = 975066 bytes
 SHA1 (patch-aa) = 8fdb551045cbeb6789f8bb6c6c3f40bab0668500
+SHA1 (patch-ab) = 8d5469d698c4b46fd2aeb285e9c7ec2e7b1c4c6c
diff -r 1420b2a5decb -r 94925dfca882 games/crack-attack/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/crack-attack/patches/patch-ab       Wed Sep 23 13:20:36 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2009/09/23 13:20:36 tnn Exp $
+
+--- src/TextureLoader.h.orig   2005-04-16 10:13:38.000000000 +0200
++++ src/TextureLoader.h
+@@ -28,6 +28,7 @@
+ #define TEXTURELOADER_H
+ 
+ #include <GL/glut.h>
++#include <string.h>
+ 
+ #include "glext.h"
+ #include "sstream.h"



Home | Main Index | Thread Index | Old Index