summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-14 18:53:21 +0000
committerhasso <hasso@pkgsrc.org>2009-03-14 18:53:21 +0000
commit807de83ec94d958c8f5eb9aa7a6fc071c28633f9 (patch)
tree63452da80845d5718e8f015566e1caec66bfea68
parent067ce692f323136ce6b1be368924fcbc8de5d8cc (diff)
downloadpkgsrc-807de83ec94d958c8f5eb9aa7a6fc071c28633f9.tar.gz
Make it build on DragonFly.
-rw-r--r--chat/telepathy-gabble/distinfo4
-rw-r--r--chat/telepathy-gabble/patches/patch-ac9
-rw-r--r--x11/fltk2/distinfo3
-rw-r--r--x11/fltk2/patches/patch-af13
4 files changed, 22 insertions, 7 deletions
diff --git a/chat/telepathy-gabble/distinfo b/chat/telepathy-gabble/distinfo
index d03763f1e82..9bb29454b1f 100644
--- a/chat/telepathy-gabble/distinfo
+++ b/chat/telepathy-gabble/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2009/02/23 11:05:03 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/03/14 18:53:21 hasso Exp $
SHA1 (telepathy-gabble-0.7.21.tar.gz) = b6c19456ace1812e98c69b52648b324fdf6f1faa
RMD160 (telepathy-gabble-0.7.21.tar.gz) = 3f2ba18a09bab5bc9fb1f58ce3dd5922f8a3fcbc
Size (telepathy-gabble-0.7.21.tar.gz) = 1597740 bytes
SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c
SHA1 (patch-ab) = 13941682938233289efe12328f1cf0b325475700
-SHA1 (patch-ac) = f36bceb45e8ac89b463d7e4526957b055e2dfe84
+SHA1 (patch-ac) = 143af77c7b31a6c42feb94cc5efd01e749a47043
diff --git a/chat/telepathy-gabble/patches/patch-ac b/chat/telepathy-gabble/patches/patch-ac
index 3421ac26f03..39664e1a202 100644
--- a/chat/telepathy-gabble/patches/patch-ac
+++ b/chat/telepathy-gabble/patches/patch-ac
@@ -1,12 +1,13 @@
-$NetBSD: patch-ac,v 1.1 2009/01/17 20:36:28 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2009/03/14 18:53:21 hasso Exp $
---- lib/gibber/gibber-util.h.orig 2008-12-18 17:41:05.000000000 +0100
-+++ lib/gibber/gibber-util.h
-@@ -21,6 +21,7 @@
+--- lib/gibber/gibber-util.h.orig 2009-02-19 19:25:00 +0200
++++ lib/gibber/gibber-util.h 2009-03-14 18:58:53 +0200
+@@ -21,6 +21,8 @@
#define __GIBBER_UTIL_H__
#include <netdb.h>
+#include <netinet/in.h>
++#include <sys/socket.h>
#include <glib.h>
diff --git a/x11/fltk2/distinfo b/x11/fltk2/distinfo
index 996532150d8..ec932e453cb 100644
--- a/x11/fltk2/distinfo
+++ b/x11/fltk2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/05/25 15:29:19 joerg Exp $
+$NetBSD: distinfo,v 1.2 2009/03/14 19:24:48 hasso Exp $
SHA1 (fltk-2.0.x-r6129.tar.bz2) = fafb9e5309127e5dd3e127ecf83f410312a427b5
RMD160 (fltk-2.0.x-r6129.tar.bz2) = a43d9603fdbf12fd0deefbad7e5ef5dd8f0a1c6f
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = bf71acd8c34f2dedbe3e9ace6662db151dcf6240
SHA1 (patch-ac) = 5fdd8cfe380b6eb2b25f62f809e256e5c0f5dede
SHA1 (patch-ad) = 21e2f9cb1406c989a83cac37a9ce39ee462f6088
SHA1 (patch-ae) = 8711184bfcbc2882d115e06cb9716c37349b04c3
+SHA1 (patch-af) = ff5648e8c6b935bccb77a8afe09d247f3313c76a
diff --git a/x11/fltk2/patches/patch-af b/x11/fltk2/patches/patch-af
new file mode 100644
index 00000000000..daf9dca1bef
--- /dev/null
+++ b/x11/fltk2/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2009/03/14 19:24:48 hasso Exp $
+
+--- fltk/x11.h.orig 2009-03-14 20:59:13 +0200
++++ fltk/x11.h 2009-03-14 20:59:37 +0200
+@@ -67,7 +67,7 @@ header files directly.
+
+ # undef Window
+
+-# if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
++# if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__DragonFly__)
+ typedef unsigned long ulong;
+ typedef unsigned int uint;
+ typedef unsigned char uchar;