- update telepathy-gabble to 0.7.18

This commit is contained in:
jasper 2009-01-20 10:28:28 +00:00
parent 2e7e50b508
commit cfa1438747
7 changed files with 63 additions and 14 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2009/01/19 10:57:32 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2009/01/20 10:28:28 jasper Exp $
COMMENT= flexible communications framework, xmpp component
DISTNAME= telepathy-gabble-0.7.17
PKGNAME= ${DISTNAME}p2
DISTNAME= telepathy-gabble-0.7.18
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-gabble/}

View File

@ -1,5 +1,5 @@
MD5 (telepathy-gabble-0.7.17.tar.gz) = vB/QcpxwEaLLqhrinptgtQ==
RMD160 (telepathy-gabble-0.7.17.tar.gz) = QD5dMMQfO/avbbwuozMKVqBt/Q4=
SHA1 (telepathy-gabble-0.7.17.tar.gz) = B25y/lTc3FjJwSER8rRY/KWBAxs=
SHA256 (telepathy-gabble-0.7.17.tar.gz) = F4d0Piuv4sV3S8bVruIvIEkS5UBa0qnP/ZrwqlPhFRg=
SIZE (telepathy-gabble-0.7.17.tar.gz) = 1487853
MD5 (telepathy-gabble-0.7.18.tar.gz) = gHJgA3vnCIK+O822sm/wMQ==
RMD160 (telepathy-gabble-0.7.18.tar.gz) = WF0OtSz04JKq/6QvOZkot727v7U=
SHA1 (telepathy-gabble-0.7.18.tar.gz) = 1exxK9WY/DMtCSJRaQyi59Bd0Us=
SHA256 (telepathy-gabble-0.7.18.tar.gz) = LT8MOwaLMjvdN/XQLW/Bz8RnAUqi+SvOv5GlshCBoUE=
SIZE (telepathy-gabble-0.7.18.tar.gz) = 1474712

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.4 2008/12/22 23:58:58 jasper Exp $
--- configure.orig Tue Dec 23 00:55:02 2008
+++ configure Tue Dec 23 00:55:34 2008
@@ -21411,7 +21411,7 @@ fi
$OpenBSD: patch-configure,v 1.5 2009/01/20 10:28:28 jasper Exp $
--- configure.orig Tue Jan 20 10:52:27 2009
+++ configure Tue Jan 20 10:53:08 2009
@@ -12449,7 +12449,7 @@ fi
# >= 2.3 with the standard library will do. We prefer older versions,
# to ensure that when we claim that 2.3 is sufficient we are telling the truth.
PYTHON=
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.4 2008/12/22 23:58:58 jasper Exp $
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -21462,7 +21462,7 @@ fi
@@ -12500,7 +12500,7 @@ fi
# Check for a Python >= 2.5 with Twisted, to run the tests
{ echo "$as_me:$LINENO: checking for Python >= 2.5 with Twisted and XMPP protocol support" >&5
echo $ECHO_N "checking for Python >= 2.5 with Twisted and XMPP protocol support... $ECHO_C" >&6; }

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-lib_gibber_gibber-fd-transport_h,v 1.1 2009/01/20 10:28:28 jasper Exp $
--- lib/gibber/gibber-fd-transport.h.orig Tue Jan 20 10:56:59 2009
+++ lib/gibber/gibber-fd-transport.h Tue Jan 20 11:01:25 2009
@@ -23,8 +23,12 @@
#include <glib-object.h>
+#include <sys/types.h>
#include <sys/socket.h>
+
#include <netdb.h>
+
+#include <netinet/in.h>
#include "gibber-transport.h"

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-lib_gibber_gibber-util_h,v 1.1 2009/01/20 10:28:28 jasper Exp $
--- lib/gibber/gibber-util.h.orig Tue Jan 20 11:00:42 2009
+++ lib/gibber/gibber-util.h Tue Jan 20 11:01:28 2009
@@ -20,7 +20,12 @@
#ifndef __GIBBER_UTIL_H__
#define __GIBBER_UTIL_H__
+#include <sys/types.h>
+#include <sys/socket.h>
+
#include <netdb.h>
+
+#include <netinet/in.h>
#include <glib.h>

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-src_bytestream-socks5_h,v 1.1 2009/01/20 10:28:28 jasper Exp $
--- src/bytestream-socks5.h.orig Tue Jan 20 11:10:53 2009
+++ src/bytestream-socks5.h Tue Jan 20 11:11:28 2009
@@ -20,6 +20,13 @@
#ifndef __GABBLE_BYTESTREAM_SOCKS5_H__
#define __GABBLE_BYTESTREAM_SOCKS5_H__
+#include <sys/types.h>
+#include <sys/socket.h>
+
+#include <netdb.h>
+
+#include <netinet/in.h>
+
#include <stdlib.h>
#include <glib-object.h>

View File

@ -1,10 +1,11 @@
@comment $OpenBSD: PLIST,v 1.3 2008/10/27 00:06:00 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2009/01/20 10:28:28 jasper Exp $
@bin libexec/telepathy-gabble
@man man/man8/telepathy-gabble.8
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
share/doc/telepathy-gabble/
share/doc/telepathy-gabble/muc-bytestream.html
share/doc/telepathy-gabble/olpc.html
share/doc/telepathy-gabble/si-multiple.html
share/doc/telepathy-gabble/tubes.html
share/telepathy/
share/telepathy/managers/