summaryrefslogtreecommitdiff
path: root/graphics/snx101view
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-22 18:32:00 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-22 18:32:00 +0000
commitcae350510a26182380b71ec1fe6d59abeb8f1229 (patch)
treef257090fc2ef415695199a35ae1eb63ecfda8fac /graphics/snx101view
parent277ce08e2806c692ca13e06b54f723d687dfa811 (diff)
downloadpkgsrc-cae350510a26182380b71ec1fe6d59abeb8f1229.tar.gz
Add DragonFly support.
Diffstat (limited to 'graphics/snx101view')
-rw-r--r--graphics/snx101view/distinfo6
-rw-r--r--graphics/snx101view/patches/patch-aa16
-rw-r--r--graphics/snx101view/patches/patch-ab16
-rw-r--r--graphics/snx101view/patches/patch-ac16
-rw-r--r--graphics/snx101view/patches/patch-ad16
5 files changed, 69 insertions, 1 deletions
diff --git a/graphics/snx101view/distinfo b/graphics/snx101view/distinfo
index 441714fb1da..fcb25846c4f 100644
--- a/graphics/snx101view/distinfo
+++ b/graphics/snx101view/distinfo
@@ -1,5 +1,9 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/04/22 18:32:00 joerg Exp $
SHA1 (snx101util-0.2.tar.gz) = 118b6b8ae8427d43ea275e14eaad116915e74bd8
RMD160 (snx101util-0.2.tar.gz) = f25f99cb1001f56a20c36f5e1747f7ad036d5a10
Size (snx101util-0.2.tar.gz) = 9983 bytes
+SHA1 (patch-aa) = e23574abe40ba5308663a2a98ec57d16210e5f52
+SHA1 (patch-ab) = 722d9f5a336e84a26ce0e7ee3567bc9430f32d8e
+SHA1 (patch-ac) = a34f1eceffbd309983867be0e850a43788e3a551
+SHA1 (patch-ad) = 8459c283f077ff56c5a1480375b84424acc341d5
diff --git a/graphics/snx101view/patches/patch-aa b/graphics/snx101view/patches/patch-aa
new file mode 100644
index 00000000000..d7f95ebf14f
--- /dev/null
+++ b/graphics/snx101view/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2006/04/22 18:32:00 joerg Exp $
+
+--- sonix.h.orig 2006-04-22 18:25:20.000000000 +0000
++++ sonix.h
+@@ -7,7 +7,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #define ISOBUF_SIZE 1023
+ #define WIDTH 320
diff --git a/graphics/snx101view/patches/patch-ab b/graphics/snx101view/patches/patch-ab
new file mode 100644
index 00000000000..0030be8615a
--- /dev/null
+++ b/graphics/snx101view/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2006/04/22 18:32:00 joerg Exp $
+
+--- sonix.c.orig 2006-04-22 18:25:30.000000000 +0000
++++ sonix.c
+@@ -40,7 +40,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include "sonix.h"
+ #include "sonixinit.h"
diff --git a/graphics/snx101view/patches/patch-ac b/graphics/snx101view/patches/patch-ac
new file mode 100644
index 00000000000..efc3f2b1221
--- /dev/null
+++ b/graphics/snx101view/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2006/04/22 18:32:00 joerg Exp $
+
+--- snx101view.c.orig 2006-04-22 18:25:52.000000000 +0000
++++ snx101view.c
+@@ -47,7 +47,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include <gtk/gtk.h>
+ #include <gdk_imlib.h>
diff --git a/graphics/snx101view/patches/patch-ad b/graphics/snx101view/patches/patch-ad
new file mode 100644
index 00000000000..759eaa995c0
--- /dev/null
+++ b/graphics/snx101view/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 18:32:00 joerg Exp $
+
+--- snx101shot.c.orig 2006-04-22 18:26:04.000000000 +0000
++++ snx101shot.c
+@@ -40,7 +40,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include "sonix.h"
+