Date: Fri, 19 Oct 2018 19:26:58 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482451 - head/math/libqalculate Message-ID: <201810191926.w9JJQwaB013682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 19 19:26:58 2018 New Revision: 482451 URL: https://svnweb.freebsd.org/changeset/ports/482451 Log: math/libqalculate: unbreak with ICU 63 In file included from Calculator.cc:45: In file included from /usr/local/include/unicode/ucasemap.h:25: /usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at end of declaration list LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { ^ /usr/local/include/unicode/localpointer.h:366:36: error: expected ';' at end of declaration list LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { ^ In file included from Calculator.cc:45: /usr/local/include/unicode/ucasemap.h:96:1: error: expected ';' at end of declaration list U_DEFINE_LOCAL_OPEN_POINTER(LocalUCaseMapPointer, UCaseMap, ucasemap_close); ^ /usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER' LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \ ^ /usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT' # define U_NOEXCEPT noexcept ^ Regressed by: https://github.com/unicode-org/icu/commit/35ce5296c1d3 PR: 232300 Reported by: antoine (via exp-run) Modified: head/math/libqalculate/Makefile (contents, props changed) Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Fri Oct 19 19:26:44 2018 (r482450) +++ head/math/libqalculate/Makefile Fri Oct 19 19:26:58 2018 (r482451) @@ -17,7 +17,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= compiler:c++11-lang gettext gmake gnome iconv libtool \ +USES= compiler:c++14-lang gettext gmake gnome iconv libtool \ localbase ncurses pathfix pkgconfig readline:port USE_GNOME= intltool libxml2 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810191926.w9JJQwaB013682>