Created attachment 235102 [details] patch
Thanks Yuri, Unfortunately, there are problems with cad/caneda, science/elmerfem and comms/gnuradio. Patch for cad/caneda: https://github.com/lbartoletti/freebsd-ports/commit/d0adfe222b26d30bc343aa7815d23f6b8b745a21 Patch for science/elmerfem: https://github.com/lbartoletti/freebsd-ports/commit/baf4952a041656b87be0cf656481983a8d48d365 And WIP -- don't remember what I have to finish -- for comms/gnuradio: https://github.com/lbartoletti/freebsd-ports/commit/053268f54b910851239cdc4a07df37bf129ef9b0
Created attachment 248655 [details] x11-toolkits/qwt6: Update to 6.2.0 and flavorize Hi, Here is the patch for qwt6 update, including Qt flavorization. All ports have been tested on poudriere 13amd64. The special cases of comms/gnuradio, science/elmerfem and cad/caneda have been fixed using upstream commits/patches.
(In reply to Loïc Bartoletti from comment #2) Hi Loïc, Many thanks for this interesting patch. Building x11-toolkits/qwt6@qt6 on recent CURRENT amd64 works fine :D Next I will try to build QGIS with Qt6 and qwt6@qt6 and see what happens ...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eff5648403f6eadaf33696f79339a677f99905d commit 8eff5648403f6eadaf33696f79339a677f99905d Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-02-25 21:59:22 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2024-02-22 08:14:00 +0000 x11-toolkits/qwt6: Update to 6.2.0 and flavorize it - Update to 6.2.0 - Flavorize Qt - Delete patches fixed/applied upstream - Update ports with qwt6@qt5 PR: 265069 Reported by: yuri cad/caneda/Makefile | 4 +- comms/gnuradio/Makefile | 2 +- graphics/qgis-ltr/Makefile | 6 +- graphics/qgis/Makefile | 5 +- net/ecal/Makefile | 4 +- science/elmerfem/Makefile | 4 +- x11-toolkits/qwt6/Makefile | 23 ++- x11-toolkits/qwt6/distinfo | 6 +- .../qwt6/files/patch-designer_designer.pro | 24 +-- x11-toolkits/qwt6/files/patch-qwt.prf (gone) | 8 - x11-toolkits/qwt6/files/patch-qwtconfig.pri | 19 +- x11-toolkits/qwt6/files/patch-src__src.pro (gone) | 11 -- .../patch-src_qwt__null__paintdevice.h (gone) | 10 - .../qwt6/files/patch-src_qwt__painter.h (gone) | 18 -- .../files/patch-src_qwt__plot__glcanvas.h (gone) | 10 - .../files/patch-textengines_textengines.pri (gone) | 11 -- x11-toolkits/qwt6/pkg-plist | 204 +++++++++++++++++++-- 17 files changed, 229 insertions(+), 140 deletions(-)
Committed with modifications, thanks!