Bug 275806 - deskutils/syncthingtray: update to 1.4.13
Summary: deskutils/syncthingtray: update to 1.4.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://github.com/Martchus/syncthing...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-17 16:01 UTC by Denis Shaposhnikov
Modified: 2024-02-12 17:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lwhsu)


Attachments
unbreak build (650 bytes, patch)
2023-12-17 16:01 UTC, Denis Shaposhnikov
no flags Details | Diff
update to 1.4.13 (2.50 KB, patch)
2024-02-10 20:36 UTC, Denis Shaposhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2023-12-17 16:01:48 UTC
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.
Comment 1 Denis Shaposhnikov 2024-02-10 20:36:25 UTC
Created attachment 248335 [details]
update to 1.4.13

Update deskutils/syncthingtray to 1.4.13 release
Comment 2 Denis Shaposhnikov 2024-02-10 20:37:08 UTC
Update deskutils/syncthingtray to 1.4.13 release
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-12 17:00:02 UTC
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(-)