Commit Graph

11 Commits

Author SHA1 Message Date
sthen 9bab3a8c38 remove some of the sprinklings of
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS+=	-std=gnu99
.endif

which are no longer needed since "Make gnu99 the default for gcc 3.3.6
and 4.2.1, not gnu89" commit in Oct 2023.

pointed out by tb@
2024-10-17 10:50:02 +00:00
kmos c814932185 Do the usual c99 dance to fix build on sparc64 2023-06-17 02:02:04 +00:00
sthen fbcdc45d9a update to libhidapi-0.13.1, from Volker Schlecht 2023-04-15 10:48:23 +00:00
thfr 0361af5d76 drop me from MAINTAINER; I'm not using this library anymore 2023-03-30 03:04:05 +00:00
naddy 31ec66ebca drop RCS Ids 2022-03-11 18:26:24 +00:00
cwen 4022502446 libhidapi: add a comment mentioning that any consumer should
be patched to use hidapi_hid_init() instead of hid_init(3),
to avoid conflict with base usbhid(3).

OK sthen@
2021-04-12 10:53:55 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy 792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
espie f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie 2f7d34d915 enforce PATH when running autoreconf 2018-08-03 07:07:44 +00:00
thfr a51cea02db import ports/comms/libhidapi, ok sthen@
HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS
X. On OpenBSD (like on FreeBSD), the backend uses libusb-1.0 to communicate
directly to a USB device. This back-end will of course not work with Bluetooth
devices.
2018-06-18 23:37:01 +00:00