| #
5654b421
|
| 06-Jun-2024 |
Ed Maste <emaste@FreeBSD.org> |
libusb: claim to be version 1.0.16
We are not 100% compatible with 1.0.16, but implement some functionality from that version that is required by certain ports.
PR: 277799 PR: 279555 (exp-run) Ev
libusb: claim to be version 1.0.16
We are not 100% compatible with 1.0.16, but implement some functionality from that version that is required by certain ports.
PR: 277799 PR: 279555 (exp-run) Event: Kitchener-Waterloo Hackathon 202406 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45514
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
ac175bd3
|
| 11-Aug-2022 |
Alex Richardson <arichardson@FreeBSD.org> |
Install working pkgconfig .pc files for compat libraries
The default ones are install them to /usr/libdata/pkgconfig, and we can't use this path for compat libraries, so we use /usr/lib<suffix>/pkgc
Install working pkgconfig .pc files for compat libraries
The default ones are install them to /usr/libdata/pkgconfig, and we can't use this path for compat libraries, so we use /usr/lib<suffix>/pkgconfigi here.
Test Plan: grep -rn libdir= ./usr/lib32/pkgconfig/*.pc MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D34939
show more ...
|
| #
76e994f5
|
| 05-Jun-2014 |
Ed Maste <emaste@FreeBSD.org> |
Update reported libusb version to 1.0.13
QEMU libusb host support needs at least libusbx-1.0.13, and our in-tree libusb supports the required functionality. Exp-run in PR.
PR: 181035
|
| #
041d3f3f
|
| 25-Jul-2013 |
Rui Paulo <rpaulo@FreeBSD.org> |
Add pkgconf files for libusb.
Reviewed by: hselasky
|