Le Sat, Nov 09, 2024 at 09:57:49AM -0400, Adriano Barbosa a écrit : > > > > On 9 Nov 2024, at 04:06, Landry Breuil <lan...@openbsd.org> wrote: > > > > Le Fri, Nov 08, 2024 at 09:21:57AM -0400, Adriano Barbosa a écrit : > >> Hi. > >> Update for net/nextcloudclient v3.14.3 > >> > >> Changelog: > >> https://github.com/nextcloud/desktop/releases/v3.14.3 > >> [stable-3.14] create a permanent log of delete actions by @backportbot > >> in #7381 > >> [stable-3.14] detect the terms of service app is requiring the user to > >> sign them by @backportbot in #7386 > >> [stable-3.14] content access denied error during discovery: verify > >> server access by @backportbot in #7392 > >> [stable-3.14] properly detect need to sign terms of service state by > >> @backportbot in #7396 > >> [stable-3.14] improve again state tracking with terms of service app > >> by @backportbot in #7406 > >> [stable-3.14] Change defaults of promptDeleteFiles to false by > >> @backportbot in #7411 > >> [stable-3.14] Update share link for AppImage tool by @backportbot in > >> #7440 > >> [stable-3.14] Bugfix update channels by @backportbot in #7443 > >> [stable-3.14] Only display server name in multiple override servers > >> dropdown by @backportbot in #7424 > > > > dunno if its my local install of qt6, but maybe WANTLIB needs tweaking ? > > > > Extra: Qt6Positioning.2 Qt6PrintSupport.1 Qt6WebChannel.2 > > Extra: Qt6WebEngineCore.1 Qt6WebEngineWidgets.1 > > I'm also not sure what we could be missing here, but compiling without > Qt6Positioning, Qt6PrintSupport, Qt6WebChannel, Qt6WebEngineCore, and > Qt6WebEngineWidgets, this is what I get from port-lib-depends-check > > nextcloudclient-3.14.3(net/nextcloudclient): > Missing: Qt6Positioning.2 from qt6-qtpositioning-6.7.3 > (/usr/local/bin/nextcloud) > Missing: Qt6PrintSupport.1 from qt6-qtbase-6.7.3 (/usr/local/bin/nextcloud) > Missing: Qt6WebChannel.2 from qt6-qtwebchannel-6.7.3 > (/usr/local/bin/nextcloud) > Missing: Qt6WebEngineCore.1 from qt6-qtwebengine-6.7.3p2 > (/usr/local/bin/nextcloud) > Missing: Qt6WebEngineWidgets.1 from qt6-qtwebengine-6.7.3p2 > (/usr/local/bin/nextcloud) > Bogus WANTLIB: inotify.3 (/usr/local/lib/libnextcloudsync_vfs_suffix.so.4.0) > (NOT REACHABLE) > WANTLIB += Qt6Positioning Qt6PrintSupport Qt6WebChannel Qt6WebEngineCore > WANTLIB += Qt6WebEngineWidgets > *** Error 1 in target 'port-lib-depends-check' (ignored)
ok no worries, that's probably my local install being a bit off. i've commited your version of the diff, thanks !