Bug 266431

Summary: deskutils/nextcloudclient: Update to 3.6.0
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Michael Reifenberger <mr>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (mr)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch v1 none

Description Guido Falsi freebsd_committer freebsd_triage 2022-09-15 21:41:23 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-18 12:33:22 UTC
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(-)
Comment 2 Michael Reifenberger freebsd_committer freebsd_triage 2022-09-18 12:36:10 UTC
Hi,
done, thanks for your work too!