Bug 279969 - archivers/snappy: Enable RTTI
Summary: archivers/snappy: Enable RTTI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-24 18:58 UTC by Yuri Victorovich
Modified: 2024-07-09 02:24 UTC (History)
1 user (show)

See Also:
vanilla: maintainer-feedback+


Attachments
patch (1.99 KB, patch)
2024-06-24 18:58 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2024-06-24 18:58:31 UTC
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
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-07-09 02:23:31 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-07-09 02:24:56 UTC
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(-)