pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/basket Missing unistd.h include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6eb76755ba9
branches:  trunk
changeset: 530211:a6eb76755ba9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 18 22:53:32 2007 +0000

description:
Missing unistd.h include.

diffstat:

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

diffs (27 lines):

diff -r 4bbd3b050dc3 -r a6eb76755ba9 misc/basket/distinfo
--- a/misc/basket/distinfo      Mon Jun 18 22:45:42 2007 +0000
+++ b/misc/basket/distinfo      Mon Jun 18 22:53:32 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/10 21:04:27 seb Exp $
+$NetBSD: distinfo,v 1.2 2007/06/18 22:53:32 joerg Exp $
 
 SHA1 (basket-1.0.2.tar.gz) = 8f227c45d84e3739750d39b32700b3329b8c3c84
 RMD160 (basket-1.0.2.tar.gz) = 02e5a9bea054f0dc2aaa5c7f916a106dc970a1fd
 Size (basket-1.0.2.tar.gz) = 6046068 bytes
+SHA1 (patch-aa) = 204154819ad1d53ec8d8c2e7ff25c6f508e9b311
diff -r 4bbd3b050dc3 -r a6eb76755ba9 misc/basket/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/basket/patches/patch-aa      Mon Jun 18 22:53:32 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/18 22:53:32 joerg Exp $
+
+--- src/likeback.cpp.orig      2007-06-18 22:37:38.000000000 +0000
++++ src/likeback.cpp
+@@ -48,6 +48,7 @@
+ #include <kdebug.h>
+ 
+ #include <pwd.h>
++#include <unistd.h>
+ 
+ #include <iostream>
+ 



Home | Main Index | Thread Index | Old Index