pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xneko needs unistd.h
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbdd548f067a
branches: trunk
changeset: 593158:cbdd548f067a
user: dholland <dholland%pkgsrc.org@localhost>
date: Thu Sep 29 07:05:51 2011 +0000
description:
needs unistd.h
diffstat:
x11/xneko/distinfo | 4 ++--
x11/xneko/patches/patch-ab | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 1f87d6fcf25d -r cbdd548f067a x11/xneko/distinfo
--- a/x11/xneko/distinfo Wed Sep 28 19:54:07 2011 +0000
+++ b/x11/xneko/distinfo Thu Sep 29 07:05:51 2011 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2007/01/18 00:37:26 rillig Exp $
+$NetBSD: distinfo,v 1.9 2011/09/29 07:05:51 dholland Exp $
SHA1 (xneko.tar.gz) = f1eef2fcad823dce959489f7f6aecd0bcf8155c7
RMD160 (xneko.tar.gz) = 8876f0d72f525add21c1b716c02776a9b38b0a7e
Size (xneko.tar.gz) = 21111 bytes
SHA1 (patch-aa) = 7182275a529e62686fc95678d9617da4ba799c4e
-SHA1 (patch-ab) = f668f3858cb46a26d0a0897bd76adbd224c7179c
+SHA1 (patch-ab) = ed93533904fe017b7061dc18ab1a9674668b72dc
diff -r 1f87d6fcf25d -r cbdd548f067a x11/xneko/patches/patch-ab
--- a/x11/xneko/patches/patch-ab Wed Sep 28 19:54:07 2011 +0000
+++ b/x11/xneko/patches/patch-ab Thu Sep 29 07:05:51 2011 +0000
@@ -1,18 +1,19 @@
-$NetBSD: patch-ab,v 1.3 2003/06/08 10:43:23 abs Exp $
+$NetBSD: patch-ab,v 1.4 2011/09/29 07:05:51 dholland Exp $
--- xneko.c.orig Tue Jun 1 02:46:10 1993
+++ xneko.c
-@@ -139,6 +139,9 @@ static char sccsid[] = "@(#)xneko.c 8.1
+@@ -139,6 +139,10 @@ static char sccsid[] = "@(#)xneko.c 8.1
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
++#include <unistd.h>
+
#include <signal.h>
#include <math.h>
#include <sys/time.h>
-@@ -494,7 +497,7 @@ BitmapGCData BitmapGCDataTable[] =
+@@ -494,7 +498,7 @@ BitmapGCData BitmapGCDataTable[] =
&RightTogi1Xbm, rtogi1_bits, rtogi1_width, rtogi1_height },
{ &RightTogi2GC,
&RightTogi2Xbm, rtogi2_bits, rtogi2_width, rtogi2_height },
Home |
Main Index |
Thread Index |
Old Index