summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-salut/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-08 15:12:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-08 15:12:15 +0800
commitc0bb082512b7e2bd9f27b2b51adc0f13f9ad034b (patch)
tree7b2fd3c67bcb6ef5cd7ace43caf89a1c82f96f56 /net-im/telepathy-salut/files
parent182ab08e651fa692a384c2e5023a1fc256b7c845 (diff)
downloadmarcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.gz
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.bz2
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.lz
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.xz
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.zst
marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.zip
Update to 0.3.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut/files')
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c12
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c11
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c10
-rw-r--r--net-im/telepathy-salut/files/patch-src_salut-contact.h11
-rw-r--r--net-im/telepathy-salut/files/patch-src_salut-self.c10
9 files changed, 94 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h
new file mode 100644
index 000000000..2bea200aa
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h
@@ -0,0 +1,10 @@
+--- lib/gibber/gibber-bytestream-oob.h.orig 2008-01-17 00:55:20.000000000 -0500
++++ lib/gibber/gibber-bytestream-oob.h 2008-01-17 00:55:54.000000000 -0500
+@@ -22,6 +22,7 @@
+
+ #include <glib-object.h>
+
++#include <netinet/in.h>
+ #include <netdb.h>
+
+ #include "gibber-bytestream-iface.h"
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c
new file mode 100644
index 000000000..4d69b0f55
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c
@@ -0,0 +1,10 @@
+--- lib/gibber/gibber-muc-connection.c.orig Sun Jun 24 15:48:48 2007
++++ lib/gibber/gibber-muc-connection.c Sun Jun 24 15:49:19 2007
+@@ -18,6 +18,7 @@
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
++#include <netinet/in.h>
+
+ #include <stdio.h>
+ #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c
new file mode 100644
index 000000000..e359cdf2f
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c
@@ -0,0 +1,12 @@
+--- lib/gibber/gibber-resolver.c.orig 2008-07-08 23:50:38.000000000 -0400
++++ lib/gibber/gibber-resolver.c 2008-07-08 23:50:49.000000000 -0400
+@@ -735,7 +735,9 @@ gibber_resolver_gai_error_to_g_error (in
+ break;
+
+ case EAI_MEMORY:
++#ifdef EAI_OVERFLOW
+ case EAI_OVERFLOW:
++#endif
+ code = GIBBER_RESOLVER_ERROR_MEMORY;
+ break;
+
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c
new file mode 100644
index 000000000..a3b3f8ef4
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c
@@ -0,0 +1,10 @@
+--- lib/gibber/gibber-tcp-transport.c.orig Thu Apr 19 16:54:23 2007
++++ lib/gibber/gibber-tcp-transport.c Thu Apr 19 16:54:46 2007
+@@ -18,6 +18,7 @@
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
++#include <netinet/in.h>
+
+ #include <stdio.h>
+ #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c
new file mode 100644
index 000000000..be92164c0
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c
@@ -0,0 +1,11 @@
+--- lib/gibber/gibber-util.c.orig 2008-01-17 00:59:24.000000000 -0500
++++ lib/gibber/gibber-util.c 2008-01-17 00:59:48.000000000 -0500
+@@ -18,6 +18,8 @@
+ */
+
+
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h
new file mode 100644
index 000000000..d6eb90222
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h
@@ -0,0 +1,10 @@
+--- lib/gibber/gibber-util.h.orig 2008-01-17 00:57:54.000000000 -0500
++++ lib/gibber/gibber-util.h 2008-01-17 00:58:06.000000000 -0500
+@@ -21,6 +21,7 @@
+ #define __GIBBER_UTIL_H__
+
+ #include <netdb.h>
++#include <netinet/in.h>
+
+ #include <glib.h>
+
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c
new file mode 100644
index 000000000..7d0cabfe1
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c
@@ -0,0 +1,10 @@
+--- lib/gibber/gibber-xmpp-connection-listener.c.orig 2008-01-17 00:56:23.000000000 -0500
++++ lib/gibber/gibber-xmpp-connection-listener.c 2008-01-17 00:56:46.000000000 -0500
+@@ -24,6 +24,7 @@
+ #include <time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <unistd.h>
+ #include <errno.h>
diff --git a/net-im/telepathy-salut/files/patch-src_salut-contact.h b/net-im/telepathy-salut/files/patch-src_salut-contact.h
new file mode 100644
index 000000000..b27d1b466
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-src_salut-contact.h
@@ -0,0 +1,11 @@
+--- src/salut-contact.h.orig Thu Apr 19 17:06:44 2007
++++ src/salut-contact.h Thu Apr 19 17:08:20 2007
+@@ -20,6 +20,8 @@
+ #ifndef __SALUT_CONTACT_H__
+ #define __SALUT_CONTACT_H__
+
++#include <sys/socket.h>
++
+ #include <netinet/in.h>
+ #include <glib-object.h>
+
diff --git a/net-im/telepathy-salut/files/patch-src_salut-self.c b/net-im/telepathy-salut/files/patch-src_salut-self.c
new file mode 100644
index 000000000..27bb5b5a7
--- /dev/null
+++ b/net-im/telepathy-salut/files/patch-src_salut-self.c
@@ -0,0 +1,10 @@
+--- src/salut-self.c.orig Thu Apr 19 17:09:13 2007
++++ src/salut-self.c Thu Apr 19 17:10:24 2007
+@@ -24,6 +24,7 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <errno.h>
+