Date: Wed, 26 Jul 2017 17:02:21 +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: r446666 - head/devel/clanlib Message-ID: <201707261702.v6QH2LDF086123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jul 26 17:02:21 2017 New Revision: 446666 URL: https://svnweb.freebsd.org/changeset/ports/446666 Log: devel/clanlib: ignore libstdc++ 4.2 after r446644 In file included from Unix/clanapp.cpp:32: In file included from ../../Sources/API/App/clanapp.h:35: ../../Sources/API/App/../Core/Text/string_types.h:64:9: error: explicit specialization of non-template class 'hash' class hash<CL_String> : hash<const CL_String::char_type*> ^ ~~~~~~~~~~~ ../../Sources/API/App/../Core/Text/string_types.h:64:27: error: unknown template name 'hash' class hash<CL_String> : hash<const CL_String::char_type*> ^ ../../Sources/API/App/../Core/Text/string_types.h:69:16: error: expected '(' for function-style cast or type construction return hash<const CL_String::char_type*>::operator()(keyval.c_str()); ~~~~^ ../../Sources/API/App/../Core/Text/string_types.h:69:17: error: expected expression return hash<const CL_String::char_type*>::operator()(keyval.c_str()); ^ 4 errors generated. Pointy hat to: jbeich Modified: head/devel/clanlib/Makefile (contents, props changed) Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Wed Jul 26 17:02:15 2017 (r446665) +++ head/devel/clanlib/Makefile Wed Jul 26 17:02:21 2017 (r446666) @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre -USES= compiler:c++0x execinfo gmake jpeg libtool localbase:ldflags \ +USES= compiler:c++11-lib execinfo gmake jpeg libtool localbase:ldflags \ pathfix pkgconfig sqlite tar:tgz USE_XORG= x11 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707261702.v6QH2LDF086123>