SOURCES: netpanzerdata-physfs.patch, netpanzer-types.patch - inclu...

blekot blekot at pld-linux.org
Thu Jun 23 00:31:30 CEST 2005


Author: blekot                       Date: Wed Jun 22 22:31:30 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- included in sources (0.8)

---- Files affected:
SOURCES:
   netpanzerdata-physfs.patch (1.1 -> 1.2) , netpanzer-types.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/netpanzerdata-physfs.patch
diff -u SOURCES/netpanzerdata-physfs.patch:1.1 SOURCES/netpanzerdata-physfs.patch:1.2
--- SOURCES/netpanzerdata-physfs.patch:1.1	Tue Jul 20 00:47:14 2004
+++ SOURCES/netpanzerdata-physfs.patch	Thu Jun 23 00:31:25 2005
@@ -1,21 +0,0 @@
---- netpanzer-0.1.5/netpanzerdata-0.1.3/configure.ac.orig	2003-11-29 17:27:54.000000000 +0100
-+++ netpanzer-0.1.5/netpanzerdata-0.1.3/configure.ac	2004-07-19 21:17:03.791359336 +0200
-@@ -118,8 +118,9 @@
- 	[AC_MSG_ERROR([Please install SDLImage >= 1.2.1])],
- 	[$SDL_CFLAGS], [$SDL_LIBS])
- 
--NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.9],
-+NP_FINDLIB([PHYSFS], [physfs], [physfs >= 0.1.9],
- 	NP_LANG_PROGRAM([#include <physfs.h>
-+#if PHYSFS_VER_MAJOR < 1
- #if PHYSFS_VER_MINOR < 1
- # error PHYSFS is too old
- #else
-@@ -128,6 +129,7 @@
- #   error PHYSFS is too old
- #  endif
- # endif
-+#endif
- #endif]),
- 	[], [-lphysfs],
- 	[],

================================================================
Index: SOURCES/netpanzer-types.patch
diff -u SOURCES/netpanzer-types.patch:1.1 SOURCES/netpanzer-types.patch:1.2
--- SOURCES/netpanzer-types.patch:1.1	Wed Jun  2 19:16:34 2004
+++ SOURCES/netpanzer-types.patch	Thu Jun 23 00:31:25 2005
@@ -1,38 +0,0 @@
---- netpanzer-0.1.5/src/Lib/Util/FileSystem.cpp.orig	2003-11-26 23:42:24.000000000 +0100
-+++ netpanzer-0.1.5/src/Lib/Util/FileSystem.cpp	2004-06-02 18:52:22.817312453 +0200
-@@ -378,7 +378,7 @@
- 
- int64_t ReadFile::readSLE64()
- {
--    int64_t val;
-+    PHYSFS_sint64 val;
-     if(!PHYSFS_readSLE64(file, &val))
-         throw Exception("read error: %s", PHYSFS_getLastError());
-     return val;
-@@ -386,7 +386,7 @@
- 
- uint64_t ReadFile::readULE64()
- {
--    uint64_t val;
-+    PHYSFS_uint64 val;
-     if(!PHYSFS_readULE64(file, &val))
-         throw Exception("read error: %s", PHYSFS_getLastError());
-     return val;
-@@ -394,7 +394,7 @@
- 
- int64_t ReadFile::readSBE64()
- {
--    int64_t val;
-+    PHYSFS_sint64 val;
-     if(!PHYSFS_readSBE64(file, &val))
-         throw Exception("read error: %s", PHYSFS_getLastError());
-     return val;
-@@ -402,7 +402,7 @@
- 
- uint64_t ReadFile::readUBE64()
- {
--    uint64_t val;
-+    PHYSFS_uint64 val;
-     if(!PHYSFS_readUBE64(file, &val))
-         throw Exception("read error: %s", PHYSFS_getLastError());
-     return val;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/netpanzerdata-physfs.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/netpanzer-types.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list