Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 22:24:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 218788] devel/icu: Update to 59.1
Message-ID:  <bug-218788-25061-KI3BgC7GkD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218788-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218788-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=3D218788

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

Author: jbeich
Date: Tue Sep 12 22:23:50 UTC 2017
New revision: 449741
URL: https://svnweb.freebsd.org/changeset/ports/449741

Log:
  graphics/mapnik: unbreak with ICU 59.1

  src/unicode.cpp:47:42: error: incomplete result type
'mapnik::value_unicode_string' (aka 'icu::UnicodeString') in function
definition
  mapnik::value_unicode_string transcoder::transcode(const char* data,
std::int32_t length) const
                                           ^
  include/mapnik/value_types.hpp:39:11: note: forward declaration of
'icu::UnicodeString'
      class UnicodeString;
            ^
  src/unicode.cpp:51:34: error: variable has incomplete type
'mapnik::value_unicode_string' (aka 'icu::UnicodeString')
      mapnik::value_unicode_string ustr(data,length,conv_,err);
                                   ^
  include/mapnik/value_types.hpp:39:11: note: forward declaration of
'icu::UnicodeString'
      class UnicodeString;
            ^

  PR:           218788
  Obtained from:        upstream

Changes:
  head/graphics/mapnik/files/patch-icu59

--=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-218788-25061-KI3BgC7GkD>