2023-12-31 10:49:20 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
*: update for doxygen 1.10
|
2023-09-21 16:49:14 by Paolo Vincenzo Olivo | Files touched by this commit (1) |
Log message:
comms/openobex: fix PLIST
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-24 09:22:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
openobex: fix build with latest doxygen and depend on it
Bump PKGREVISION.
|
2022-10-04 10:00:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
openobex: fix PLIST for latest doxygen, and depend on it
Bump PKGREVISION.
|
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-10-06 05:46:03 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20
|
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.
|