pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/dasher Anothing missing include of unistd.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a68e02c0e6
branches:  trunk
changeset: 527986:35a68e02c0e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 17 20:31:34 2007 +0000

description:
Anothing missing include of unistd.h.

diffstat:

 editors/dasher/distinfo         |   3 ++-
 editors/dasher/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1562b60d70a2 -r 35a68e02c0e6 editors/dasher/distinfo
--- a/editors/dasher/distinfo   Tue Apr 17 19:57:47 2007 +0000
+++ b/editors/dasher/distinfo   Tue Apr 17 20:31:34 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.19 2007/04/11 18:19:44 drochner Exp $
+$NetBSD: distinfo,v 1.20 2007/04/17 20:31:34 joerg Exp $
 
 SHA1 (dasher-4.4.1.tar.bz2) = ecf3864e246e09e938c8b8c87518965a43a0695c
 RMD160 (dasher-4.4.1.tar.bz2) = 182793011215bb9bfb515fc4d60c829d1372c705
 Size (dasher-4.4.1.tar.bz2) = 6779949 bytes
+SHA1 (patch-aa) = 52a3e82bef8595efcf9aab0d5c53931fd9c9f7a7
 SHA1 (patch-ab) = a5dac2d9f8a59ee4ea4370fa5b75e8e0f008fdbd
diff -r 1562b60d70a2 -r 35a68e02c0e6 editors/dasher/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/patches/patch-aa   Tue Apr 17 20:31:34 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.7 2007/04/17 20:31:35 joerg Exp $
+
+--- Src/Gtk2/dasher_main.cpp.orig      2007-04-17 19:50:29.000000000 +0000
++++ Src/Gtk2/dasher_main.cpp
+@@ -1,5 +1,7 @@
+ #include "config.h"
+ 
++#include <unistd.h>
++
+ #include <gdk/gdk.h>
+ #include <gdk/gdkx.h>
+ #include <glade/glade.h>



Home | Main Index | Thread Index | Old Index