Created attachment 213877 [details] www/wt v4.3.0 to v4.3.1 patch file Release 4.3.1 (April 20, 2020) This release fixes the following issues: WWebWidget: moved id_ out of OtherImpl: this fixes issues caused by the id_ being removed before other things that depend on it, like the jsScrollVisibilityChanged_ signal. Fixes issue #7508. Fixed join information not being copied over when copying Wt::Dbo::AbstractQuery. MinGW fixes: Direct2D/DirectWrite were disabled and are now enabled by default. Libraries were changed to lowercase for cross-compiling from Linux. Windows is case-insensitive, and MinGW libraries on Linux are lowercase. Fixes issue #7505. Fixed a wrong documentation link in the widget gallery. https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
A commit references this bug: Author: lbartoletti Date: Sat May 2 06:35:01 UTC 2020 New revision: 533666 URL: https://svnweb.freebsd.org/changeset/ports/533666 Log: www/wt: Update to 4.3.1 Changelog: - https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html PR: 245989 Submitted by: Mohammad S. Babaei (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24633 Changes: head/www/wt/Makefile head/www/wt/distinfo head/www/wt/pkg-plist
Committed, thanks!