Date: Tue, 12 Dec 2017 03:02:11 +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: r456088 - head/devel/spdlog Message-ID: <201712120302.vBC32BBu004565@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Dec 12 03:02:10 2017 New Revision: 456088 URL: https://svnweb.freebsd.org/changeset/ports/456088 Log: devel/spdlog: require C++11 toolchain (on powerpc*, mips*, sparc*) CMake Error in tests/CMakeLists.txt: Target "catch_tests" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. tests/includes.h:7:10: fatal error: 'chrono' file not found #include <chrono> ^~~~~~~~ 1 error generated. Reported by: pkg-fallout (mips64) Modified: head/devel/spdlog/Makefile (contents, props changed) Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Tue Dec 12 03:01:23 2017 (r456087) +++ head/devel/spdlog/Makefile Tue Dec 12 03:02:10 2017 (r456088) @@ -12,11 +12,9 @@ COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: includes.h: error: chrono: No such file or directory - USE_GITHUB= yes GH_ACCOUNT= gabime -USES= cmake dos2unix pathfix +USES= cmake compiler:c++11-lib dos2unix pathfix .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712120302.vBC32BBu004565>