ports/textproc/clucene/files
Dimitry Andric 36efbbee6d 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 >= 16 or gcc >= 11, because C++17 is 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
2023-06-05 22:45:44 +02:00
..
patch-CMakeLists.txt
patch-fix-binary-function textproc/clucene: apply gentoo patch for C++17 conformance 2023-06-05 22:45:44 +02:00
patch-src__contribs-lib__CLucene__analysis__cjk__CJKAnalyzer.h
patch-src__contribs-lib__CLucene__analysis__de__GermanStemmer.cpp
patch-src__contribs-lib__CLucene__highlighter__Highlighter.cpp - Fix a buffer overflow in highlighter. [1] 2013-03-28 00:18:41 +00:00
patch-src__contribs-lib__CLucene__highlighter__WeightedTerm.cpp
patch-src__contribs-lib__CLucene__snowball__libstemmer__libstemmer.c
patch-src__contribs-lib__CLucene__snowball__Snowball.cpp
patch-src__contribs-lib__CLucene__snowball__SnowballAnalyzer.h
patch-src__contribs-lib__CMakeLists.txt - Re-assign textproc/clucene maintainship to office@. [1] 2013-01-28 22:25:05 +00:00
patch-src__core__CLucene__analysis__AnalysisHeader.cpp
patch-src__core__CLucene__index__DocumentsWriter.cpp
patch-src__core__CLucene__index__DocumentsWriterThreadState.cpp
patch-src__core__CLucene__index__IndexFileDeleter.cpp
patch-src__core__CLucene__index__IndexWriter.cpp
patch-src__core__CLucene__index__IndexWriter.h
patch-src__core__CLucene__index__TermInfosReader.cpp
patch-src__core__CLucene__queryParser__legacy__Lexer.cpp
patch-src__core__CLucene__queryParser__QueryParser.cpp
patch-src__core__CLucene__queryParser__QueryParserTokenManager.cpp
patch-src__core__CLucene__search__ConstantScoreQuery.cpp
patch-src__core__CLucene__store__FSDirectory.cpp
patch-src__core__CLucene__store__IndexInput.cpp
patch-src__core__CLucene__util__BitSet.cpp
patch-src__core__CLucene__util__BitSet.h
patch-src__core__CLucene__util__MD5Digester.cpp
patch-src__core__CLucene__util__VoidMap.h
patch-src__core__CMakeLists.txt
patch-src__core__libclucene-core.pc.cmake
patch-src__shared__CLucene__LuceneThreads.h
patch-src__shared__cmake__CheckHashmaps.cmake Fix compiler warnings. Note some patches were obtained from LibreOffice. 2014-06-25 04:42:15 +00:00
patch-src__shared__cmake__MacroCheckGccVisibility.cmake
patch-src__shared__CMakeLists.txt - Fix a buffer overflow in highlighter. [1] 2013-03-28 00:18:41 +00:00