pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libusb Add missing half of the Darwin patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bc257e46eee
branches: trunk
changeset: 627861:3bc257e46eee
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Dec 16 15:31:05 2013 +0000
description:
Add missing half of the Darwin patch.
diffstat:
devel/libusb/distinfo | 4 ++--
devel/libusb/patches/patch-darwin.c | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 8baf49673fb7 -r 3bc257e46eee devel/libusb/distinfo
--- a/devel/libusb/distinfo Mon Dec 16 15:30:40 2013 +0000
+++ b/devel/libusb/distinfo Mon Dec 16 15:31:05 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2013/12/11 12:34:02 jperkin Exp $
+$NetBSD: distinfo,v 1.24 2013/12/16 15:31:05 jperkin Exp $
SHA1 (libusb-0.1.12.tar.gz) = 599a5168590f66bc6f1f9a299579fd8500614807
RMD160 (libusb-0.1.12.tar.gz) = 63848df717e00fff67ab30ba86a85466370d4e8e
@@ -9,4 +9,4 @@
SHA1 (patch-ad) = f81135a5f92bf0c2e1ca921368bd39482bd3b580
SHA1 (patch-ae) = 49a01ebe66de4965f3611cf42db09703aa68c415
SHA1 (patch-af) = e46e576a589fb65488011a41df95f744230c0c6c
-SHA1 (patch-darwin.c) = 5547ee8fdbddb07911a65ac1fcc69459c54711cf
+SHA1 (patch-darwin.c) = 20df5d5970bf86f6f4ada002ca16a3bccf5bb4ff
diff -r 8baf49673fb7 -r 3bc257e46eee devel/libusb/patches/patch-darwin.c
--- a/devel/libusb/patches/patch-darwin.c Mon Dec 16 15:30:40 2013 +0000
+++ b/devel/libusb/patches/patch-darwin.c Mon Dec 16 15:31:05 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-darwin.c,v 1.2 2013/12/11 12:34:02 jperkin Exp $
+$NetBSD: patch-darwin.c,v 1.3 2013/12/16 15:31:05 jperkin Exp $
Fix format type.
---- darwin.c.orig 2013-12-11 12:31:51.000000000 +0000
+--- darwin.c.orig 2013-12-16 14:57:57.000000000 +0000
+++ darwin.c
@@ -1064,7 +1064,7 @@ int usb_os_find_devices(struct usb_bus *
result = (*(device))->GetDeviceAddress(device, (USBDeviceAddress *)&address);
@@ -13,3 +13,12 @@
/* first byte of location appears to be associated with the device's bus */
if (location >> 24 == bus_loc >> 24) {
+@@ -1092,7 +1092,7 @@ int usb_os_find_devices(struct usb_bus *
+
+ if (usb_debug >= 2)
+ fprintf(stderr, "usb_os_find_devices: Found %s on %s at location 0x%08x\n",
+- dev->filename, bus->dirname, location);
++ dev->filename, bus->dirname, (unsigned int)location);
+ }
+
+ /* release the device now */
Home |
Main Index |
Thread Index |
Old Index