pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Apply patch from FreeBSD ports -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b0c7e5888f6
branches:  trunk
changeset: 399481:9b0c7e5888f6
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Sep 20 12:36:03 2009 +0000

description:
Apply patch from FreeBSD ports - FreeBSD's <net/if.h> doesn't include
sys/socket.h ...

diffstat:

 chat/telepathy-gabble/distinfo         |   3 ++-
 chat/telepathy-gabble/patches/patch-ad |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 6078ec1132da -r 9b0c7e5888f6 chat/telepathy-gabble/distinfo
--- a/chat/telepathy-gabble/distinfo    Sun Sep 20 12:15:03 2009 +0000
+++ b/chat/telepathy-gabble/distinfo    Sun Sep 20 12:36:03 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2009/08/16 18:46:27 wiz Exp $
+$NetBSD: distinfo,v 1.7 2009/09/20 12:36:03 sno Exp $
 
 SHA1 (telepathy-gabble-0.7.21.tar.gz) = b6c19456ace1812e98c69b52648b324fdf6f1faa
 RMD160 (telepathy-gabble-0.7.21.tar.gz) = 3f2ba18a09bab5bc9fb1f58ce3dd5922f8a3fcbc
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c
 SHA1 (patch-ab) = 15bf26b3b3be950db46b63b8904e98f52d5e2547
 SHA1 (patch-ac) = afe4969ae0845dc1ac07881beaa90713c0d65490
+SHA1 (patch-ad) = 9eab302f5b2a754b55bd9d0f4d6262fd04e1c444
diff -r 6078ec1132da -r 9b0c7e5888f6 chat/telepathy-gabble/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/patches/patch-ad    Sun Sep 20 12:36:03 2009 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1 2009/09/20 12:36:03 sno Exp $
+
+Apply patch from FreeBSD ports - FreeBSD's <net/if.h> doesn't include
+sys/socket.h ...
+
+--- src/bytestream-socks5.c.orig       2009-09-20 14:18:46.000000000 +0200
++++ src/bytestream-socks5.c    2009-09-20 14:24:08.000000000 +0200
+@@ -21,6 +21,10 @@
+ #include "config.h"
+ #include "bytestream-socks5.h"
+ 
++#ifdef __FreeBSD__
++#include <sys/socket.h>
++#include <sys/types.h>
++#endif
+ #include <arpa/inet.h>
+ #include <errno.h>
+ #include <fcntl.h>



Home | Main Index | Thread Index | Old Index