[Bug 297513] graphics/rawtherapee: update to 5.13
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297513 --- Comment #4 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddbfaf9b8ff239e2b7f5d37d5ab2cfa474a11077 commit ddbfaf9b8ff239e2b7f5d37d5ab2cfa474a11077 Author: Matthias Andree <[email protected]> AuthorDate: 2026-08-13 23:38:25 +0000 Commit: Yusuf Yaman <[email protected]> CommitDate: 2026-08-14 09:18:00 +0000 graphics/rawtherapee: Update 5.12 => 5.13 Extend patch for rtengine/LibRaw.cmake to properly forward our local CXXFLAGS (available through ${CMAKE_CXX_FLAGS} inside cmake) to the libraw build, else it will build against GCC's default Standard C++ Library, which might be libstdc++, which then breaks when doing the final link against the common libc++ based system (GNU libstdc++ and LLVM's libc++ have incompatible ABIs). Switch to using the system libfmt, which is version 12 and good. Changelog: https://rawtherapee.com/downloads/5.13/ PR: 297513 Reported by: mandree (maintainer) Approved by: osa, vvd (Mentors, implicit) Pull Request: https://github.com/freebsd/freebsd-ports/pull/581 graphics/rawtherapee/Makefile | 11 +++++++---- graphics/rawtherapee/distinfo | 6 +++--- .../rawtherapee/files/patch-CMakeLists.txt (gone) | 13 ------------- .../rawtherapee/files/patch-rtengine_LibRaw.cmake | 20 +++++++++++++++----- graphics/rawtherapee/pkg-plist | 6 ++---- 5 files changed, 27 insertions(+), 29 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.