- unbreak and update telepathy-idle to 0.1.4
now x11/gnome/empathy can also be used as an irc client
This commit is contained in:
parent
92f4fa9a6c
commit
546e907d5a
@ -1,13 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/04/26 11:01:05 ajacoutot Exp $
|
||||
|
||||
BROKEN= too many issues with setting this up
|
||||
# $OpenBSD: Makefile,v 1.11 2009/06/02 04:46:29 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, IRC component
|
||||
|
||||
DISTNAME= telepathy-idle-0.1.2
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
DISTNAME= telepathy-idle-0.1.4
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-idle}
|
||||
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-idle/}
|
||||
|
||||
WANTLIB= c crypto dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 \
|
||||
pcre pthread ssl
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (telepathy-idle-0.1.2.tar.gz) = Ib/anh+hLiW0Fz3rn/0LXQ==
|
||||
RMD160 (telepathy-idle-0.1.2.tar.gz) = Ekyga6gHcBbA3qVPBjWoZSBJAYs=
|
||||
SHA1 (telepathy-idle-0.1.2.tar.gz) = yP+iCLGNsae3+II3u8UWfGpYXwM=
|
||||
SHA256 (telepathy-idle-0.1.2.tar.gz) = PtDLXdaH5Nn6g4oxj57xKowiGJT/GIaHwnYl8Kw7zoI=
|
||||
SIZE (telepathy-idle-0.1.2.tar.gz) = 405694
|
||||
MD5 (telepathy-idle-0.1.4.tar.gz) = pYk+4vni0wvkzIYxJHnZnw==
|
||||
RMD160 (telepathy-idle-0.1.4.tar.gz) = c8hBUhF3gBe2i5ZHyve7wAgOeG8=
|
||||
SHA1 (telepathy-idle-0.1.4.tar.gz) = 1KtHL2yOsxstQHRrrxmwTQqsEjw=
|
||||
SHA256 (telepathy-idle-0.1.4.tar.gz) = Y52fGBYxT9Uu08vivy8OL2hbBJuSbppcCRJR3Nye6I0=
|
||||
SIZE (telepathy-idle-0.1.4.tar.gz) = 436855
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2009/01/22 17:14:24 jasper Exp $
|
||||
--- configure.orig Sat Oct 27 16:43:14 2007
|
||||
+++ configure Sat Oct 27 16:43:29 2007
|
||||
@@ -21747,7 +21747,7 @@ echo "$as_me: error: dbus-binding-tool (from dbus-glib
|
||||
$OpenBSD: patch-configure,v 1.3 2009/06/02 04:46:29 jasper Exp $
|
||||
--- configure.orig Mon Jun 1 20:17:29 2009
|
||||
+++ configure Mon Jun 1 20:17:54 2009
|
||||
@@ -13522,7 +13522,7 @@ $as_echo "$as_me: error: xsltproc (from the libxslt so
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
PYTHON=
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_idle-parser_c,v 1.1.1.1 2007/10/27 16:18:54 jasper Exp $
|
||||
--- src/idle-parser.c.orig Fri Oct 12 22:13:36 2007
|
||||
+++ src/idle-parser.c Fri Oct 12 22:25:39 2007
|
||||
@@ -195,7 +195,9 @@ void idle_parser_receive(IdleParser *parser, const gch
|
||||
$OpenBSD: patch-src_idle-parser_c,v 1.2 2009/06/02 04:46:29 jasper Exp $
|
||||
--- src/idle-parser.c.orig Fri Mar 27 17:24:50 2009
|
||||
+++ src/idle-parser.c Mon Jun 1 20:18:04 2009
|
||||
@@ -207,7 +207,9 @@ void idle_parser_receive(IdleParser *parser, const gch
|
||||
|
||||
g_assert(msg != NULL);
|
||||
|
||||
|
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-src_idle-server-connection_c,v 1.1 2009/06/02 04:46:29 jasper Exp $
|
||||
--- src/idle-server-connection.c.orig Mon Jun 1 20:20:58 2009
|
||||
+++ src/idle-server-connection.c Mon Jun 1 20:21:19 2009
|
||||
@@ -26,11 +26,13 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
+#include <netdb.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define IDLE_DEBUG_FLAG IDLE_DEBUG_NETWORK
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/01/03 21:27:25 kili Exp $
|
||||
@bin bin/telepathy-idle
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/06/02 04:46:29 jasper Exp $
|
||||
@bin libexec/telepathy-idle
|
||||
@man man/man8/telepathy-idle.8
|
||||
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
|
||||
share/telepathy/
|
||||
share/telepathy/managers/
|
||||
|
Loading…
Reference in New Issue
Block a user