Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
libcbor: Ignore errors for unknown #pragmaslibcbor embeds clang-specific #pragmas that GCC then warns about.Reviewed by: emaste
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
libcbor: update to 0.10.2Sponsored by: The FreeBSD Foundation
Add libcbor to the buildFrom https://github.com/PJK/libcbor: libcbor is a C library for parsing and generating CBOR, the general- purpose schema-less binary data format.libcbor will be u
Add libcbor to the buildFrom https://github.com/PJK/libcbor: libcbor is a C library for parsing and generating CBOR, the general- purpose schema-less binary data format.libcbor will be used by ssh to support FIDO/U2F keys. It is currentlyintended only for use by ssh, and so is installed as a PRIVATELIB and isplaced in the ssh pkgbase package.cbor_export.h and configuration.h were generated by the upstream CMakebuild. We could create them with bmake rules instead (as NetBSD hasdone) but this is a fine start.This is currently disabled for the 32-bit library build as libfido2 isnot compatible with the COMPAT_32BIT hack in usb_ioctl.h, and there isno need for libcbor without libfido2.Reviewed by: kevansMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D32347
show more ...