pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/exult



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 22 18:09:10 UTC 2020

Modified Files:
        pkgsrc/games/exult: distinfo
Added Files:
        pkgsrc/games/exult/patches: patch-files_U7obj.h patch-files_databuf.h

Log Message:
exult: include <cstddef> for ptrdiff_t


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/exult/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/exult/patches/patch-files_U7obj.h \
    pkgsrc/games/exult/patches/patch-files_databuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/exult/distinfo
diff -u pkgsrc/games/exult/distinfo:1.12 pkgsrc/games/exult/distinfo:1.13
--- pkgsrc/games/exult/distinfo:1.12    Sun Oct 16 17:10:49 2016
+++ pkgsrc/games/exult/distinfo Sun Mar 22 18:09:10 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2016/10/16 17:10:49 bsiegert Exp $
+$NetBSD: distinfo,v 1.13 2020/03/22 18:09:10 tnn Exp $
 
 SHA1 (exult-1.4.9rc1.tar.gz) = 259f778d6b8b5e9c9466e2f4967b6352435b6792
 RMD160 (exult-1.4.9rc1.tar.gz) = 8c6fce2bc17ff59709c5827c5dd70f2e2a473914
@@ -6,6 +6,8 @@ SHA512 (exult-1.4.9rc1.tar.gz) = 0da559c
 Size (exult-1.4.9rc1.tar.gz) = 5452640 bytes
 SHA1 (patch-audio_midi__drivers_forked__player.cc) = 058c77900828cc75643237e5ddbc1d21e67a2337
 SHA1 (patch-configure) = 0812526182ffa1746c45fd5a005ca8b10fd50093
+SHA1 (patch-files_U7obj.h) = fc17761779f99f2c2f8e5fa631601db61bb7b78c
+SHA1 (patch-files_databuf.h) = 2a11ad1820ed14ead54bb66d52855d594cf28c5c
 SHA1 (patch-imagewin_manip.h) = d9a90c7fbe046a4079618aeda4c428ef1672525e
 SHA1 (patch-istring.h) = 18e8b49932f7317e6c978c585e1dfe855ac05a51
 SHA1 (patch-usecode_compiler_ucstmt.cc) = 8aadf06c18f347d7de437709e44da86a0783bb1f

Added files:

Index: pkgsrc/games/exult/patches/patch-files_U7obj.h
diff -u /dev/null pkgsrc/games/exult/patches/patch-files_U7obj.h:1.1
--- /dev/null   Sun Mar 22 18:09:10 2020
+++ pkgsrc/games/exult/patches/patch-files_U7obj.h      Sun Mar 22 18:09:10 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-files_U7obj.h,v 1.1 2020/03/22 18:09:10 tnn Exp $
+
+include <cstddef> for ptrdiff_t
+
+--- files/U7obj.h.orig 2010-02-25 02:52:07.000000000 +0000
++++ files/U7obj.h
+@@ -25,6 +25,7 @@
+ 
+ #include <string>
+ #include <vector>
++#include <cstddef>
+ #include <cstring>
+ #include "common_types.h"
+ #include "utils.h"
Index: pkgsrc/games/exult/patches/patch-files_databuf.h
diff -u /dev/null pkgsrc/games/exult/patches/patch-files_databuf.h:1.1
--- /dev/null   Sun Mar 22 18:09:10 2020
+++ pkgsrc/games/exult/patches/patch-files_databuf.h    Sun Mar 22 18:09:10 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-files_databuf.h,v 1.1 2020/03/22 18:09:10 tnn Exp $
+
+include <cstddef> for ptrdiff_t
+
+--- files/databuf.h.orig       2010-03-10 04:07:05.000000000 +0000
++++ files/databuf.h
+@@ -20,6 +20,7 @@
+ #include <cstdio>
+ #include <cstring>
+ #include <cassert>
++#include <cstddef>
+ #include <fstream>
+ #include <string>
+ #include <iomanip>



Home | Main Index | Thread Index | Old Index