pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/orbital_eunuchs_sniper Add missing include to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef2861d073ca
branches:  trunk
changeset: 480476:ef2861d073ca
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Sep 10 19:02:55 2004 +0000

description:
Add missing include to make this compile on NetBSD 1.6.

diffstat:

 games/orbital_eunuchs_sniper/distinfo         |   3 ++-
 games/orbital_eunuchs_sniper/patches/patch-ad |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r c62f158f9880 -r ef2861d073ca games/orbital_eunuchs_sniper/distinfo
--- a/games/orbital_eunuchs_sniper/distinfo     Fri Sep 10 18:53:40 2004 +0000
+++ b/games/orbital_eunuchs_sniper/distinfo     Fri Sep 10 19:02:55 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/23 16:07:15 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/09/10 19:02:55 kristerw Exp $
 
 SHA1 (orbital_eunuchs_sniper-1.29.tar.gz) = c5c33de0645c717b35e6eff7c88946e9de65b866
 Size (orbital_eunuchs_sniper-1.29.tar.gz) = 4043177 bytes
 SHA1 (patch-aa) = 05ce263d290c8508c49d0902418ed56d9f129cb9
 SHA1 (patch-ab) = 23fc32880df6c5457fd2f303988e24d9de76b587
 SHA1 (patch-ac) = d2e2e7f5f96248c6327f3a29ae714c8aff55b3b8
+SHA1 (patch-ad) = 26cb30987fa82ff2e756b09bcba513703c37642f
diff -r c62f158f9880 -r ef2861d073ca games/orbital_eunuchs_sniper/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/orbital_eunuchs_sniper/patches/patch-ad     Fri Sep 10 19:02:55 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2004/09/10 19:02:56 kristerw Exp $
+
+--- src/snipe2d.cpp.orig       Fri Sep 10 20:18:30 2004
++++ src/snipe2d.cpp    Fri Sep 10 20:21:16 2004
+@@ -8,8 +8,7 @@
+ ///////////////////////////////////////////////
+ // License
+ ///////////////////////////////////////////////
+-// 
+-//     This software is provided 'as-is', without any express or implied
++// //     This software is provided 'as-is', without any express or implied
+ //     warranty.    In no event will the authors be held liable for any damages
+ //     arising from the use of this software.
+ // 
+@@ -37,6 +36,7 @@
+ 
+ #include "snipe2d.h"
+ //#include <getopt.h>
++#include <limits.h>
+ #include "binds.h"
+ 
+ PREFS gPrefs;



Home | Main Index | Thread Index | Old Index