~ubuntu-branches/ubuntu/karmic/armagetronad/karmic

« back to all changes in this revision

Viewing changes to debian/patches/00_gcc-4.3

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2008-07-08 11:58:23 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708115823-2dvd3bb6hqfaqto1
Tags: 0.2.8.2.1-10
Copy over updated config.sub/config.guess during configure
rather than clean rule (Closes: #482723)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- armagetronad-0.2.8.2.1/src/tools/tError.cpp~        2007-04-14 06:41:17.000000000 +0000
2
 
+++ armagetronad-0.2.8.2.1/src/tools/tError.cpp 2007-04-14 06:41:25.000000000 +0000
 
1
Index: armagetronad-0.2.8.2.1/src/tools/tError.cpp
 
2
===================================================================
 
3
--- armagetronad-0.2.8.2.1.orig/src/tools/tError.cpp    2008-01-27 23:46:55.000000000 -0500
 
4
+++ armagetronad-0.2.8.2.1/src/tools/tError.cpp 2008-01-28 12:52:34.000000000 -0500
3
5
@@ -26,6 +26,7 @@
4
6
 */
5
7
 
8
10
 #include <iostream>
9
11
 #if HAVE_UNISTD_H
10
12
 #include <unistd.h>
11
 
--- armagetronad-0.2.8.2.1/src/tools/tRandom.cpp~       2007-04-14 06:42:01.000000000 +0000
12
 
+++ armagetronad-0.2.8.2.1/src/tools/tRandom.cpp        2007-04-14 06:43:24.000000000 +0000
 
13
Index: armagetronad-0.2.8.2.1/src/tools/tRandom.cpp
 
14
===================================================================
 
15
--- armagetronad-0.2.8.2.1.orig/src/tools/tRandom.cpp   2008-01-27 23:46:55.000000000 -0500
 
16
+++ armagetronad-0.2.8.2.1/src/tools/tRandom.cpp        2008-01-28 12:52:34.000000000 -0500
13
17
@@ -34,6 +34,8 @@
14
18
 #include    <stdlib.h>
15
19
 #endif
19
23
 #include    "tError.h"
20
24
 #include    "tRecorder.h"
21
25
 
22
 
--- armagetronad-0.2.8.2.1/src/tron/gAIBase.cpp~        2007-04-14 06:35:54.000000000 +0000
23
 
+++ armagetronad-0.2.8.2.1/src/tron/gAIBase.cpp 2007-04-14 06:36:11.000000000 +0000
 
26
Index: armagetronad-0.2.8.2.1/src/tron/gAIBase.cpp
 
27
===================================================================
 
28
--- armagetronad-0.2.8.2.1.orig/src/tron/gAIBase.cpp    2008-01-27 23:46:56.000000000 -0500
 
29
+++ armagetronad-0.2.8.2.1/src/tron/gAIBase.cpp 2008-01-28 12:52:44.000000000 -0500
24
30
@@ -43,6 +43,7 @@
25
31
 #include "tRandom.h"
26
32
 #include "tRecorder.h"
27
33
 #include <stdlib.h>
28
 
+#include <algorithm>
 
34
+#include <memory>
29
35
 
30
36
 #define AI_REACTION          0 
31
37
 #define AI_EMERGENCY         1 
32
 
--- armagetronad-0.2.8.2.1/src/tron/gCycle.cpp~ 2007-04-14 06:37:51.000000000 +0000
33
 
+++ armagetronad-0.2.8.2.1/src/tron/gCycle.cpp  2007-04-14 06:38:01.000000000 +0000
 
38
Index: armagetronad-0.2.8.2.1/src/tron/gCycle.cpp
 
39
===================================================================
 
40
--- armagetronad-0.2.8.2.1.orig/src/tron/gCycle.cpp     2008-01-27 23:46:56.000000000 -0500
 
41
+++ armagetronad-0.2.8.2.1/src/tron/gCycle.cpp  2008-01-28 12:53:17.000000000 -0500
34
42
@@ -52,6 +52,7 @@
35
43
 #include "tMath.h"
36
44
 #include <stdlib.h>
37
45
 #include <fstream>
38
 
+#include <algorithm>
 
46
+#include <memory>
39
47
 
40
48
 #ifndef DEDICATED
41
49
 #define DONTDOIT
 
50
Index: armagetronad-0.2.8.2.1/src/network/md5.cpp
 
51
===================================================================
 
52
--- armagetronad-0.2.8.2.1.orig/src/network/md5.cpp     2008-01-27 23:46:56.000000000 -0500
 
53
+++ armagetronad-0.2.8.2.1/src/network/md5.cpp  2008-01-28 12:52:34.000000000 -0500
 
54
@@ -78,6 +78,7 @@
 
55
 
 
56
 #include <string>
 
57
 #include <memory>
 
58
+#include <cstring>
 
59
 
 
60
 #ifdef TEST
 
61
 /*
 
62
Index: armagetronad-0.2.8.2.1/src/network/nKrawall.cpp
 
63
===================================================================
 
64
--- armagetronad-0.2.8.2.1.orig/src/network/nKrawall.cpp        2008-01-27 23:46:56.000000000 -0500
 
65
+++ armagetronad-0.2.8.2.1/src/network/nKrawall.cpp     2008-01-28 12:52:34.000000000 -0500
 
66
@@ -44,6 +44,7 @@
 
67
 
 
68
 #include <stdlib.h>
 
69
 #include <string>
 
70
+#include <cstring>
 
71
 
 
72
 bool nKrawall::MayRequirePassword(tString& adress, unsigned int port)
 
73
 {
 
74
Index: armagetronad-0.2.8.2.1/src/network/nNetObject.h
 
75
===================================================================
 
76
--- armagetronad-0.2.8.2.1.orig/src/network/nNetObject.h        2008-01-27 23:46:56.000000000 -0500
 
77
+++ armagetronad-0.2.8.2.1/src/network/nNetObject.h     2008-01-28 12:52:34.000000000 -0500
 
78
@@ -31,6 +31,7 @@
 
79
 #include "nNetwork.h"
 
80
 #include "tArray.h"
 
81
 #include "tConsole.h"
 
82
+#include <cstring>
 
83
 
 
84
 class nObserver;
 
85
 
 
86
Index: armagetronad-0.2.8.2.1/src/network/nNetwork.cpp
 
87
===================================================================
 
88
--- armagetronad-0.2.8.2.1.orig/src/network/nNetwork.cpp        2008-01-27 23:46:56.000000000 -0500
 
89
+++ armagetronad-0.2.8.2.1/src/network/nNetwork.cpp     2008-01-28 12:52:34.000000000 -0500
 
90
@@ -48,6 +48,7 @@
 
91
 #endif
 
92
 
 
93
 #include <deque>
 
94
+#include <cstring>
 
95
 
 
96
 // debug watchs
 
97
 #ifdef DEBUG
 
98
Index: armagetronad-0.2.8.2.1/src/network/nSocket.cpp
 
99
===================================================================
 
100
--- armagetronad-0.2.8.2.1.orig/src/network/nSocket.cpp 2008-01-27 23:46:56.000000000 -0500
 
101
+++ armagetronad-0.2.8.2.1/src/network/nSocket.cpp      2008-01-28 12:52:34.000000000 -0500
 
102
@@ -44,6 +44,7 @@
 
103
 #include <errno.h>
 
104
 #include <stdlib.h>
 
105
 #include <vector>
 
106
+#include <cstring>
 
107
 
 
108
 #ifndef WIN32
 
109
 #include <arpa/inet.h> 
 
110
Index: armagetronad-0.2.8.2.1/src/render/rFont.cpp
 
111
===================================================================
 
112
--- armagetronad-0.2.8.2.1.orig/src/render/rFont.cpp    2008-01-27 23:46:55.000000000 -0500
 
113
+++ armagetronad-0.2.8.2.1/src/render/rFont.cpp 2008-01-28 12:52:34.000000000 -0500
 
114
@@ -29,6 +29,7 @@
 
115
 #include "rScreen.h"
 
116
 #include "tConfiguration.h"
 
117
 #include <ctype.h>
 
118
+#include <cstring>
 
119
 
 
120
 #ifndef DEDICATED
 
121
 #include "rRender.h"
 
122
Index: armagetronad-0.2.8.2.1/src/render/rModel.cpp
 
123
===================================================================
 
124
--- armagetronad-0.2.8.2.1.orig/src/render/rModel.cpp   2008-01-27 23:46:55.000000000 -0500
 
125
+++ armagetronad-0.2.8.2.1/src/render/rModel.cpp        2008-01-28 12:52:34.000000000 -0500
 
126
@@ -28,6 +28,7 @@
 
127
 #include "rModel.h"
 
128
 #include <string>
 
129
 #include <fstream>
 
130
+#include <cstring>
 
131
 #include <stdlib.h>
 
132
 #include "rScreen.h"
 
133
 #include "tString.h"
 
134
Index: armagetronad-0.2.8.2.1/src/render/rScreen.cpp
 
135
===================================================================
 
136
--- armagetronad-0.2.8.2.1.orig/src/render/rScreen.cpp  2008-01-27 23:46:55.000000000 -0500
 
137
+++ armagetronad-0.2.8.2.1/src/render/rScreen.cpp       2008-01-28 12:52:34.000000000 -0500
 
138
@@ -30,6 +30,7 @@
 
139
 #include "defs.h"
 
140
 
 
141
 #include <string>
 
142
+#include <cstring>
 
143
 #include "rTexture.h"
 
144
 #include "rScreen.h"
 
145
 #include "rSysdep.h"
 
146
Index: armagetronad-0.2.8.2.1/src/tools/tArray.cpp
 
147
===================================================================
 
148
--- armagetronad-0.2.8.2.1.orig/src/tools/tArray.cpp    2008-01-27 23:46:55.000000000 -0500
 
149
+++ armagetronad-0.2.8.2.1/src/tools/tArray.cpp 2008-01-28 12:52:34.000000000 -0500
 
150
@@ -32,6 +32,7 @@
 
151
 #include <iostream>
 
152
 #include <stdlib.h>
 
153
 #include <string>
 
154
+#include <cstring>
 
155
 #include "tArray.h"
 
156
 
 
157
 void GrowingArrayBase::ComplainIfFull(){
 
158
Index: armagetronad-0.2.8.2.1/src/tools/tCommandLine.cpp
 
159
===================================================================
 
160
--- armagetronad-0.2.8.2.1.orig/src/tools/tCommandLine.cpp      2008-01-27 23:46:55.000000000 -0500
 
161
+++ armagetronad-0.2.8.2.1/src/tools/tCommandLine.cpp   2008-01-28 12:52:34.000000000 -0500
 
162
@@ -34,6 +34,7 @@
 
163
 #include    "tLocale.h"
 
164
 #include    "tConfiguration.h"
 
165
 #include    "tException.h"
 
166
+#include    <cstring>
 
167
 
 
168
 #ifdef WIN32
 
169
 #include    <windows.h>
 
170
Index: armagetronad-0.2.8.2.1/src/tools/tConfiguration.cpp
 
171
===================================================================
 
172
--- armagetronad-0.2.8.2.1.orig/src/tools/tConfiguration.cpp    2008-01-27 23:46:55.000000000 -0500
 
173
+++ armagetronad-0.2.8.2.1/src/tools/tConfiguration.cpp 2008-01-28 12:52:34.000000000 -0500
 
174
@@ -33,6 +33,7 @@
 
175
 #include <stdlib.h>
 
176
 #include <ctype.h>
 
177
 #include <string>
 
178
+#include <cstring>
 
179
 #include <sstream>
 
180
 #include "tString.h"
 
181
 #include "tToDo.h"
 
182
Index: armagetronad-0.2.8.2.1/src/tools/tCrypt.cpp
 
183
===================================================================
 
184
--- armagetronad-0.2.8.2.1.orig/src/tools/tCrypt.cpp    2008-01-27 23:46:55.000000000 -0500
 
185
+++ armagetronad-0.2.8.2.1/src/tools/tCrypt.cpp 2008-01-28 12:52:34.000000000 -0500
 
186
@@ -29,6 +29,7 @@
 
187
 #include "tMemManager.h"
 
188
 
 
189
 #include <string>
 
190
+#include <cstring>
 
191
 
 
192
 class tCryptDummy: public tCrypt
 
193
 {
 
194
Index: armagetronad-0.2.8.2.1/src/tools/tDirectories.cpp
 
195
===================================================================
 
196
--- armagetronad-0.2.8.2.1.orig/src/tools/tDirectories.cpp      2008-01-27 23:46:55.000000000 -0500
 
197
+++ armagetronad-0.2.8.2.1/src/tools/tDirectories.cpp   2008-01-28 12:52:34.000000000 -0500
 
198
@@ -32,6 +32,7 @@
 
199
 #include <sys/types.h>
 
200
 #include <stdio.h>
 
201
 #include <stdlib.h>
 
202
+#include <cstring>
 
203
 
 
204
 #include "tLocale.h"
 
205
 #include "tDirectories.h"
 
206
Index: armagetronad-0.2.8.2.1/src/tools/tLocale.cpp
 
207
===================================================================
 
208
--- armagetronad-0.2.8.2.1.orig/src/tools/tLocale.cpp   2008-01-27 23:46:55.000000000 -0500
 
209
+++ armagetronad-0.2.8.2.1/src/tools/tLocale.cpp        2008-01-28 12:52:34.000000000 -0500
 
210
@@ -33,6 +33,7 @@
 
211
 
 
212
 #include <fstream>
 
213
 #include <string>
 
214
+#include <cstring>
 
215
 #include <map>
 
216
 
 
217
 class tLocaleSubItem; // identifies a single string in a single language
 
218
Index: armagetronad-0.2.8.2.1/src/tools/tMemManager.cpp
 
219
===================================================================
 
220
--- armagetronad-0.2.8.2.1.orig/src/tools/tMemManager.cpp       2008-01-27 23:46:55.000000000 -0500
 
221
+++ armagetronad-0.2.8.2.1/src/tools/tMemManager.cpp    2008-01-28 12:52:34.000000000 -0500
 
222
@@ -33,6 +33,7 @@
 
223
 #include <iostream>
 
224
 #include <sstream>
 
225
 #include <stdio.h>  // need basic C IO since STL IO does memory management
 
226
+#include <cstring>
 
227
 #include "tMemManager.h"
 
228
 #include "tError.h"
 
229
 
 
230
Index: armagetronad-0.2.8.2.1/src/tools/tString.cpp
 
231
===================================================================
 
232
--- armagetronad-0.2.8.2.1.orig/src/tools/tString.cpp   2008-01-27 23:46:55.000000000 -0500
 
233
+++ armagetronad-0.2.8.2.1/src/tools/tString.cpp        2008-01-28 12:52:34.000000000 -0500
 
234
@@ -31,6 +31,7 @@
 
235
 #include "tConfiguration.h"
 
236
 #include <ctype.h>
 
237
 #include <string>
 
238
+#include <cstring>
 
239
 #include <iostream>
 
240
 
 
241
 tString::tString(){
 
242
Index: armagetronad-0.2.8.2.1/src/ui/uInput.cpp
 
243
===================================================================
 
244
--- armagetronad-0.2.8.2.1.orig/src/ui/uInput.cpp       2008-01-27 23:46:55.000000000 -0500
 
245
+++ armagetronad-0.2.8.2.1/src/ui/uInput.cpp    2008-01-28 12:52:34.000000000 -0500
 
246
@@ -33,6 +33,7 @@
 
247
 #include "rConsole.h"
 
248
 #include "uMenu.h"
 
249
 #include "tSysTime.h"
 
250
+#include <cstring>
 
251
 
 
252
 bool su_mouseGrab = false;
 
253
 
 
254
Index: armagetronad-0.2.8.2.1/src/ui/uInputQueue.cpp
 
255
===================================================================
 
256
--- armagetronad-0.2.8.2.1.orig/src/ui/uInputQueue.cpp  2008-01-27 23:46:55.000000000 -0500
 
257
+++ armagetronad-0.2.8.2.1/src/ui/uInputQueue.cpp       2008-01-28 12:52:34.000000000 -0500
 
258
@@ -29,6 +29,7 @@
 
259
 #include "rScreen.h"
 
260
 #include "tConfiguration.h"
 
261
 #include <iostream>
 
262
+#include <cstring>
 
263
 
 
264
 #ifndef DEDICATED
 
265
 #include "rSDL.h"