Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile 29 Oct 2021 05:17:51 -0000 1.25
+++ Makefile 1 Dec 2021 11:16:39 -0000
@@ -2,7 +2,7 @@
COMMENT = desktop sync client for Nextcloud
-V = 3.3.6
+V = 3.4.0
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -13,8 +13,8 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 0.1 # 3.2.1
-SHARED_LIBS += nextcloud_csync 0.0 # 3.2.1
+SHARED_LIBS += nextcloudsync 1.0 # 3.4.0
+SHARED_LIBS += nextcloud_csync 1.0 # 3.4.0
MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>
@@ -81,10 +81,6 @@ CONFIGURE_ARGS += -DCMAKE_C_FLAGS="${CFL
-L${LOCALBASE}/lib \
-linotify \
-Wl,-rpath=${LOCALBASE}/lib/inotify"
-
-post-extract:
- # use system-wide cmake modules
- rm ${WRKSRC}/cmake/modules/GNUInstallDirs.cmake
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Nextcloud/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 29 Oct 2021 05:17:51 -0000 1.22
+++ distinfo 1 Dec 2021 11:16:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.3.6.tar.gz) = xTv+pRVHHCFDfu/vh60tlicr1CHKdmtAGioohMTsPAc=
-SIZE (nextcloudclient-3.3.6.tar.gz) = 14106065
+SHA256 (nextcloudclient-3.4.0.tar.gz) = cTCV6zs4Uf+eqvZ939UoIO6bpBJRt45SHs8e901WEwo=
+SIZE (nextcloudclient-3.4.0.tar.gz) = 14278587
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.5
diff -u -p -r1.5 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 6 Aug 2021 14:37:53 -0000 1.5
+++ patches/patch-CMakeLists_txt 1 Dec 2021 11:16:39 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.5 202
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -266,4 +266,4 @@ elseif(BUILD_CLIENT)
+@@ -254,4 +254,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()
Index: patches/patch-src_csync_ConfigureChecks_cmake
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-src_csync_ConfigureChecks_cmake,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_csync_ConfigureChecks_cmake
--- patches/patch-src_csync_ConfigureChecks_cmake 6 May 2021 12:43:34 -0000 1.4
+++ patches/patch-src_csync_ConfigureChecks_cmake 1 Dec 2021 11:16:39 -0000
@@ -5,7 +5,7 @@ Stop consuming devel/argp-standalone
Index: src/csync/ConfigureChecks.cmake
--- src/csync/ConfigureChecks.cmake.orig
+++ src/csync/ConfigureChecks.cmake
-@@ -15,7 +15,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
+@@ -14,7 +14,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
set(SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR})
# HEADER FILES
Rafael, thank you for the explanation and for the help one more time!
Here is the diff with fixed SHARED_LIBS.
Obrigado.
Em qua., 1 de dez. de 2021 às 02:07, Rafael Sadowski
<rafael@sizeofvoid.org> escreveu:
>
> On Tue Nov 30, 2021 at 11:04:57PM -0400, Adriano Barbosa wrote:
> > Hi.
> > Joel Carnat reported he can't complete the build with this diff (log
> > attached). I can reproduce the error if I have nextcloudclient v3.3.6
> > installed, but if it's not installed the build completes successfully.
> > I had this problem on the initial submission of the port and the
> > advice was to uninstall any old versions, but never knew why.
> > I also noticed after submitting the diff for v3.4.0 that SHARED_LIBS
> > version needed a bump and thought that could be the source of the
> > problem, but still could not complete the build if the old version is
> > installed.
> > Appreciate any help.
> >
> > Obrigado.
>
> Unfortunately, this is a know behavior with some cmake ports. That is
> not nextcloudclient specific. Be my guest to fix devel/cmake. My guess
> is that the linker flags are wrong or in the wrong order, maybe even
> because we override/use CMAKE_EXE_LINKER_FLAGS.
>
> I know of no solution other than uninstalling.
>
> >
> > Em ter., 30 de nov. de 2021 às 15:46, Adriano Barbosa
> > <barbosa.aob@gmail.com> escreveu:
> > >
> > > Hi.
> > > Update for net/nextcloudclient v3.4.0
> > > Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.4.0
> > >
> > > Thank you for testing.
> > > --
> > > Adriano Barbosa
> >
> >
> >
> > --
> > Adriano Barbosa
>
>
--
Adriano Barbosa
No comments:
Post a Comment