Bug 256625

Summary: archivers/snappy: Enable RTTI info
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me Flags: vanilla: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2021-06-15 18:56:07 UTC
Created attachment 225834 [details]
patch

devel/folly builds with unresolved symbols because snappy disables RTTI info.
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2021-06-16 01:21:29 UTC
It's ok to me, please help to commit, thanks.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-16 02:40:19 UTC
Committed.

Thanks for a quick approval!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-06-16 02:40:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57c66677923080197589551026e400442848491c

commit 57c66677923080197589551026e400442848491c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-16 02:36:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-16 02:40:17 +0000

    archivers/snappy: Enable RTTI info

    devel/folly is (silently) built with unresolved symbols because snappy disables RTTI info.
    This later causes www/proxygen build failure.

    PR:             256625
    Approved by:    vanilla (maintainer)

 archivers/snappy/Makefile                   |  1 +
 archivers/snappy/files/patch-CMakeLists.txt | 19 ++++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)