Summary: | net-im/telegram-desktop: fails to build on recent head (after clang 13 import) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Guido Falsi <madpilot> |
Component: | Individual Port(s) | Assignee: | Gleb Smirnoff <glebius> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(glebius) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 260042, 260044 | ||
Bug Blocks: |
Description
Guido Falsi
2021-11-25 08:45:27 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf108be7a7cb0ab997984a70a2192af7d7040ab0 commit cf108be7a7cb0ab997984a70a2192af7d7040ab0 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-11-25 18:59:53 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-11-25 18:59:53 +0000 devel/range-v3: Fix installed include to work with clang13 Import upstream patch to fix incompatibility with clang13. This fixes build of telegram-desktop [1] in recent head after clang13 import. PR: 260044, 260040 [1] Approved by: build fix blanket Obtained from: https://github.com/ericniebler/range-v3/commit/0487cca29e352e8f16bbd91fda38e76e39a0ed28 devel/range-v3/Makefile | 1 + devel/range-v3/files/patch-0487cca29e35 (new) | 122 ++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c88ab801382cef0e6d65740a390cc9bbdac99eae commit c88ab801382cef0e6d65740a390cc9bbdac99eae Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-11-25 18:55:29 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-11-25 18:59:35 +0000 net-im/tg_owt: Fix installed include to work with clang13 Import code from upstream fixing an issue in an installed include file causing telegram-desktop [1] to fail to build on recent head after the import of clang13. PR: 260042, 260040 [1] Approved by: build fix blanket Obtained from: https://github.com/abseil/abseil-cpp/commit/e19260fd7dbef881492fd73891e0be5bd4a09b95 net-im/tg_owt/Makefile | 2 +- ...party_abseil-cpp_absl_meta_type__traits.h (new) | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) Required patches committed with blanket approval. Port now builds fine. |