Version 2026.08.20 Release Notes - Added DuckDuckGo search engine. - Allow for accepting certificate exceptions in Qt 6. - For Qt 6.8 and newer, reject a sub-resource certificate if it's invalid. - New Settings -> Display -> Style Override. Set to Fusion on MacOS and Windows. This setting prepares the environment variable QT_STYLE_OVERRIDE. The new setting is recorded in the dooble.ini file. - New domain-filtering files. Please import from the Data directory. - QWebEnginePage::certificateError() is a signal in Qt 6. Modified the logic for both Qt 5 and Qt 6. - Signed MacOS application. - Support QWebEnginePage::fileSystemAccessRequested(). Requires Qt 6.4 and newer. Requests are denied. - Yet another LTS release: Kubuntu 26.04 AMD64, MacOS 15 Universal, PiOS 13 ARM64, Windows 11 AMD64. Version 2026.08.21 Release Notes - Compilation problem in Qt 5. GitHub ticket #278.
Created attachment 274117 [details] update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295322#c3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296679#c1
*** Bug 297899 has been marked as a duplicate of this bug. ***
It might be better to link it with gpgme. It appears to be used for the application lock function.
Created attachment 274158 [details] build with gpgme
(In reply to Kousuke Kannagi from comment #4) OK, updated patch file.
Created attachment 274214 [details] Update to 2026.08.21 Move LIB_DEPENDS before USES block. Replace /usr/local with ${LOCALBASE}. Simplify desktop-file-edit. (In reply to Eric Camachat from comment #6) What do you think of this patch?
USES=ssl is also not required.
Created attachment 274284 [details] update patch (In reply to Kousuke Kannagi from comment #7)
env TWEBENGINE_DICTIONARIES_PATH has no effect.
Install dictionaries into ${DATADIR} to avoid pageedit conflict.
Created attachment 274295 [details] Update to 2026.08.21 Move LIB_DEPENDS before USES block. Move PLIST_SUB after USES=qmake related variables. Remove the unnecessary desktop-file-edit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3c5311b86f16ff058fb6ef4c94dba5e145571bd commit a3c5311b86f16ff058fb6ef4c94dba5e145571bd Author: Eric Camachat <eric@camachat.org> AuthorDate: 2026-08-31 04:34:29 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-09-01 21:51:41 +0000 www/dooble: Update to 2026.08.21 Link with gpgme for use with the application lock function. Replace /usr/local with ${LOCALBASE}. Install dictionaries into ${DATADIR} to avoid pageedit conflict. Remove the unnecessary desktop-file-edit. Changelog: https://github.com/textbrowser/dooble/releases#release-2026.08.21 PR: 297900 Approved by: Eric Camachat <eric@camachat.org> (maintainer) Approved by: osa (mentor) Co-authored-by: mce textproc/pageedit/Makefile | 2 -- www/dooble/Makefile | 32 +++++++------------ www/dooble/distinfo | 6 ++-- .../files/patch-Source_dooble__settings.cc (new) | 37 ++++++++++++++++++++++ www/dooble/files/patch-dooble.pro (new) | 29 +++++++++++++++++ 5 files changed, 81 insertions(+), 25 deletions(-)
Thank you.