summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-09-20 12:39:07 +0000
committersno <sno@pkgsrc.org>2009-09-20 12:39:07 +0000
commit23a89b6f1272c3cb7deeff1b0a07fa6bd6cc2778 (patch)
treee313fca1f599715b2d8065ed317591fef4d90e08 /chat/telepathy-idle
parentd64ca031fcd1b65794c7fd2c9955686e65927bb5 (diff)
downloadpkgsrc-23a89b6f1272c3cb7deeff1b0a07fa6bd6cc2778.tar.gz
fix patch for DragonFlyBSD to work for FreeBSD, too
Diffstat (limited to 'chat/telepathy-idle')
-rw-r--r--chat/telepathy-idle/distinfo4
-rw-r--r--chat/telepathy-idle/patches/patch-ab17
2 files changed, 13 insertions, 8 deletions
diff --git a/chat/telepathy-idle/distinfo b/chat/telepathy-idle/distinfo
index 6b79f1f2f13..6b996cc98d4 100644
--- a/chat/telepathy-idle/distinfo
+++ b/chat/telepathy-idle/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2009/08/16 19:22:49 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/09/20 12:39:07 sno Exp $
SHA1 (telepathy-idle-0.1.4.tar.gz) = d4ab472f6c8eb31b2d40746baf19b04d0aac123c
RMD160 (telepathy-idle-0.1.4.tar.gz) = 73c8415211778017b68b9647caf7bbc0080e786f
Size (telepathy-idle-0.1.4.tar.gz) = 436855 bytes
SHA1 (patch-aa) = 6f7a265074de47d765da698b62d7d941712c3607
-SHA1 (patch-ab) = eba557ce10d3030674b5f0f0ac085490bb953caa
+SHA1 (patch-ab) = d724d6c49bdbc0ddce87557cc9b0b0ca5a7efe17
diff --git a/chat/telepathy-idle/patches/patch-ab b/chat/telepathy-idle/patches/patch-ab
index c22096eb4fd..16edae8dd73 100644
--- a/chat/telepathy-idle/patches/patch-ab
+++ b/chat/telepathy-idle/patches/patch-ab
@@ -1,14 +1,19 @@
-$NetBSD: patch-ab,v 1.2 2009/08/16 19:22:49 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2009/09/20 12:39:07 sno Exp $
http://bugs.freedesktop.org/show_bug.cgi?id=23352
++ FreeBSD patch
---- 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 @@
+--- src/idle-server-connection.c.orig 2009-05-28 01:28:54.000000000 +0200
++++ src/idle-server-connection.c 2009-09-20 14:32:50.000000000 +0200
+@@ -28,9 +28,10 @@
#include <arpa/inet.h>
#include <fcntl.h>
-+#include <netinet/in.h>
- #include <netinet/tcp.h>
+-#include <netinet/tcp.h>
#include <sys/types.h>
#include <sys/socket.h>
++#include <netinet/in.h>
++#include <netinet/tcp.h>
+ #include <unistd.h>
+
+ #define IDLE_DEBUG_FLAG IDLE_DEBUG_NETWORK