pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/falcons-eye



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Aug 27 20:59:47 UTC 2016

Modified Files:
        pkgsrc/games/falcons-eye: distinfo
Added Files:
        pkgsrc/games/falcons-eye/patches: patch-win_jtp_jtp__gfl.c

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/falcons-eye/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.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/falcons-eye/distinfo
diff -u pkgsrc/games/falcons-eye/distinfo:1.20 pkgsrc/games/falcons-eye/distinfo:1.21
--- pkgsrc/games/falcons-eye/distinfo:1.20      Tue Nov  3 20:56:48 2015
+++ pkgsrc/games/falcons-eye/distinfo   Sat Aug 27 20:59:47 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 20:56:48 agc Exp $
+$NetBSD: distinfo,v 1.21 2016/08/27 20:59:47 joerg Exp $
 
 SHA1 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = f25a3b77925d247762d18b6f022500aac7c42b29
 RMD160 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = a94c3bbdec7a0c034acbe431071342b872c7acc5
@@ -24,4 +24,5 @@ SHA1 (patch-bh) = 65bf424d1e60b0ee9b9acc
 SHA1 (patch-bi) = 6b3d0d1eca3a23c3086155c1da3c2965d7092d5f
 SHA1 (patch-bj) = 281f1d3b8d9eafe7fbe7ca729861d4bdccea5a41
 SHA1 (patch-bk) = f234c26a95d179c4723676c180db95f26c84bb49
+SHA1 (patch-win_jtp_jtp__gfl.c) = 0afe313b292c63706e95a8c31dbbab1136187d0d
 SHA1 (patch-win_jtp_winjtp.c) = c304d5ddbb585b5cbf5b8f8f63280ecf1329e99c

Added files:

Index: pkgsrc/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c
diff -u /dev/null pkgsrc/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c:1.1
--- /dev/null   Sat Aug 27 20:59:47 2016
+++ pkgsrc/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c   Sat Aug 27 20:59:47 2016
@@ -0,0 +1,12 @@
+$NetBSD: patch-win_jtp_jtp__gfl.c,v 1.1 2016/08/27 20:59:47 joerg Exp $
+
+--- win/jtp/jtp_gfl.c.orig     2016-07-02 11:12:12.000000000 +0000
++++ win/jtp/jtp_gfl.c
+@@ -7,6 +7,7 @@
+ 
+ #include "jtp_def.h"
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include "jtp_gra.h"
+ #include "jtp_gfl.h"



Home | Main Index | Thread Index | Old Index