aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libusb
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-2/+2
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+1
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with D
* Drop maintainership.bsam2009-08-031-1/+1
| | | | | PR: ports/137356 Submitted by: rene
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-2/+2
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Chase libusb20 rename in r189585.stas2009-03-101-0/+4
| | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
* - Update maintainer mailmiwi2009-01-061-1/+1
| | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Fix a runtime failure. While usb_control_msg is supposed to return thepav2008-11-142-9/+18
| | | | | | | | | | actual number of bytes received, the FreeBSD version returns the receiving buffer size instead. Applications inspecting the returned length for error checking will fail. My patch is based on this excerpt from FreeBSDs /usr/src/sys/dev/usb/usb.h. PR: ports/128549 Submitted by: ladan (maintainer)
* Fix communication with UPS for NUT (Network UPS Tools).stefan2008-10-142-1/+10
| | | | | PR: 126922 Submitted by: maintainer
* - Fix buildgahr2008-04-141-3/+2
| | | | | | | PR: 122150 Submitted by: Bas van de Wiel <bas@kompasmedia.nl> Reviewed by: maintainer Approved by: miwi (mentor)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Fix objformat fallout by deploying system libtoolpav2007-01-311-1/+1
| | | | PR: ports/108515
* - share/sgml/docbook/catalog was removed in previous docbook updaterafan2006-12-031-1/+1
| | | | | | | | Change these ports to use package dependency instead. This should fix build on hs-haddock and gmat. Reported by: pointyhat
* s/INSTALLS_SHLIB/USE_LDCONFIG/garga2006-08-271-1/+1
| | | | | PR: ports/102516 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Add usb_clear_halt implementation.stefan2006-07-302-0/+27
| | | | | | | | | - Bump PORTREVISION. PR: 100718 Submitted by: Robert Nilsson <rnilsson@mac.com> Approved by: maintainer arved (mentor)
* Fix build for WITH_SGML knob by adding a Build dependency on docbook-420arved2006-07-301-1/+2
| | | | | | PR: 100488 Submitted by: Jacula Modyun <jacula@gmail.com> Approved by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* Enable build and install of documentation via the option "SGML"anray2006-05-292-1/+69
| | | | | PR: ports/97993 Submitted by: Rene Ladan (maintainer)
* - Grant maintainershippav2006-05-261-1/+1
| | | | | PR: ports/97898 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* - Fix build on FreeBSD 4.Xpav2006-03-311-0/+1
| | | | | PR: ports/95147 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
* - Reset longterm inactive maintainerpav2006-03-291-1/+1
|
* - Update to 0.1.12pav2006-03-297-65/+8
| | | | | | PR: ports/94428 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Approved by: maintainer timeout (14 days)
* Conversion to a single libtool environment.ade2006-02-232-7/+8
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Oops, forgot to actually cvs add the patch in previous commit...joerg2005-10-281-0/+11
| | | | (Set USBD_SHORT_XFER_OK when reading strings.)
* Set the USBD_SHORT_XFER_OK flag when trying to read a string.joerg2005-10-281-1/+1
| | | | | | Otherwise, we end up in an IO error. Approved by: maintainer timeout
* Add minimal patch to make libusb build with plain gcc on 4.x again.vs2005-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
* - update to libusb-0.1.10aleeym2005-04-136-80/+33
| | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* - fix for PR 58925andreas2003-11-262-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>)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.1.7.joe2002-12-093-3/+3
| | | | PR: ports/46059
* Update to 0.1.6akevlo2002-06-283-94/+2
| | | | | PR: 39945 Submitted by: MAINTAINER
* Fix a typo in the last patch.joe2002-03-131-6/+6
| | | | Spotted by: John Reynolds~ <jreynold@sedona.ch.intel.com>
* Only use the new usb structure names if the version of FreeBSD beingjoe2002-03-111-20/+46
| | | | used to compile libusb has them, otherwise use the old names.
* Some structures in usb.h have changed recently.joe2002-03-111-0/+66
| | | | Submitted by: John Reynolds <jreynold@sedona.ch.intel.com>
* Upgrade to 0.1.5vanilla2002-02-233-4/+5
| | | | | PR: ports/35232 Submitted by: maintainer
* Update maintainer's email addresspat2002-01-051-2/+2
| | | | | PR: 33554 Submitted by: maintainer
* Update to 0.1.4 and add patch-ltmain.sh to prevent installingpat2001-11-244-4/+28
| | | | | | | useless .la files (bows to sobomax) PR: 32245 Submitted by: maintainer
* Add libusb 0.1.3b,mi2001-02-275-0/+36
library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com>