Created attachment 214676 [details] Snappy static lib patch Hello, This patch builds the static libsnappy.a. Snappy used to build a static library when compiling, but this was removed upstream. We depend on the static library, and think it's a useful addition. Tested on HEAD and 2020Q2. Cheers, Mitchell
Committed, thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=35c6c8453503fbf34fd34da30b81a3993d1c8f7d commit 35c6c8453503fbf34fd34da30b81a3993d1c8f7d Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2021-05-06 15:02:34 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2021-05-06 15:05:57 +0000 archivers/snappy: update to 1.1.9, also build static library. PR: 246592 Reported by: Mitchell Holland <mitchell.holland@akips.com> archivers/snappy/Makefile | 4 +- archivers/snappy/distinfo | 6 +-- archivers/snappy/files/patch-CMakeLists.txt (new) | 61 +++++++++++++++++++++++ archivers/snappy/pkg-plist | 1 + 4 files changed, 67 insertions(+), 5 deletions(-)