From owner-svn-ports-all@freebsd.org Tue Dec 12 03:04:13 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 C8943E897A3; Tue, 12 Dec 2017 03:04:13 +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 8DE1668030; Tue, 12 Dec 2017 03:04:13 +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 vBC34CBu004865; Tue, 12 Dec 2017 03:04:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC34CKd004864; Tue, 12 Dec 2017 03:04:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712120304.vBC34CKd004864@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:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r456090 - branches/2017Q4/devel/spdlog X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/devel/spdlog X-SVN-Commit-Revision: 456090 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:04:13 -0000 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 ^~~~~~~~ 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