Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Apr 2018 08:21:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 227042] devel/icu: update to 61.1
Message-ID:  <bug-227042-25061-SWHZLLarre@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 #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Apr  4 08:21:00 UTC 2018
New revision: 466398
URL: https://svnweb.freebsd.org/changeset/ports/466398

Log:
  devel/php*-intl: unbreak with ICU 61

  In file included from ext/intl/intl_convertcpp.cpp:21:
  ./intl_convertcpp.h:29:25: error: unknown type name 'UnicodeString'
  int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status);
                          ^
  ./intl_convertcpp.h:31:40: error: unknown type name 'UnicodeString'; did =
you
mean 'icu::UnicodeString'?
  zend_string* intl_charFromString(const UnicodeString &from, UErrorCode
*status);
                                         ^~~~~~~~~~~~~
                                         icu::UnicodeString
  /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString'
declared here
  class U_COMMON_API UnicodeString : public Replaceable
                     ^
  ext/intl/intl_convertcpp.cpp:28:25: error: unknown type name 'UnicodeStri=
ng'
  int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status)
                          ^
  ext/intl/intl_convertcpp.cpp:59:40: error: unknown type name 'UnicodeStri=
ng';
did you mean 'icu::UnicodeString'?
  zend_string* intl_charFromString(const UnicodeString &from, UErrorCode
*status)
                                         ^~~~~~~~~~~~~
                                         icu::UnicodeString
  /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString'
declared here
  class U_COMMON_API UnicodeString : public Replaceable
                     ^

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

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

Changes:
  head/devel/pecl-intl/Makefile
  head/devel/php70-intl/Makefile
  head/devel/php71-intl/Makefile
  head/devel/php72-intl/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-SWHZLLarre>