2023-12-07 19:25:12 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libusb-compat: update to 0.1.8.
This is the release of libusb-compat-0.1 0.1.8
Main changes since version 0.1.7
Merge PR #10, #13 and #16
Add github action for Windows, Linux and macOS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-13 08:10:35 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
libusb-compat: Add DIST_SUBDIR to avoid checksum error
pkgsrc changes:
---------------
* Use release archive from Github to avoid the dependency on autotools
and to remove conflict with the tag archive potentially present in
${DISTDIR} which has the same name but a different checksum.
* Reorder variables to be compliant with pkgsrc policy described in
doc/Makefile-example.
|
2020-10-10 14:32:24 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/libusb-compat) Using github raw files. (not src distribution)
|
2020-10-08 13:54:44 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
libusb-compat: Use GITHUG_RELEASE instead of GITHUB_TAG
pkgsrc changes:
---------------
* Switch to release tarball to remove the dependency on autotools.
|
2018-09-06 15:10:01 by Jonathan Perkin | Files touched by this commit (2) |  |
Log message:
libusb-compat: Update to 0.1.7.
There are no meaningful changes in this release compared to 0.1.6rc2, it
is primarily a tag update. However, adding gsed to USE_TOOLS fixes an
issue where the output of ldd was not parsed correctly by either illumos
sed or nbsed, resulting in dlopen failures for libusb-0.1.so.
Fixes joyent/pkgsrc#117.
|
2018-02-10 14:36:48 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
Revert redundant addition of BUILDLINK_ABI_DEPENDS
Thanks wiz@ for the heads up.
|
2018-02-10 00:54:53 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
Register missing dependency on devel/libusb1
|
2018-01-23 15:31:45 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
Import buildlink3.mk file for devel/libusb-compat
libusb-compat is an API wrapper, emulating devel/libusb through the newer
code from devel/libusb1. On NetBSD, this has multiple advantages, such as
not requiring root privileges when accessing ugen(4) USB devices. We should
therefore consider to default to devel/libusb-compat instead of
devel/libusb on NetBSD at the very least.
Tested with devel/libftdi on NetBSD/amd64.
|