Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 21:53:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 278420] devel/icu: update to 75.1
Message-ID:  <bug-278420-25061-ukAOEnMIwD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278420-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278420-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278420

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3De680bd98d34a86302db434c5be23d0c=
f9d23df23

commit e680bd98d34a86302db434c5be23d0cf9d23df23
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-20 21:49:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-20 21:52:00 +0000

    devel/php*-intl: unbreak build with ICU 75

    In file included from ext/intl/intl_convertcpp.cpp:17:
    In file included from ./intl_convertcpp.h:22:
    In file included from /usr/local/include/unicode/unistr.h:39:
    /usr/local/include/unicode/stringpiece.h:133:29: error: no template nam=
ed
'enable_if_t' in namespace 'std'
                typename =3D std::enable_if_t<
                           ~~~~~^
    /usr/local/include/unicode/stringpiece.h:134:23: error: no template nam=
ed
'is_same_v' in namespace 'std'; did you mean 'is_same'?
                    (std::is_same_v<decltype(T().data()), const char*>
                     ~~~~~^
    /usr/include/c++/v1/__type_traits/is_same.h:22:29: note: 'is_same' decl=
ared
here
    struct _LIBCPP_TEMPLATE_VIS is_same : _BoolConstant<__is_same(_Tp, _Up)=
> {
};
                                ^
    In file included from ext/intl/intl_convertcpp.cpp:17:
    In file included from ./intl_convertcpp.h:22:
    In file included from /usr/local/include/unicode/unistr.h:39:
    /usr/local/include/unicode/stringpiece.h:139:17: error: use of
address-of-label extension outside of a function body
                    std::is_same_v<decltype(T().size()), size_t>>>
                    ^
    /usr/local/include/unicode/stringpiece.h:139:62: error: expected member
name or ';' after declaration specifiers
                    std::is_same_v<decltype(T().size()), size_t>>>
                                                                 ^
    PR:             278420
    Reported by:    antoine (via exp-run)

 devel/php81-intl/Makefile                    |  1 +
 devel/php81-intl/files/patch-config.m4 (new) | 22 ++++++++++++++++++++++
 devel/php82-intl/Makefile                    |  2 +-
 devel/php82-intl/files/patch-config.m4 (new) | 22 ++++++++++++++++++++++
 devel/php83-intl/Makefile                    |  2 +-
 devel/php83-intl/files/patch-config.m4 (new) | 22 ++++++++++++++++++++++
 6 files changed, 69 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278420-25061-ukAOEnMIwD>