pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libusb Changes 1.0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12f23ccc5625
branches:  trunk
changeset: 474624:12f23ccc5625
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 03 08:45:44 2004 +0000

description:
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:

 devel/libusb/Makefile         |   5 ++---
 devel/libusb/PLIST            |   6 +++---
 devel/libusb/distinfo         |   8 ++++----
 devel/libusb/patches/patch-aa |  14 ++++++++------
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs (67 lines):

diff -r 7ea5c13163fa -r 12f23ccc5625 devel/libusb/Makefile
--- a/devel/libusb/Makefile     Mon May 03 06:46:01 2004 +0000
+++ b/devel/libusb/Makefile     Mon May 03 08:45:44 2004 +0000
@@ -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 -r 7ea5c13163fa -r 12f23ccc5625 devel/libusb/PLIST
--- a/devel/libusb/PLIST        Mon May 03 06:46:01 2004 +0000
+++ b/devel/libusb/PLIST        Mon May 03 08:45:44 2004 +0000
@@ -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 -r 7ea5c13163fa -r 12f23ccc5625 devel/libusb/distinfo
--- a/devel/libusb/distinfo     Mon May 03 06:46:01 2004 +0000
+++ b/devel/libusb/distinfo     Mon May 03 08:45:44 2004 +0000
@@ -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 -r 7ea5c13163fa -r 12f23ccc5625 devel/libusb/patches/patch-aa
--- a/devel/libusb/patches/patch-aa     Mon May 03 06:46:01 2004 +0000
+++ b/devel/libusb/patches/patch-aa     Mon May 03 08:45:44 2004 +0000
@@ -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*)



Home | Main Index | Thread Index | Old Index