Created attachment 222237 [details] patch Update deskutils/nextcloudclient to 3.1.2 This version has changes to the auth code. I added the -DNO_SHIBBOLETH=1 to disable code that fails to compile now. It has been removed from teh source code as dead code shortly after the release: https://github.com/nextcloud/desktop/commit/db0f1e245df27e5673df0931da0e4e0f56e1c0b6 Before that upstream builds had this NO_SHIBBOLETH=1 flag turned on. It now depends on websockets in place of webkit due to this. Apart from this change this is a routine update.
A commit references this bug: Author: mr Date: Tue Feb 9 15:44:29 UTC 2021 New revision: 564790 URL: https://svnweb.freebsd.org/changeset/ports/564790 Log: Update deskutils/nextcloudclient to 3.1.2 Thanks to Guido for providing the patch. This version has changes to the auth code. Guido added the -DNO_SHIBBOLETH=1 to disable code that fails to compile now. It has been removed from the source code as dead code shortly after the release: https://github.com/nextcloud/desktop/commit/db0f1e245df27e5673df0931da0e4e0f56e1c0b6 Before that upstream builds had this NO_SHIBBOLETH=1 flag turned on. It now depends on websockets in place of webkit due to this. Apart from this change this is a routine update. PR: 253319 Submitted by: Guido Falsi Changes: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo head/deskutils/nextcloudclient/pkg-plist
I noticed I forgot to close this one. Thanks for the commit!