diff options
author | adam <adam@pkgsrc.org> | 2004-05-03 08:45:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-03 08:45:44 +0000 |
commit | bd92500e43982bfc148cf9f37e1fabc370b2a8e8 (patch) | |
tree | f4bc7a326891e1e3400f1d0e27e96246606ff9a7 /devel/libusb | |
parent | 6f32b18d4471a46724f995d34a9f31c2e05b8895 (diff) | |
download | pkgsrc-bd92500e43982bfc148cf9f37e1fabc370b2a8e8.tar.gz |
Changes 1.0.8:
New Features:
* Synchronous Interrupt read support.
* Added new usb_get_descriptor_by_endpoint() function. Properly prototyped
existing usb_get_descriptor() function.
* (Linux) Check for usbdevfs in /sys/bus/usb (2.6 kernel).
* (Linux) Added usb_get_driver_np() function to get driver bound to interface.
* (Linux) Added usb_detach_kernel_driver_np() function to detach kernel driver
from interface.
Bug Fixes:
* Many return values are starting to become normalized (consistent across ports)
* Various bug fixes in Darwin port.
* Fix usb_string() to fetch language index correctly.
* More documentation updates and fixes.
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 5 | ||||
-rw-r--r-- | devel/libusb/PLIST | 6 | ||||
-rw-r--r-- | devel/libusb/distinfo | 8 | ||||
-rw-r--r-- | devel/libusb/patches/patch-aa | 14 |
4 files changed, 17 insertions, 16 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 3abacdd2d0c..bbe362a5c32 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/02/21 22:54:04 cube Exp $ -# +# $NetBSD: Makefile,v 1.16 2004/05/03 08:45:44 adam Exp $ -DISTNAME= libusb-0.1.7 +DISTNAME= libusb-0.1.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} diff --git a/devel/libusb/PLIST b/devel/libusb/PLIST index 115276b32e2..149811e3919 100644 --- a/devel/libusb/PLIST +++ b/devel/libusb/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2004/02/05 20:14:05 skrll Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/05/03 08:45:44 adam Exp $ bin/libusb-config include/usb.h -lib/libusb-0.1.so.7 -lib/libusb-0.1.so.7.0 +lib/libusb-0.1.so.8 +lib/libusb-0.1.so.8.0 lib/libusb.a lib/libusb.la lib/libusb.so diff --git a/devel/libusb/distinfo b/devel/libusb/distinfo index 915286e7663..0b386e8a2c9 100644 --- a/devel/libusb/distinfo +++ b/devel/libusb/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2002/11/18 07:05:06 schmonz Exp $ +$NetBSD: distinfo,v 1.11 2004/05/03 08:45:44 adam Exp $ -SHA1 (libusb-0.1.7.tar.gz) = e87a1f023686ebbc63b619e5d6b65f219222f36e -Size (libusb-0.1.7.tar.gz) = 193075 bytes -SHA1 (patch-aa) = f18a14a2b804c058b8c13f3a8719be14aaa6a081 +SHA1 (libusb-0.1.8.tar.gz) = 94f3ff525a12e82ac6944a28f0bed5c765921ffd +Size (libusb-0.1.8.tar.gz) = 321295 bytes +SHA1 (patch-aa) = e64f2686c079c6d48eff0e3eea53a63114322644 SHA1 (patch-ac) = cc92318e0979779f6ef03ee653bc94ee2b96a055 diff --git a/devel/libusb/patches/patch-aa b/devel/libusb/patches/patch-aa index 2b6b99e2671..7a713044bae 100644 --- a/devel/libusb/patches/patch-aa +++ b/devel/libusb/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.3 2002/11/18 07:05:07 schmonz Exp $ +$NetBSD: patch-aa,v 1.4 2004/05/03 08:45:44 adam Exp $ ---- configure.orig Sun Nov 17 13:45:22 2002 +--- configure.orig 2004-02-11 16:27:31.000000000 +0000 +++ configure -@@ -5406,7 +5406,7 @@ EOF +@@ -18534,8 +18534,8 @@ _ACEOF - + BSD_API=1 os_support=bsd -- echo "$ac_t""FreeBSD" 1>&6 -+ echo "$ac_t""NetBSD" 1>&6 +- echo "$as_me:$LINENO: result: FreeBSD" >&5 +-echo "${ECHO_T}FreeBSD" >&6 ++ echo "$as_me:$LINENO: result: NetBSD" >&5 ++echo "${ECHO_T}NetBSD" >&6 OSLIBS="" ;; *-darwin*) |