diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-12-03 20:17:47 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-12-03 20:17:47 +0000 |
commit | 216d3a849fae17dd8b86149a0d9bf830919a102f (patch) | |
tree | 0b27c0df478b7bdefec47c363da73f7cdbb1498a /games | |
parent | eea826dfba0ce69160dfc4361298283fe262596d (diff) | |
download | pkgsrc-216d3a849fae17dd8b86149a0d9bf830919a102f.tar.gz |
Closes PR 31025.
Diffstat (limited to 'games')
-rw-r--r-- | games/asc/distinfo | 4 | ||||
-rw-r--r-- | games/asc/patches/patch-source_ASCStringHelpers.h | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games/asc/distinfo b/games/asc/distinfo index cedae67c877..84766170f7f 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2011/11/23 23:29:45 joerg Exp $ +$NetBSD: distinfo,v 1.11 2011/12/03 20:17:47 cheusov Exp $ SHA1 (asc/asc-source-1.16.4.0.tar.bz2) = 338081823943e08848325e6f2126e5c533517ae9 RMD160 (asc/asc-source-1.16.4.0.tar.bz2) = a4de675628875cc36f30b39d1fb1ef3ac879e369 @@ -12,7 +12,7 @@ Size (asc/machine_wars.mp3) = 2905989 bytes SHA1 (asc/time_to_strike.mp3) = 76abf03155d9a21584f30c20370db0a93449c78a RMD160 (asc/time_to_strike.mp3) = a402a00e490f7aca0871b52165d63f3bde3b3bff Size (asc/time_to_strike.mp3) = 3242969 bytes -SHA1 (patch-source_ASCStringHelpers.h) = e13e259fb2ce8ca674692b928e536594f243c0be +SHA1 (patch-source_ASCStringHelpers.h) = 21caf558907c4eaafe88d714520b014a1c19f57b SHA1 (patch-source_Property.cpp) = a8a8e154f8aa5a884cb9fe0e74c806dcaf3020b2 SHA1 (patch-source_password.cpp) = fa56110a045e111f772f09b9e9998d84a76e7d5a SHA1 (patch-source_strtmesg.cpp) = 3aa86f7e739983294a86c9ab5a8c0c4a6007c449 diff --git a/games/asc/patches/patch-source_ASCStringHelpers.h b/games/asc/patches/patch-source_ASCStringHelpers.h index 97d034e7c46..457cd1c18c1 100644 --- a/games/asc/patches/patch-source_ASCStringHelpers.h +++ b/games/asc/patches/patch-source_ASCStringHelpers.h @@ -1,8 +1,14 @@ -$NetBSD: patch-source_ASCStringHelpers.h,v 1.1 2011/11/23 23:29:45 joerg Exp $ +$NetBSD: patch-source_ASCStringHelpers.h,v 1.2 2011/12/03 20:17:47 cheusov Exp $ ---- source/ASCStringHelpers.h.orig 2011-11-23 16:20:40.000000000 +0000 +--- source/ASCStringHelpers.h.orig 2005-08-17 19:08:19.000000000 +0000 +++ source/ASCStringHelpers.h -@@ -9,6 +9,7 @@ +@@ -4,11 +4,13 @@ + #include <cassert> + #include <cstdarg> + #include <cstdio> ++#include <cstdlib> + #include <memory> + #include <string> #include <wchar.h> #include <stdio.h> #include <ctype.h> |