| 2026-01-06 09:47:49 by Thomas Klausner | Files touched by this commit (1) |
Log message: lirc: switch to https |
| 2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
| 2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
| 2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Remove SHA1 hashes for distfiles |
| 2020-03-15 22:08:41 by Tobias Nygren | Files touched by this commit (2) |
Log message: lirc: add missing include |
| 2019-06-24 21:01:51 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message: lirc: fix build on Arch Linux * Remove inlining for send_data() * Add Linux specific missing include for major() * Bump revision |
| 2018-02-28 00:56:10 by Pierre Pronchery | Files touched by this commit (25) |
Log message:
Revbump for packages depending on devel/libusb{,compat}
|
| 2018-02-10 14:53:49 by Pierre Pronchery | Files touched by this commit (39) |
Log message: Import global switch for libusb's implementation [2/2] This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not \ requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64. |