From owner-svn-ports-all@freebsd.org Tue Dec 12 03:02:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 428E7E893D4; Tue, 12 Dec 2017 03:02:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A84067BCA; Tue, 12 Dec 2017 03:02:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC32B6a004566; Tue, 12 Dec 2017 03:02:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC32BBu004565; Tue, 12 Dec 2017 03:02:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712120302.vBC32BBu004565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 Dec 2017 03:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456088 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 456088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 03:02:12 -0000 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 ^~~~~~~~ 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