notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/libusb/files/patch-bsd.c

Number of commits found: 11

Friday, 14 Nov 2008
09:52 pav search for other commits by this committer
- Fix a runtime failure.  While usb_control_msg is supposed to return the
  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)
Original commit
Monday, 13 Oct 2008
17:52 stefan search for other commits by this committer
Fix communication with UPS for NUT (Network UPS Tools).

PR:             126922
Submitted by:   maintainer
Original commit
Sunday, 30 Jul 2006
11:48 stefan search for other commits by this committer
- Add usb_clear_halt implementation.
- Bump PORTREVISION.

PR:             100718
Submitted by:   Robert Nilsson <rnilsson@mac.com>
Approved by:    maintainer
                arved (mentor)
Original commit
Wednesday, 29 Mar 2006
06:53 pav search for other commits by this committer
- Update to 0.1.12

PR:             ports/94428
Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
Approved by:    maintainer timeout (14 days)
Original commit
Friday, 28 Oct 2005
09:36 joerg search for other commits by this committer
Oops, forgot to actually cvs add the patch in previous commit...
(Set USBD_SHORT_XFER_OK when reading strings.)
Original commit
Wednesday, 13 Apr 2005
10:22 leeym search for other commits by this committer
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:             79084
Submitted by:   John Reynolds <johnjen@reynoldsnet.org>
Original commit
Tuesday, 25 Nov 2003
19:35 andreas search for other commits by this committer
- fix for PR 58925
  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>)
Original commit
Friday, 28 Jun 2002
07:54 kevlo search for other commits by this committer
Update to 0.1.6a

PR: 39945
Submitted by: MAINTAINER
Original commit
Tuesday, 12 Mar 2002
16:05 joe search for other commits by this committer
Fix a typo in the last patch.

Spotted by:     John Reynolds~ <jreynold@sedona.ch.intel.com>
Original commit
Monday, 11 Mar 2002
13:46 joe search for other commits by this committer
Only use the new usb structure names if the version of FreeBSD being
used to compile libusb has them, otherwise use the old names.
Original commit
00:29 joe search for other commits by this committer
Some structures in usb.h have changed recently.

Submitted by:   John Reynolds <jreynold@sedona.ch.intel.com>
Original commit

Number of commits found: 11