pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/telepathy-idle Fix compile on DragonFly ('IPPROTO...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33688db59e9d
branches: trunk
changeset: 555884:33688db59e9d
user: hasso <hasso%pkgsrc.org@localhost>
date: Wed Mar 11 08:52:29 2009 +0000
description:
Fix compile on DragonFly ('IPPROTO_TCP' undeclared).
diffstat:
chat/telepathy-idle/distinfo | 3 ++-
chat/telepathy-idle/patches/patch-ab | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 536532cfea77 -r 33688db59e9d chat/telepathy-idle/distinfo
--- a/chat/telepathy-idle/distinfo Wed Mar 11 08:40:32 2009 +0000
+++ b/chat/telepathy-idle/distinfo Wed Mar 11 08:52:29 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/02/23 10:59:02 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/03/11 08:52:29 hasso Exp $
SHA1 (telepathy-idle-0.1.3.tar.gz) = 726f2b98cc062e0b7c32843b9fde5c08e4c370ae
RMD160 (telepathy-idle-0.1.3.tar.gz) = e0189fa1e52c575a5b7c08b6c8e49f55a6af51fd
Size (telepathy-idle-0.1.3.tar.gz) = 440782 bytes
SHA1 (patch-aa) = afbc537890d0fddbdef87115b9c45902a73180d7
+SHA1 (patch-ab) = 44f6dc02cc11601234f9bc7e719fce6a7dfee54c
diff -r 536532cfea77 -r 33688db59e9d chat/telepathy-idle/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-idle/patches/patch-ab Wed Mar 11 08:52:29 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2009/03/11 08:52:29 hasso Exp $
+
+--- src/idle-server-connection.c.orig 2009-03-11 09:06:07 +0200
++++ src/idle-server-connection.c 2009-03-11 09:06:17 +0200
+@@ -28,6 +28,7 @@
+
+ #include <arpa/inet.h>
+ #include <fcntl.h>
++#include <netinet/in.h>
+ #include <netinet/tcp.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
Home |
Main Index |
Thread Index |
Old Index