Sorry, I can't suggest anything.
I just tested your diff and it's working here without any issues. Just
synced 6GB on a secondary machine.
ok for your diff from me.
Em sex., 4 de fev. de 2022 às 11:18, Stuart Henderson
<stu@spacehopper.org> escreveu:
>
> On 2022/02/04 15:17, Stuart Henderson wrote:
> > hmm, nextcloudclient doesn't seem to work for me (I haven't used
> > it before). It connects and authenticates and allows me to start a sync,
> > but then after displaying some items from the server the window closes
> > and the process stays running (waitchan kqread). Same with the 3.4.1
> > version in-tree. Any ideas?
>
> (FWIW server is 22.2.3 on OpenBSD).
> >
> >
> > On 2022/02/04 14:56, Stuart Henderson wrote:
> > > On 2022/02/04 09:23, Adriano Barbosa wrote:
> > > > ping
> > > >
> > > > Em sex., 28 de jan. de 2022 às 21:47, Adriano Barbosa
> > > > <barbosa.aob@gmail.com> escreveu:
> > > > >
> > > > > Hi.
> > > > > Update for net/nextcloudclient v3.4.2
> > > > > Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.4.2
> > > > >
> > > > > Thank you for testing.
> > > > > --
> > > > > Adriano Barbosa
> > > >
> > > >
> > > >
> > > > --
> > > > Adriano
> > > >
> > >
> > > Mind if I do this to get rid of the humongous BDEP?
> > > Sync WANTLIB while there.
> > >
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
> > > retrieving revision 1.27
> > > diff -u -p -r1.27 Makefile
> > > --- Makefile 22 Dec 2021 07:26:22 -0000 1.27
> > > +++ Makefile 4 Feb 2022 14:56:06 -0000
> > > @@ -2,7 +2,7 @@
> > >
> > > COMMENT = desktop sync client for Nextcloud
> > >
> > > -V = 3.4.1
> > > +V = 3.4.2
> > > DISTNAME = nextcloudclient-${V}
> > >
> > > GH_ACCOUNT = nextcloud
> > > @@ -21,23 +21,22 @@ MAINTAINER = Adriano Barbosa <barbosa.ao
> > > # GPLv2+
> > > PERMIT_PACKAGE = Yes
> > >
> > > -WANTLIB += ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
> > > -WANTLIB += Qt5Network Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels
> > > -WANTLIB += Qt5Quick Qt5QuickControls2 Qt5Svg Qt5WebChannel Qt5WebEngineCore
> > > -WANTLIB += Qt5WebEngineWidgets Qt5WebSockets Qt5Widgets Qt5Xml
> > > -WANTLIB += c crypto gio-2.0 glib-2.0 gobject-2.0 intl m qt5keychain
> > > -WANTLIB += secret-1 sqlite3 ssl z lib/inotify/inotify
> > > +WANTLIB += ${COMPILER_LIBCXX} lib/inotify/inotify
> > > +WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Positioning
> > > +WANTLIB += Qt5PrintSupport Qt5Qml Qt5QmlModels Qt5Quick Qt5QuickControls2
> > > +WANTLIB += Qt5Svg Qt5WebChannel Qt5WebEngineCore Qt5WebEngineWidgets
> > > +WANTLIB += Qt5WebSockets Qt5Widgets Qt5Xml c crypto m qt5keychain
> > > +WANTLIB += sqlite3 ssl z
> > >
> > > MODULES = devel/cmake \
> > > x11/qt5
> > >
> > > BUILD_DEPENDS = devel/gettext,-tools
> > >
> > > -# Generate png icons with inkscape
> > > -# https://github.com/nextcloud/desktop/pull/3466
> > > -BUILD_DEPENDS += graphics/inkscape
> > > +# for converting svg icons to png
> > > +BUILD_DEPENDS += x11/gnome/librsvg
> > >
> > > -# Needs for test at build-time
> > > +# for tests, but detected during configure
> > > BUILD_DEPENDS += devel/cmocka
> > >
> > > RUN_DEPENDS = devel/desktop-file-utils \
> > > Index: distinfo
> > > ===================================================================
> > > RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
> > > retrieving revision 1.24
> > > diff -u -p -r1.24 distinfo
> > > --- distinfo 22 Dec 2021 07:26:22 -0000 1.24
> > > +++ distinfo 4 Feb 2022 14:56:06 -0000
> > > @@ -1,2 +1,2 @@
> > > -SHA256 (nextcloudclient-3.4.1.tar.gz) = rQMSk8/QHxNUbEidYJRwKysGUPJCRm/7KTSgAhVOcck=
> > > -SIZE (nextcloudclient-3.4.1.tar.gz) = 14310501
> > > +SHA256 (nextcloudclient-3.4.2.tar.gz) = JRnSMp4Z+AVgmqkqpLy8C4r7+2iwZ+ljqoSdpQsjbF0=
> > > +SIZE (nextcloudclient-3.4.2.tar.gz) = 14329069
> > > Index: patches/patch-src_gui_CMakeLists_txt
> > > ===================================================================
> > > RCS file: patches/patch-src_gui_CMakeLists_txt
> > > diff -N patches/patch-src_gui_CMakeLists_txt
> > > --- /dev/null 1 Jan 1970 00:00:00 -0000
> > > +++ patches/patch-src_gui_CMakeLists_txt 4 Feb 2022 14:56:06 -0000
> > > @@ -0,0 +1,14 @@
> > > +$OpenBSD$
> > > +
> > > +Index: src/gui/CMakeLists.txt
> > > +--- src/gui/CMakeLists.txt.orig
> > > ++++ src/gui/CMakeLists.txt
> > > +@@ -266,7 +266,7 @@ endif()
> > > +
> > > + # Generate png icons from svg
> > > + find_program(SVG_CONVERTER
> > > +- NAMES inkscape inkscape.exe rsvg-convert
> > > ++ NAMES rsvg-convert
> > > + REQUIRED
> > > + HINTS "C:\\Program Files\\Inkscape\\bin" "/usr/bin" ENV SVG_CONVERTER_DIR)
> > > + # REQUIRED keyword is only supported on CMake 3.18 and above
> > >
--
Adriano Barbosa
No comments:
Post a Comment