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 patch for DragonFlyBSD to work...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b6656e29c1
branches:  trunk
changeset: 399482:31b6656e29c1
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Sep 20 12:39:07 2009 +0000

description:
fix patch for DragonFlyBSD to work for FreeBSD, too

diffstat:

 chat/telepathy-idle/distinfo         |   4 ++--
 chat/telepathy-idle/patches/patch-ab |  17 +++++++++++------
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 9b0c7e5888f6 -r 31b6656e29c1 chat/telepathy-idle/distinfo
--- a/chat/telepathy-idle/distinfo      Sun Sep 20 12:36:03 2009 +0000
+++ b/chat/telepathy-idle/distinfo      Sun Sep 20 12:39:07 2009 +0000
@@ -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 -r 9b0c7e5888f6 -r 31b6656e29c1 chat/telepathy-idle/patches/patch-ab
--- a/chat/telepathy-idle/patches/patch-ab      Sun Sep 20 12:36:03 2009 +0000
+++ b/chat/telepathy-idle/patches/patch-ab      Sun Sep 20 12:39:07 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index