pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/quakeforge



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Feb 18 14:01:22 UTC 2017

Modified Files:
        pkgsrc/games/quakeforge: distinfo
Added Files:
        pkgsrc/games/quakeforge/patches: patch-libs_util_quakeio.c

Log Message:
Newer zlib is stricter about typing, adjust.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/quakeforge/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/quakeforge/patches/patch-libs_util_quakeio.c

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

Modified files:

Index: pkgsrc/games/quakeforge/distinfo
diff -u pkgsrc/games/quakeforge/distinfo:1.12 pkgsrc/games/quakeforge/distinfo:1.13
--- pkgsrc/games/quakeforge/distinfo:1.12       Tue Nov  3 20:57:03 2015
+++ pkgsrc/games/quakeforge/distinfo    Sat Feb 18 14:01:22 2017
@@ -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_QF_mathlib.h) = d867
 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

Added files:

Index: pkgsrc/games/quakeforge/patches/patch-libs_util_quakeio.c
diff -u /dev/null pkgsrc/games/quakeforge/patches/patch-libs_util_quakeio.c:1.1
--- /dev/null   Sat Feb 18 14:01:22 2017
+++ pkgsrc/games/quakeforge/patches/patch-libs_util_quakeio.c   Sat Feb 18 14:01:22 2017
@@ -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