pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/fxtv/patches Add some missing files from la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12508d6d9a3b
branches:  trunk
changeset: 505629:12508d6d9a3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 05 19:07:44 2006 +0000

description:
Add some missing files from last commit. Fixes DragonFly support.

diffstat:

 multimedia/fxtv/patches/patch-am |  13 +++++++++++++
 multimedia/fxtv/patches/patch-ao |  14 ++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r 8bfcce45f537 -r 12508d6d9a3b multimedia/fxtv/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/fxtv/patches/patch-am  Thu Jan 05 19:07:44 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/01/05 19:07:44 joerg Exp $
+
+--- tvcapture.h.orig   2006-01-03 14:45:01.000000000 +0000
++++ tvcapture.h
+@@ -34,6 +34,8 @@
+ #include <X11/Intrinsic.h>
+ #ifdef __NetBSD__
+ # include <dev/ic/bt8xx.h>
++#elif defined(__DragonFly__)
++# include <dev/video/meteor/ioctl_meteor.h>
+ #else
+ # include <machine/ioctl_meteor.h>
+ #endif
diff -r 8bfcce45f537 -r 12508d6d9a3b multimedia/fxtv/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/fxtv/patches/patch-ao  Thu Jan 05 19:07:44 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ao,v 1.1 2006/01/05 19:07:44 joerg Exp $
+
+--- haup_remote.c.orig 2006-01-03 14:47:24.000000000 +0000
++++ haup_remote.c
+@@ -38,6 +38,9 @@
+ #include <sys/fcntl.h>
+ #ifdef __NetBSD__
+ # include <dev/ic/bt8xx.h>
++#elif defined(__DragonFly__)
++# include <dev/video/meteor/ioctl_meteor.h>
++# include <dev/video/bktr/ioctl_bt848.h>
+ #else
+ # include <machine/ioctl_meteor.h>
+ # include <machine/ioctl_bt848.h>



Home | Main Index | Thread Index | Old Index