svn commit: r456090 - branches/2017Q4/devel/spdlog

Jan Beich jbeich at FreeBSD.org
Tue Dec 12 03:04:13 UTC 2017


Author: jbeich
Date: Tue Dec 12 03:04:12 2017
New Revision: 456090
URL: https://svnweb.freebsd.org/changeset/ports/456090

Log:
  MFH: r456088
  
  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)
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/devel/spdlog/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/devel/spdlog/Makefile
==============================================================================
--- branches/2017Q4/devel/spdlog/Makefile	Tue Dec 12 03:02:52 2017	(r456089)
+++ branches/2017Q4/devel/spdlog/Makefile	Tue Dec 12 03:04:12 2017	(r456090)
@@ -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>


More information about the svn-ports-all mailing list