pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d0a1e9715c8
branches:  trunk
changeset: 553217:2d0a1e9715c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 17 20:36:28 2009 +0000

description:
Fix build.
Addresses PR 40399 by Derouiche.

diffstat:

 chat/telepathy-gabble/distinfo         |   4 +++-
 chat/telepathy-gabble/patches/patch-ab |  12 ++++++++++++
 chat/telepathy-gabble/patches/patch-ac |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r a25e0f2dccac -r 2d0a1e9715c8 chat/telepathy-gabble/distinfo
--- a/chat/telepathy-gabble/distinfo    Sat Jan 17 19:00:14 2009 +0000
+++ b/chat/telepathy-gabble/distinfo    Sat Jan 17 20:36:28 2009 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.2 2009/01/13 10:55:15 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/01/17 20:36:28 wiz Exp $
 
 SHA1 (telepathy-gabble-0.7.18.tar.gz) = d5ec712bd598fc332d092251690ca2e7d05dd14b
 RMD160 (telepathy-gabble-0.7.18.tar.gz) = 585d0eb52cf4e092aaffa42f399928b7bdbbbfb5
 Size (telepathy-gabble-0.7.18.tar.gz) = 1474712 bytes
 SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c
+SHA1 (patch-ab) = 13941682938233289efe12328f1cf0b325475700
+SHA1 (patch-ac) = f36bceb45e8ac89b463d7e4526957b055e2dfe84
diff -r a25e0f2dccac -r 2d0a1e9715c8 chat/telepathy-gabble/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/patches/patch-ab    Sat Jan 17 20:36:28 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2009/01/17 20:36:28 wiz Exp $
+
+--- lib/gibber/gibber-fd-transport.h.orig      2008-12-18 17:41:05.000000000 +0100
++++ lib/gibber/gibber-fd-transport.h
+@@ -25,6 +25,7 @@
+ 
+ #include <sys/socket.h>
+ #include <netdb.h>
++#include <netinet/in.h>
+ 
+ #include "gibber-transport.h"
+ 
diff -r a25e0f2dccac -r 2d0a1e9715c8 chat/telepathy-gabble/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/patches/patch-ac    Sat Jan 17 20:36:28 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2009/01/17 20:36:28 wiz Exp $
+
+--- lib/gibber/gibber-util.h.orig      2008-12-18 17:41:05.000000000 +0100
++++ lib/gibber/gibber-util.h
+@@ -21,6 +21,7 @@
+ #define __GIBBER_UTIL_H__
+ 
+ #include <netdb.h>
++#include <netinet/in.h>
+ 
+ #include <glib.h>
+ 



Home | Main Index | Thread Index | Old Index