pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quakeforge Newer zlib is stricter about typing, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c99bd4d8e87d
branches:  trunk
changeset: 358705:c99bd4d8e87d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 14:01:22 2017 +0000

description:
Newer zlib is stricter about typing, adjust.

diffstat:

 games/quakeforge/distinfo                          |   3 ++-
 games/quakeforge/patches/patch-libs_util_quakeio.c |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 54a00901b356 -r c99bd4d8e87d games/quakeforge/distinfo
--- a/games/quakeforge/distinfo Sat Feb 18 14:00:54 2017 +0000
+++ b/games/quakeforge/distinfo Sat Feb 18 14:01:22 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 20:57:03 agc Exp $
+$NetBSD: distinfo,v 1.13 2017/02/18 14:01:22 joerg Exp $
 
 SHA1 (quakeforge-0.5.5.tar.gz) = 3ceb229b3d777b6c5e0cb1530b4547b20737f402
 RMD160 (quakeforge-0.5.5.tar.gz) = d22b29498e950bfdf96169bafee6409fca1a8e11
@@ -32,4 +32,5 @@
 SHA1 (patch-include_r__dynamic.h) = e37cd1d4e242db48793c29c2b78aa78eb14d138d
 SHA1 (patch-include_r__local.h) = 7bb3b46ea3835489a20609739bd7a8dc79b36c96
 SHA1 (patch-libs_util_llist.c) = d41fdac88ac1c9dbccd1bffd512f7e34ae381860
+SHA1 (patch-libs_util_quakeio.c) = fd2810a21507d1a2faae313edb260efdfde9a9a8
 SHA1 (patch-qw_source_master.c) = 8f42fec4b36c24daa8205f342318e91611b8b5df
diff -r 54a00901b356 -r c99bd4d8e87d games/quakeforge/patches/patch-libs_util_quakeio.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quakeforge/patches/patch-libs_util_quakeio.c        Sat Feb 18 14:01:22 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-libs_util_quakeio.c,v 1.1 2017/02/18 14:01:22 joerg Exp $
+
+--- libs/util/quakeio.c.orig   2017-02-18 02:03:20.448822400 +0000
++++ libs/util/quakeio.c
+@@ -72,7 +72,7 @@ static __attribute__ ((unused)) const ch
+ struct QFile_s {
+       FILE *file;
+ #ifdef HAVE_ZLIB
+-      gzFile *gzfile;
++      gzFile gzfile;
+ #endif
+       off_t size;
+       off_t start;



Home | Main Index | Thread Index | Old Index