Created attachment 251677 [details] patch The attached patch fixes breakage in some other packages, for example https://pkg-status.freebsd.org/beefy16/data/132amd64-default/2517bfad2ac6/logs/proxygen-2024.05.20.00.log
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4998b87533cc000fa9cce7c64e1a499f19efd29a commit 4998b87533cc000fa9cce7c64e1a499f19efd29a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-09 02:16:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-09 02:23:44 +0000 archivers/snappy: Enable RTTI This fixes the build problem at least in www/proxygen when it expects typeinfo of some Snappy class that is missing w/out the RTTI info. PR: 279969 Approved by: vanilla@FreeBSD.org (maintainer) archivers/snappy/Makefile | 1 + archivers/snappy/files/patch-CMakeLists.txt | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-)