pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/centericq The utmp support is only used on Linux,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f50b0b6abab
branches:  trunk
changeset: 490431:8f50b0b6abab
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 10 14:13:24 2005 +0000

description:
The utmp support is only used on Linux, so conditionalize inclusion of
utmp.h on __linux__ as well.

diffstat:

 chat/centericq/distinfo         |   3 ++-
 chat/centericq/patches/patch-ad |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 78b0d5b3d432 -r 8f50b0b6abab chat/centericq/distinfo
--- a/chat/centericq/distinfo   Thu Mar 10 14:11:23 2005 +0000
+++ b/chat/centericq/distinfo   Thu Mar 10 14:13:24 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/03/10 14:13:24 tv Exp $
 
 SHA1 (centericq-4.13.0.tar.bz2) = e8d276c689dd2284ed82e4655fe8cbf843e545d6
 RMD160 (centericq-4.13.0.tar.bz2) = bc0f14bffce4777a233508694e0b10391337b320
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = b3e610a1a3b30a716215889b9f51c6de7e78fb22
 SHA1 (patch-ab) = 6d9beb28024666bbfef2e95cab648d7058f8136c
 SHA1 (patch-ac) = 74ae25e19bf5d250a407a937bf78405b38cc86da
+SHA1 (patch-ad) = be8ba5c952bf560b0758c97ba81c4faef04ffe49
diff -r 78b0d5b3d432 -r 8f50b0b6abab chat/centericq/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/centericq/patches/patch-ad   Thu Mar 10 14:13:24 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2005/03/10 14:13:24 tv Exp $
+
+--- kksystr-0.1/include/kkiproc.h.orig Tue Jul  9 13:07:29 2002
++++ kksystr-0.1/include/kkiproc.h
+@@ -9,7 +9,9 @@
+ #include <string.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#ifdef __linux__
+ #include <utmp.h>
++#endif
+ #include <string.h>
+ #include <ctype.h>
+ 



Home | Main Index | Thread Index | Old Index