Revision: 76359 http://trac.macports.org/changeset/76359 Author: ryandesign@macports.org Date: 2011-02-20 14:50:29 -0800 (Sun, 20 Feb 2011) Log Message: ----------- PlasmaClient: update to 437 Modified Paths: -------------- users/ryandesign/ports/games/PlasmaClient/Portfile Added Paths: ----------- users/ryandesign/ports/games/PlasmaClient/files/patch-misc-gen_default.cpp.diff Modified: users/ryandesign/ports/games/PlasmaClient/Portfile =================================================================== --- users/ryandesign/ports/games/PlasmaClient/Portfile 2011-02-20 22:49:48 UTC (rev 76358) +++ users/ryandesign/ports/games/PlasmaClient/Portfile 2011-02-20 22:50:29 UTC (rev 76359) @@ -6,7 +6,7 @@ name PlasmaClient epoch 1 -version 0.0.4-425 +version 0.0.4-437 categories games platforms darwin maintainers ryandesign @@ -23,7 +23,7 @@ fetch.type hg hg.url http://uru.zrax.net/hg/plasmaclient -hg.tag 553f0a3a21f1 +hg.tag 321a5f2b8f82 depends_lib port:bullet \ port:python26 \ @@ -55,6 +55,7 @@ } patchfiles patch-README.diff \ + patch-misc-gen_default.cpp.diff \ patch-init-turn_rate.diff configure.args -DBULLET_INCLUDE_DIR:PATH=${prefix}/include/bullet \ Added: users/ryandesign/ports/games/PlasmaClient/files/patch-misc-gen_default.cpp.diff =================================================================== --- users/ryandesign/ports/games/PlasmaClient/files/patch-misc-gen_default.cpp.diff (rev 0) +++ users/ryandesign/ports/games/PlasmaClient/files/patch-misc-gen_default.cpp.diff 2011-02-20 22:50:29 UTC (rev 76359) @@ -0,0 +1,56 @@ +--- misc/gen_default.cpp.orig Sun Feb 20 11:00:44 2011 -0800 ++++ misc/gen_default.cpp Sun Feb 20 16:36:15 2011 -0600 +@@ -2,7 +2,7 @@ + #include <Stream/plEncryptedStream.h> + #include <crypt/pnBigInteger.h> + +-static hsUbyte auth_n[] = { ++static uint8_t auth_n[] = { + 0x2D, 0x17, 0x19, 0x42, 0xEB, 0x71, 0x8F, 0x91, + 0x29, 0x7C, 0x61, 0x88, 0x43, 0x75, 0xE5, 0xEE, + 0x72, 0xFE, 0x45, 0x1B, 0x43, 0xC3, 0x8E, 0xB9, +@@ -13,7 +13,7 @@ + 0x3F, 0x20, 0xBE, 0x97, 0xA3, 0xA6, 0x56, 0x8F + }; + +-static hsUbyte auth_x[] = { ++static uint8_t auth_x[] = { + 0x21, 0xCF, 0x1D, 0xC6, 0x08, 0xC0, 0x23, 0xAD, + 0x53, 0x36, 0xCE, 0x61, 0x25, 0xDD, 0xB9, 0x55, + 0x05, 0xC1, 0xBB, 0x8F, 0xF4, 0x0D, 0x59, 0xF9, +@@ -24,7 +24,7 @@ + 0xFA, 0x6F, 0x03, 0xF3, 0x55, 0xD8, 0xE9, 0x1B + }; + +-static hsUbyte game_n[] = { ++static uint8_t game_n[] = { + 0x38, 0xA4, 0xF7, 0x69, 0x43, 0xD7, 0xA6, 0xC7, + 0x27, 0x72, 0x3B, 0x12, 0x6A, 0x76, 0x09, 0x5D, + 0xAA, 0x9A, 0x38, 0x44, 0xDE, 0x84, 0x22, 0xC4, +@@ -35,7 +35,7 @@ + 0xD9, 0x24, 0xD2, 0x49, 0xD0, 0x28, 0x4B, 0x90 + }; + +-static hsUbyte game_x[] = { ++static uint8_t game_x[] = { + 0xF9, 0xB2, 0x93, 0xBD, 0x02, 0xBD, 0x72, 0x48, + 0xA9, 0x21, 0xBD, 0x09, 0x3E, 0x44, 0x65, 0x3E, + 0xC2, 0xFD, 0x5A, 0xF0, 0x99, 0x3B, 0x3F, 0x5C, +@@ -46,7 +46,7 @@ + 0x4F, 0x58, 0x58, 0xB3, 0x8F, 0x3D, 0xDB, 0x3D + }; + +-static hsUbyte gate_n[] = { ++static uint8_t gate_n[] = { + 0x8D, 0xFA, 0x35, 0xE6, 0xF8, 0x7A, 0x50, 0x50, + 0xAB, 0x25, 0x4B, 0x81, 0xD1, 0xD7, 0x7A, 0x23, + 0xA3, 0x9A, 0x21, 0x0F, 0x34, 0xAB, 0x66, 0x2E, +@@ -57,7 +57,7 @@ + 0xD7, 0x21, 0x80, 0xA3, 0x6B, 0x44, 0x23, 0xB5 + }; + +-static hsUbyte gate_x[] = { ++static uint8_t gate_x[] = { + 0xB3, 0x88, 0xFF, 0x0B, 0x90, 0x70, 0x2B, 0x2E, + 0x07, 0xBC, 0x62, 0x98, 0x83, 0x9D, 0x0F, 0x05, + 0x39, 0xFA, 0x35, 0x39, 0xA9, 0xF3, 0xB3, 0xFC,