Date: Mon, 05 Jun 2023 20:47:20 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 271846] textproc/clucene: apply gentoo patch for C++17 conformance Message-ID: <bug-271846-25061-plHabp0ITx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271846-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-271846-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271846 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D36efbbee6de97066e076a994b05dcb0= 76a4ca6c2 commit 36efbbee6de97066e076a994b05dcb076a4ca6c2 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-06-05 17:10:41 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-06-05 20:45:44 +0000 textproc/clucene: apply gentoo patch for C++17 conformance Some parts of CLucene use std::binary_function, which was deprecated in C++11, and has been completely removed as of C++17. This shows up while building libreoffice with clang >=3D 16 or gcc >=3D 11, because C++17 i= s the default standard now. Apply a diff from https://bugs.gentoo.org/869170 that fixes this, by removing usage of std::binary_function, and replacing it with typedefs. PR: 271846 Approved by: fluffy (maintainer) MFH: 2023Q2 textproc/clucene/Makefile | 2 +- .../clucene/files/patch-fix-binary-function (new) | 147 +++++++++++++++++= ++++ 2 files changed, 148 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271846-25061-plHabp0ITx>