- added libargon2 as dependency
Changelogs:
https://github.com/haiwen/seafile-client/releases/tag/v9.0.18
..
https://github.com/haiwen/seafile-client/releases/tag/v9.0.7
Differential D57610
update version to 9.0.18 Authored by d.stoye_cms.hu-berlin.de on Tue, Jun 16, 7:03 PM. Tags None Referenced Files
Details
Changelogs:
Diff Detail
Event TimelineComment Actions Yes, i'm planning on doing that. As seafile is currently unbuildable without patches on FreeBSD. Comment Actions Can you fix metadata on your patch while I am running in poudriere: Author: Charlie Root <root@bsdell.fritz.box>? Comment Actions GUI does not configure for me, qmake is missing: ===> Configuring for seafile-gui-9.0.18_1
===> Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/net-mgmt/seafile-gui/work/.build
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/local/bin/pkgconf (found version "2.4.3")
CMake Warning (dev) at CMakeLists.txt:37 (SET):
implicitly converting 'Path to breakpad's root' to 'STRING' type.
This warning is for project developers. Use -Wno-dev to suppress it.
Build type: Release
bash: line 1: qmake_executable-NOTFOUND: command not found
Qt version:
bash: line 1: qmake: command not found
QT_VERSION_MAJOR:
CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5WebEngineCore"
with any of the following names:
Qt5WebEngineCoreConfig.cmake
qt5webenginecore-config.cmake
Add the installation prefix of "Qt5WebEngineCore" to CMAKE_PREFIX_PATH or
set "Qt5WebEngineCore_DIR" to a directory containing one of the above
files. If "Qt5WebEngineCore" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:181 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
*** Error code 1Comment Actions i am setting up a clean build environment, to not miss any more dependencies, will update Makefile afterwards Comment Actions not qmake, but webengine (USE_QT= webengine). Please, consider switching the port to Qt 6, since Qt 5 is EOLed. You may need to use CMAKE_ARGS= -DQT_VERSION_MAJOR=6 for that. Comment Actions Make Q/A is unsure: Error: /usr/local/bin/seafile-applet is linked to /usr/local/lib/qt5/libQt5Positioning.so.5 from devel/qt5-location but it is not declared as a dependency vs: Warning: you might not need LIB_DEPENDS on libQt5Location.so So i'll keep it for now. Comment Actions when these 2 packages are building now, is that something i can do in _2? so we have a current version for now? Comment Actions No, it's not a blocker. Use can still use Qt5 if you need to update to the latest version as soon as possible, and switch to Qt 6 later. To switch the port to Qt6 replace USES= qt:5 with USES= qt:6 and adjust USE_QT components. If cmake checks for Qt5 first, then pass CMAKE_ARGS= -DQT_VERSION_MAJOR=6 to force the build with Qt 6.
Comment Actions added feedback by makc | ||||||||||||||||||||||||||||||||||||||||||||||||||