Bug 266431 - deskutils/nextcloudclient: Update to 3.6.0
Summary: deskutils/nextcloudclient: Update to 3.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Michael Reifenberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-15 21:41 UTC by Guido Falsi
Modified: 2022-09-18 12:36 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mr)


Attachments
patch v1 (1.40 KB, patch)
2022-09-15 21:41 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!