diff options
author | martti <martti> | 2002-02-07 07:31:48 +0000 |
---|---|---|
committer | martti <martti> | 2002-02-07 07:31:48 +0000 |
commit | 664fabd7fc1bc2fe5ddf1e3fa212d81f901f8664 (patch) | |
tree | 32ffe549fef3b271070ac81dc370b12cf268e4de | |
parent | 83e76738dd502887bb97ca179f6ef697167a6f3a (diff) | |
download | pkgsrc-664fabd7fc1bc2fe5ddf1e3fa212d81f901f8664.tar.gz |
Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).
This version of libusb is required by the soon-to-be-released gphoto2.
- Add support for MacOS X (Darwin)
- Fix endianess correctly where applicable on all OS'
- Return bytes written/read for control message (BSD)
- Tweak documentation build
- Fix bug when usb_find_devices was called multiple times (Linux)
- Fetch descriptors for all devices when we can and parse them
-rw-r--r-- | devel/libusb/Makefile | 4 | ||||
-rw-r--r-- | devel/libusb/PLIST | 10 | ||||
-rw-r--r-- | devel/libusb/buildlink.mk | 4 | ||||
-rw-r--r-- | devel/libusb/distinfo | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 6975ebc23a0..8bf0baebc12 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/01/03 10:42:49 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/07 07:31:48 martti Exp $ # -DISTNAME= libusb-0.1.4 +DISTNAME= libusb-0.1.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} diff --git a/devel/libusb/PLIST b/devel/libusb/PLIST index 3ea1234e6f2..d90c82c0a06 100644 --- a/devel/libusb/PLIST +++ b/devel/libusb/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/03 10:42:49 martti Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/07 07:31:48 martti Exp $ bin/libusb-config include/usb.h -lib/libusb-0.1.so.4.0 -lib/libusb-0.1.so.4 lib/libusb-0.1.so -lib/libusb.so -lib/libusb.la +lib/libusb-0.1.so.5 +lib/libusb-0.1.so.5.0 lib/libusb.a +lib/libusb.la +lib/libusb.so diff --git a/devel/libusb/buildlink.mk b/devel/libusb/buildlink.mk index a4197a2b784..ecae6c354be 100644 --- a/devel/libusb/buildlink.mk +++ b/devel/libusb/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.4 2002/01/03 10:42:49 martti Exp $ +# $NetBSD: buildlink.mk,v 1.5 2002/02/07 07:31:48 martti Exp $ # # This Makefile fragment is included by packages that use libusb. # @@ -17,7 +17,7 @@ LIBUSB_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.libusb?= libusb>=0.1.4 +BUILDLINK_DEPENDS.libusb?= libusb>=0.1.5 DEPENDS+= ${BUILDLINK_DEPENDS.libusb}:../../devel/libusb EVAL_PREFIX+= BUILDLINK_PREFIX.libusb=libusb diff --git a/devel/libusb/distinfo b/devel/libusb/distinfo index 476888f4f42..5b9eb503f60 100644 --- a/devel/libusb/distinfo +++ b/devel/libusb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/01/03 10:42:49 martti Exp $ +$NetBSD: distinfo,v 1.5 2002/02/07 07:31:48 martti Exp $ -SHA1 (libusb-0.1.4.tar.gz) = 16d4ec5b7efccbc1997177799b20bd3e38be4a4d -Size (libusb-0.1.4.tar.gz) = 128415 bytes +SHA1 (libusb-0.1.5.tar.gz) = 519bb37993f01aefdc821cded229ca39e2112620 +Size (libusb-0.1.5.tar.gz) = 186539 bytes SHA1 (patch-ac) = 4e68ca416a75d54845bb0c19e17bd1c3d42ed252 |