notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/hidapi/files/patch-configure.ac
SVNWeb

Number of commits found: 4

Wed, 17 Mar 2021
[ 10:01 tijl search for other commits by this committer ] Original commit   Revision:568637
The libusb project has adopted hidapi.  Update to their latest release,
0.10.1.  Bump py-hidapi so it gets rebuilt to use new functions.
Hand over to maintainer of py-hidapi so the two can be maintained together.

Reported by:	Corey Stephan (marquette.edu)
Tested by:	ehaupt
Sat, 10 Oct 2015
[ 14:03 tijl search for other commits by this committer ] Original commit   Revision:398996 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.

These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 29 Jan 2014
[ 21:01 tijl search for other commits by this committer ] Original commit   Revision:341781
- Remove part of a patch that wasn't entirely correct and let the port
  use the WCHAR_T iconv extension instead.
- Add USES=libtool and let libtoolize copy the necessary files instead of
  symlinking them such that they can be patched.
- Add a configure check for libusb_handle_events_completed.
Fri, 3 Jan 2014
[ 20:42 tijl search for other commits by this committer ] Original commit   Revision:338581
New port comms/hidapi.

HIDAPI is a platform independent library that allows applications to
work with USB HID-Class devices.  While it can be used to communicate
with standard HID devices like keyboards, mice, and joysticks, it is
most useful when used with custom (Vendor-Defined) HID devices.

Number of commits found: 4