pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/spcaview/patches I forgot deletes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/228beff7c5fb
branches: trunk
changeset: 510689:228beff7c5fb
user: hamajima <hamajima%pkgsrc.org@localhost>
date: Sun Apr 02 10:30:23 2006 +0000
description:
I forgot deletes.
This patch is for previous version, unnecessary with current version.
diffstat:
graphics/spcaview/patches/patch-ad | 17 -----------------
graphics/spcaview/patches/patch-ae | 16 ----------------
2 files changed, 0 insertions(+), 33 deletions(-)
diffs (41 lines):
diff -r 8a53c5797b2e -r 228beff7c5fb graphics/spcaview/patches/patch-ad
--- a/graphics/spcaview/patches/patch-ad Sun Apr 02 09:58:06 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- linux_usbif.c.orig 2006-03-03 15:43:59.000000000 +0000
-+++ linux_usbif.c
-@@ -28,7 +28,12 @@
-
- #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 8a53c5797b2e -r 228beff7c5fb graphics/spcaview/patches/patch-ae
--- a/graphics/spcaview/patches/patch-ae Sun Apr 02 09:58:06 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- spca5xx.c.orig 2006-03-03 15:44:32.000000000 +0000
-+++ spca5xx.c
-@@ -45,7 +45,11 @@ static const char version[] = SPCA5XX_VE
- #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 "spca5xx.h"
-
Home |
Main Index |
Thread Index |
Old Index