summaryrefslogtreecommitdiff
path: root/devel/libusb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Enabled tests through appropriate TEST_TARGET.heinz1-1/+3
2005-08-22Add DragonFly support. (Okayed by drochner@.)reed1-2/+2
This needs testing under DragonFly.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24require gcc 3.3; should fix build on NetBSD-1.6drochner1-2/+3
(PR pkg/29456 by diro@nixsys.bz)
2005-02-14Changes 0.1.10:adam1-6/+6
* Fix various compile warnings * Require newer autotools * Switch from QT to STL for C++ extensions * Linux: * Speed up small bulk and interrupt transfers to previous speeds * Fix case where bulk and interrupt transfers could block forever * Fix tree heirarchy building code (undocumented)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-23Bump PKGREVISION for patch-ad (usb_bulk_read() bugfix by mycroft).wiz1-1/+2
2004-06-06libusb is only for Darwin, FreeBSD, Linux, NetBSD and OpenBSD.grant1-1/+4
2004-05-03Changes 1.0.8:adam1-3/+2
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.
2004-02-21bl3ifycube1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-18Update to 0.1.7. Changes from 0.1.6a:schmonz1-3/+2
Fix up error codes for darwin port. Make sure short transfers are allowed on BSD port. Fix bug when finding new busses during usb_find_busses(). Added two new functions: usb_get_string() and usb_get_string_simple(). Documentation updates. Added LICENSE file. Various other cleanups.
2002-10-22forcibly disable building docs, otherwise it tries if jade is founddrochner1-1/+2
and fails
2002-08-26buildlink1 -> buildlink2jlam1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-08-21Make PKGNAME's version number part numeric.wiz1-1/+2
2002-08-19Update to 0.1.6a. There is no documentation included on the changes, but amycroft1-3/+2
cursory inspection suggests that they are mostly build related, and some minor bug fixes to the platform-dependent code.
2002-05-08LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDEdrochner1-2/+2
2002-03-03Bump version to 0.1.5nb1 after the -current usb fix.veego1-1/+2
2002-02-07Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).martti1-2/+2
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
2002-01-03Updated to 0.1.4. List of changes is unknown (ChangeLog was not updated).martti1-2/+2
2001-07-24Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam1-3/+4
package Makefiles.
2001-03-28user level USB access library, used by Linux apps mostlydrochner1-0/+16