summaryrefslogtreecommitdiff
path: root/devel/libusb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Oops, forgot to actually cvs add the patch in previous commit...Joerg Wunsch2005-10-281-0/+11
| | | | | | | (Set USBD_SHORT_XFER_OK when reading strings.) Notes: svn path=/head/; revision=146558
* Set the USBD_SHORT_XFER_OK flag when trying to read a string.Joerg Wunsch2005-10-281-1/+1
| | | | | | | | | Otherwise, we end up in an IO error. Approved by: maintainer timeout Notes: svn path=/head/; revision=146557
* Add minimal patch to make libusb build with plain gcc on 4.x again.Volker Stolz2005-06-294-16/+31
| | | | | | | | | | | This also allows us to return to standard libtool-handling. PR: ports/80169 Submitted by: Helge Oldach Approved by: maintainer timeout Notes: svn path=/head/; revision=138171
* - update to libusb-0.1.10aYen-Ming Lee2005-04-136-80/+33
| | | | | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=133226
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* - fix for PR 58925Andreas Klemm2003-11-252-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | solves problem of hanging usb sessions with cams using gphoto2 ptp2 driver - bumped port revision - tested by different people under -current and -stable, no ill side effects and really cures the problem. The author of bsd.c clearly states out in the sources, that he has ported codee from linux 1:1 and he "kind of hopes" that it is ok. But it wasn't. This patch fixes hang that happens after the 1st read because the USB driver tries to read more bytes than are available. 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 1.240828 gphoto2-port(2): Reading 512=0x200 bytes from port... gp_port_read: Operation timed out 9.267455 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde -34 9.267819 context(0): PTP I/O error PR: 58925 Submitted by: Mariusz Woloszyn <emsi@ipartners.pl> Reviewed by: John Reynolds <johnjen@reynoldsnet.org> and some tester Approved by: portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>) Notes: svn path=/head/; revision=94786
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Update to 0.1.7.Josef Karthauser2002-12-083-3/+3
| | | | | | | PR: ports/46059 Notes: svn path=/head/; revision=71444
* Update to 0.1.6aKevin Lo2002-06-283-94/+2
| | | | | | | | PR: 39945 Submitted by: MAINTAINER Notes: svn path=/head/; revision=62144
* Fix a typo in the last patch.Josef Karthauser2002-03-121-6/+6
| | | | | | | Spotted by: John Reynolds~ <jreynold@sedona.ch.intel.com> Notes: svn path=/head/; revision=55936
* Only use the new usb structure names if the version of FreeBSD beingJosef Karthauser2002-03-111-20/+46
| | | | | | | used to compile libusb has them, otherwise use the old names. Notes: svn path=/head/; revision=55864
* Some structures in usb.h have changed recently.Josef Karthauser2002-03-111-0/+66
| | | | | | | Submitted by: John Reynolds <jreynold@sedona.ch.intel.com> Notes: svn path=/head/; revision=55839
* Upgrade to 0.1.5Vanilla I. Shu2002-02-233-4/+5
| | | | | | | | PR: ports/35232 Submitted by: maintainer Notes: svn path=/head/; revision=55131
* Update maintainer's email addressPatrick Li2002-01-041-2/+2
| | | | | | | | PR: 33554 Submitted by: maintainer Notes: svn path=/head/; revision=52576
* Update to 0.1.4 and add patch-ltmain.sh to prevent installingPatrick Li2001-11-244-4/+28
| | | | | | | | | | useless .la files (bows to sobomax) PR: 32245 Submitted by: maintainer Notes: svn path=/head/; revision=50465
* Add libusb 0.1.3b,Mikhail Teterin2001-02-265-0/+36
library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=38814