pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xjump Including <sys/stat.h> for the file permis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1a4b166ca7e
branches:  trunk
changeset: 490640:a1a4b166ca7e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 16 20:10:56 2005 +0000

description:
Including <sys/stat.h> for the file permission constants. Fixes
pr#29494. Approved by wiz.

diffstat:

 games/xjump/distinfo         |   4 ++--
 games/xjump/patches/patch-ab |  18 +++++++++++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 76baef73c746 -r a1a4b166ca7e games/xjump/distinfo
--- a/games/xjump/distinfo      Wed Mar 16 20:03:57 2005 +0000
+++ b/games/xjump/distinfo      Wed Mar 16 20:10:56 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:12:04 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/16 20:10:56 rillig Exp $
 
 SHA1 (xjump_2.7.5.orig.tar.gz) = 7cf7f1269ef2cd0640575f924f6e7a39668939f2
 RMD160 (xjump_2.7.5.orig.tar.gz) = 4f801e6306aafff9b56da86cd3f7ecc7d1a5e0e7
 Size (xjump_2.7.5.orig.tar.gz) = 15940 bytes
 SHA1 (patch-aa) = c69b7c280b025fa45b3c0d12bb6bf3684891058c
-SHA1 (patch-ab) = e50d487dac355fb904287bc05f6621025332a4f5
+SHA1 (patch-ab) = c2031755f1faac0edb9a41b15cf29836b8732162
 SHA1 (patch-ac) = 3a8c3575119330d313709c4f99108c2157c22d01
diff -r 76baef73c746 -r a1a4b166ca7e games/xjump/patches/patch-ab
--- a/games/xjump/patches/patch-ab      Wed Mar 16 20:03:57 2005 +0000
+++ b/games/xjump/patches/patch-ab      Wed Mar 16 20:10:56 2005 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/03/12 00:01:18 snj Exp $
+$NetBSD: patch-ab,v 1.2 2005/03/16 20:10:56 rillig Exp $
 
---- record.c.orig      1997-11-08 08:41:40.000000000 +0100
-+++ record.c   2004-03-08 18:48:54.000000000 +0100
-@@ -182,13 +182,17 @@
+--- record.c.orig      Sat Nov  8 08:41:40 1997
++++ record.c   Wed Mar 16 20:42:21 2005
+@@ -14,6 +14,7 @@
+ #include<errno.h>
+ #include<ctype.h>
+ #include<pwd.h>
++#include<sys/stat.h>
+ 
+ #include"record.h"
+ 
+@@ -182,13 +183,17 @@ static void error( void )
  void init_record( void )
  {
    FILE *fp;
@@ -21,7 +29,7 @@
    flock( fileno(fp),LOCK_EX );
    read_record( fp );
    fclose( fp );
-@@ -233,15 +237,18 @@
+@@ -233,15 +238,18 @@ void save_record( int sc )
    FILE *fp;
    int i,r;
    int uid;



Home | Main Index | Thread Index | Old Index