pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9823d454452
branches:  trunk
changeset: 511815:b9823d454452
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 22 18:18:38 2006 +0000

description:
Add DragonFly support.

diffstat:

 graphics/phpsview/distinfo         |   7 ++++++-
 graphics/phpsview/patches/patch-aa |  16 ++++++++++++++++
 graphics/phpsview/patches/patch-ab |  16 ++++++++++++++++
 graphics/phpsview/patches/patch-ac |  16 ++++++++++++++++
 graphics/phpsview/patches/patch-ad |  16 ++++++++++++++++
 graphics/phpsview/patches/patch-ae |  16 ++++++++++++++++
 graphics/qcamview/distinfo         |   7 ++++++-
 graphics/qcamview/patches/patch-ab |  16 ++++++++++++++++
 graphics/qcamview/patches/patch-ac |  16 ++++++++++++++++
 graphics/qcamview/patches/patch-ad |  16 ++++++++++++++++
 graphics/qcamview/patches/patch-ae |  16 ++++++++++++++++
 graphics/qcamview/patches/patch-af |  16 ++++++++++++++++
 12 files changed, 172 insertions(+), 2 deletions(-)

diffs (236 lines):

diff -r 1796f5662c14 -r b9823d454452 graphics/phpsview/distinfo
--- a/graphics/phpsview/distinfo        Sat Apr 22 18:06:30 2006 +0000
+++ b/graphics/phpsview/distinfo        Sat Apr 22 18:18:38 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/10/16 12:47:24 jdolecek Exp $
+$NetBSD: distinfo,v 1.5 2006/04/22 18:18:38 joerg Exp $
 
 SHA1 (pwc-9.0.2.tar.gz) = 6d5b3e66bdc70c3e22b318da7c69242af5b9605b
 RMD160 (pwc-9.0.2.tar.gz) = 359b6d117e0eb3dd2582f1d399325cc65a2f7a8e
@@ -6,3 +6,8 @@
 SHA1 (pwc-9.0.2-bsd-0.03.patch.gz) = 83b22d2794d9244eccec92a553077d07057af979
 RMD160 (pwc-9.0.2-bsd-0.03.patch.gz) = 188a5b03626fcd348b768ec3ec3063bb912fd66b
 Size (pwc-9.0.2-bsd-0.03.patch.gz) = 19679 bytes
+SHA1 (patch-aa) = 58a41ec62139e11d96af8602a7b0699a3fb57163
+SHA1 (patch-ab) = c10923feff357485dda1c112a6403d5edd3deccb
+SHA1 (patch-ac) = 56ef232c406aabdc3fc34e81925e2370410a94ad
+SHA1 (patch-ad) = 3683b01e56340ab2d0f79505171235a90434a15b
+SHA1 (patch-ae) = c68639358801340fcceaaf2b5d2167913c30993b
diff -r 1796f5662c14 -r b9823d454452 graphics/phpsview/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/phpsview/patches/patch-aa        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/linux_usbif.c.orig     2006-04-22 18:10:49.000000000 +0000
++++ 2.4/linux_usbif.c
+@@ -27,7 +27,11 @@
+ 
+ #include <ctype.h>
+ #include <sys/ioctl.h>
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #include "linux_usbif.h"
+ 
diff -r 1796f5662c14 -r b9823d454452 graphics/phpsview/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/phpsview/patches/patch-ab        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/linux_usbif.h.orig     2006-04-22 18:11:24.000000000 +0000
++++ 2.4/linux_usbif.h
+@@ -11,7 +11,11 @@
+ #include <string.h>
+ #include <err.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #define USB_DIR_OUT                   UT_WRITE
+ #define USB_DIR_IN                    UT_READ
diff -r 1796f5662c14 -r b9823d454452 graphics/phpsview/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/phpsview/patches/patch-ac        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/phpsshot.c.orig        2006-04-22 18:11:36.000000000 +0000
++++ 2.4/phpsshot.c
+@@ -32,7 +32,11 @@
+ #include <string.h>
+ #include <err.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #include "linux_usbif.h"
+ #include "pwc.h"
diff -r 1796f5662c14 -r b9823d454452 graphics/phpsview/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/phpsview/patches/patch-ad        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/phpsview.c.orig        2006-04-22 18:11:58.000000000 +0000
++++ 2.4/phpsview.c
+@@ -37,7 +37,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 -r 1796f5662c14 -r b9823d454452 graphics/phpsview/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/phpsview/patches/patch-ae        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/pwc-if.c.orig  2006-04-22 18:12:11.000000000 +0000
++++ 2.4/pwc-if.c
+@@ -56,7 +56,11 @@
+ #include <ctype.h>
+ #include <sys/ioctl.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ #include "linux_usbif.h"
+ 
+ #include "pwc.h"
diff -r 1796f5662c14 -r b9823d454452 graphics/qcamview/distinfo
--- a/graphics/qcamview/distinfo        Sat Apr 22 18:06:30 2006 +0000
+++ b/graphics/qcamview/distinfo        Sat Apr 22 18:18:38 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 08:45:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/04/22 18:19:02 joerg Exp $
 
 SHA1 (qce-ga-0.40d.tar.gz) = 508b74d3d839b4a837a5fa1fbb0f48678e9b0bad
 RMD160 (qce-ga-0.40d.tar.gz) = 4c1cd898e75e30a654b9a8979d4c61f915f8bb23
@@ -7,3 +7,8 @@
 RMD160 (qce-ga-bsd-0.04.patch.gz) = 3febc74b1f8034aca58d8bcd40522b294394878d
 Size (qce-ga-bsd-0.04.patch.gz) = 17623 bytes
 SHA1 (patch-aa) = 9b717ed225e9f6d2334ba2122a4ff764e789f074
+SHA1 (patch-ab) = a3c4375c46dba115de2d2c783c000daa0aeb0e01
+SHA1 (patch-ac) = 8cdbda378cd239699a4d2037c289e9059d7aa40f
+SHA1 (patch-ad) = b559dfeff6b5c4b3121b99cb15d6767d43052a03
+SHA1 (patch-ae) = 36d6d465c610ba378bf41ced765f4a729b8e7c45
+SHA1 (patch-af) = fd114044703590828a1959e8bdfb18cf667c5d62
diff -r 1796f5662c14 -r b9823d454452 graphics/qcamview/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/patches/patch-ab        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- quickcam.c.orig    2006-04-22 18:15:24.000000000 +0000
++++ quickcam.c
+@@ -64,7 +64,11 @@
+ #include <ctype.h>
+ #include <sys/ioctl.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #include "quickcam.h"
+ #include "pb0100.h"
diff -r 1796f5662c14 -r b9823d454452 graphics/qcamview/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/patches/patch-ac        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- qcamview.c.orig    2006-04-22 18:15:43.000000000 +0000
++++ qcamview.c
+@@ -16,7 +16,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 -r 1796f5662c14 -r b9823d454452 graphics/qcamview/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/patches/patch-ad        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- qcamshot.c.orig    2006-04-22 18:15:53.000000000 +0000
++++ qcamshot.c
+@@ -31,7 +31,11 @@
+ #include <string.h>
+ #include <err.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #include "linux_usbif.h"
+ #include "quickcam.h" /* Control register of the STV0600 ASIC */
diff -r 1796f5662c14 -r b9823d454452 graphics/qcamview/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/patches/patch-ae        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- linux_usbif.h.orig 2006-04-22 18:16:05.000000000 +0000
++++ linux_usbif.h
+@@ -11,7 +11,11 @@
+ #include <string.h>
+ #include <err.h>
+ 
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #define USB_DIR_OUT                   UT_WRITE
+ #define USB_DIR_IN                    UT_READ
diff -r 1796f5662c14 -r b9823d454452 graphics/qcamview/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/patches/patch-af        Sat Apr 22 18:18:38 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- linux_usbif.c.orig 2006-04-22 18:16:18.000000000 +0000
++++ linux_usbif.c
+@@ -28,7 +28,11 @@
+ 
+ #include <ctype.h>
+ #include <sys/ioctl.h>
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+ 
+ #include "linux_usbif.h"
+ 



Home | Main Index | Thread Index | Old Index