Created attachment 247102 [details] unbreak build Hi, after updating ports deskutils/syncthingtray doesn't build with /wrkdirs/usr/ports/deskutils/syncthingtray/work/c++utilities/chrono/timespan.cpp:74:18: error: implicit instantiation of undefined template 'std::array<double, 4>' auto parts = std::array<double, 4>(); ^ /usr/include/c++/v1/__tuple:219:64: note: template is declared here template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; ^ 1 error generated. Upstream fixed it in https://github.com/Martchus/cpp-utilities/commit/b8dff49c017488971bd9668227425ad8a98383ac Attached patch unbreaks build of deskutils/syncthingtray.
Created attachment 248335 [details] update to 1.4.13 Update deskutils/syncthingtray to 1.4.13 release
Update deskutils/syncthingtray to 1.4.13 release
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f75705cb5d8b3fd641e5da352cfc302f862ca04 commit 6f75705cb5d8b3fd641e5da352cfc302f862ca04 Author: Denis Shaposhnikov <dsh@bamus.cz> AuthorDate: 2024-02-12 16:56:54 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-02-12 16:59:01 +0000 deskutils/syncthingtray: Update to 1.4.13 PR: 275806 deskutils/syncthingtray/Makefile | 6 +++--- deskutils/syncthingtray/distinfo | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-)