Created attachment 229328 [details] update to 1.31.2 Hi, I send a patch to update recoll to 1.31.2 version. Changelog: https://www.lesbonscomptes.com/recoll/pages/release-history.html Specific changes to this port version: - Update filters according to new version - X11MON option is not longer broken, fixed in Makefile.in patch Apply this patch against main git branch with git am. Regards
(In reply to jjuanino from comment #0) Oh, nice, I've started to work on updating it myself, and your patch came just in time!
Created attachment 229371 [details] Screenshot: starting …
Created attachment 229372 [details] … success. I used nano(1) to create, edit, write out (save) then exit from a short, simple text file. Its content was found by Recoll. Then mv(1) to rename the file, and again nano – to edit (remove one of three words) and write out without closure. Recoll found the file and represented its reduced content: * screenshot attached. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76d53e6ee5976214a52bf2082efc11d681a9fb20 commit 76d53e6ee5976214a52bf2082efc11d681a9fb20 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-11-10 16:21:48 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-11-10 16:21:48 +0000 deskutils/recoll: update the port and improve option handling - Update Recoll to the latest version 1.31.2 - Unbreak the build with X11MON option (add missing -lfam) - Unbreak stripping when CHM option is disabled PR: 259679 deskutils/recoll/Makefile | 18 +++++++-------- deskutils/recoll/distinfo | 6 ++--- deskutils/recoll/files/patch-Makefile.in | 15 ++++++++++--- .../recoll/files/patch-utils_fileudi.cpp (gone) | 10 --------- deskutils/recoll/pkg-plist | 26 ++++++++++++++-------- 5 files changed, 40 insertions(+), 35 deletions(-)
Committed with minor modifications, thanks!