Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Oct 2021 14:54:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 258794] (WIP) devel/icu: update to 70.1
Message-ID:  <bug-258794-25061-62zk4AF4Dt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258794-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258794-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=3D258794

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2c2eb4692242d0f7c9e125920a712bc=
8f4ec0154

commit 2c2eb4692242d0f7c9e125920a712bc8f4ec0154
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-06 14:22:52 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-06 14:52:33 +0000

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

    In file included from breakiterator/breakiterator_class.cpp:21:
    breakiterator/codepointiterator_internal.h:40:17: error: virtual functi=
on
'operator=3D=3D' has a different return type ('UBool' (aka 'signed char')) =
than the
function it overrides (which has return type 'bool')
                    virtual UBool operator=3D=3D(const BreakIterator& that)=
 const;
                            ~~~~~ ^
    /usr/local/include/unicode/brkiter.h:127:18: note: overridden virtual
function is here
        virtual bool operator=3D=3D(const BreakIterator&) const =3D 0;
                ~~~~ ^

    PR:             258794
    Reported by:    antoine (via exp-run)

 devel/php73-intl/files/patch-icu70 (new) | 38 ++++++++++++++++++++++++++++=
++++
 devel/php74-intl/files/patch-icu70 (new) | 38 ++++++++++++++++++++++++++++=
++++
 devel/php80-intl/files/patch-icu70 (new) | 38 ++++++++++++++++++++++++++++=
++++
 3 files changed, 114 insertions(+)

--=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-258794-25061-62zk4AF4Dt>