[Bug 218788] devel/icu: Update to 59.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 11 08:24:27 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218788

--- Comment #23 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Sep 11 08:23:03 UTC 2017
New revision: 449611
URL: https://svnweb.freebsd.org/changeset/ports/449611

Log:
  misc/sword: switch to C++11, required by ICU >= 59

  In file included from ../src/mgr/swmgr.cpp:102:
  In file included from ../include/utf8transliterator.h:41:
  /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors
are permitted only in C++11
        UnicodeString(ConstChar16Ptr(text)) {}
        ^~~~~~~~~~~~~
  /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors
are permitted only in C++11
        UnicodeString(ConstChar16Ptr(text), length) {}
        ^~~~~~~~~~~~~
  /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors
are permitted only in C++11
        UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
        ^~~~~~~~~~~~~

  PR:           218788

Changes:
  head/misc/sword/Makefile

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


More information about the freebsd-office mailing list