Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Apr 2018 10:12:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 227042] devel/icu: update to 61.1
Message-ID:  <bug-227042-25061-stCy6e7pdo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227042-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227042-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=3D227042

--- Comment #16 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Apr  4 10:11:48 UTC 2018
New revision: 466416
URL: https://svnweb.freebsd.org/changeset/ports/466416

Log:
  textproc/zorba: unbreak with ICU 61

  In file included from src/functions/func_any_uri.cpp:27:
  In file included from src/functions/func_any_uri.h:30:
  In file included from src/functions/function_impl.h:25:
  In file included from src/context/static_context.h:43:
  In file included from src/zorbautils/hashmap_zstring.h:23:
  src/util/utf8_util.h:784:22: error: unknown type name 'Collator'; did you
mean 'UCollator'?
    return static_cast<Collator*>( collation->getCollator() )->compare(us1,
us2);
                       ^~~~~~~~
                       UCollator
  /usr/local/include/unicode/ucol.h:58:26: note: 'UCollator' declared here
  typedef struct UCollator UCollator;
                           ^
  In file included from src/runtime/full_text/default_tokenizer.cpp:25:
  src/runtime/full_text/icu_tokenizer.h:56:27: error: unknown type name
'RuleBasedBreakIterator'; did you mean 'icu::RuleBasedBreakIterator'?
    typedef std::unique_ptr<RuleBasedBreakIterator> rbbi_ptr;
                            ^~~~~~~~~~~~~~~~~~~~~~
                            icu::RuleBasedBreakIterator
  /usr/local/include/unicode/rbbi.h:53:20: note: 'icu::RuleBasedBreakIterat=
or'
declared here
  class U_COMMON_API RuleBasedBreakIterator /*U_FINAL*/ : public BreakItera=
tor
{
                     ^

  https://ssl.icu-project.org/trac/changeset/40705

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

Changes:
  head/textproc/zorba/Makefile

--=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-227042-25061-stCy6e7pdo>