Created attachment 236581 [details] patch v1 Hi! I've prepared an update to the latest nextcloud desktop client. I've added a dependency on USE_QT=quickcontrols that is required to get the main window to actually open. USE_QT= I was struggling with this and then found this comment in an upstream bug report [1] that indicates adding this dependency makes it work. Testing confirmed it does actually fix it. It's working fine now here on my machines and builds as usual on all supported FreeBSD versions in poudriere. Thanks for any time you'll dedicate to this! [1] https://github.com/nextcloud/desktop/issues/4916#issuecomment-1242174205
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=db88e1d1c12099ce39d810ec19c350433ddfdc11 commit db88e1d1c12099ce39d810ec19c350433ddfdc11 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2022-09-18 12:29:42 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2022-09-18 12:29:42 +0000 deskutils/nextcloudclient: Update Update to 3.6.0 Add a dependency on quickcontrols to get the main window opened. PR: 266431 Reported by: madpilot@ deskutils/nextcloudclient/Makefile | 6 +++--- deskutils/nextcloudclient/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Hi, done, thanks for your work too!