From owner-svn-ports-head@freebsd.org Sat Sep 1 13:28:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5629EFEFA3D; Sat, 1 Sep 2018 13:28:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 035E78BC89; Sat, 1 Sep 2018 13:28:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EECFF2BFD; Sat, 1 Sep 2018 13:28:52 +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 w81DSqkB048185; Sat, 1 Sep 2018 13:28:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w81DSqot048184; Sat, 1 Sep 2018 13:28:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201809011328.w81DSqot048184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 1 Sep 2018 13:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478694 - head/graphics/scantailor X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/scantailor X-SVN-Commit-Revision: 478694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 13:28:53 -0000 Author: jbeich Date: Sat Sep 1 13:28:52 2018 New Revision: 478694 URL: https://svnweb.freebsd.org/changeset/ports/478694 Log: graphics/scantailor: unbreak build with Clang 6 (C++14 by default) filters/page_split/PageLayoutEstimator.cpp:524:25: error: no matching function for call to 'bind' span_finder.find(hist, bind(&std::deque::push_back, var(spans), _1)); ^~~~ /usr/include/c++/v1/functional:2327:1: note: candidate template ignored: couldn't infer template argument '_Fp' bind(_Fp&& __f, _BoundArgs&&... __bound_args) ^ /usr/include/c++/v1/functional:2336:1: note: candidate template ignored: couldn't infer template argument '_Rp' bind(_Fp&& __f, _BoundArgs&&... __bound_args) ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:333:1: note: candidate template ignored: couldn't infer template argument 'Result' bind(Result(&a1)(Par1, Par2), const Arg2& a2, const Arg3& a3) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:361:1: note: candidate template ignored: couldn't infer template argument 'Arg1' bind(const Arg1& a1, const Arg2& a2, const Arg3& a3) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:387:1: note: candidate template ignored: couldn't infer template argument 'Result' bind(const Arg1& a1, const Arg2& a2, const Arg3& a3) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:49:1: note: candidate function template not viable: requires single argument 'a1', but 3 arguments were provided bind(Result(& a1)()) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:71:1: note: candidate function template not viable: requires single argument 'a1', but 3 arguments were provided bind(const Arg1& a1) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:91:1: note: candidate function template not viable: requires single argument 'a1', but 3 arguments were provided bind(const Arg1& a1) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:190:1: note: candidate function template not viable: requires 2 arguments, but 3 were provided bind(Result(&a1)(Par1), const Arg2& a2) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:212:1: note: candidate function template not viable: requires 2 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:232:1: note: candidate function template not viable: requires 2 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:503:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3), const Arg2& a2, const Arg3& a3, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:532:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:558:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4) { ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:679:1: note: candidate function template not viable: requires 5 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4), const Arg2& a2, const Arg3& a3, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:710:1: note: candidate function template not viable: requires 5 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:738:1: note: candidate function template not viable: requires 5 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:867:1: note: candidate function template not viable: requires 6 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4, Par5), const Arg2& a2, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:899:1: note: candidate function template not viable: requires 6 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:927:1: note: candidate function template not viable: requires 6 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1058:1: note: candidate function template not viable: requires 7 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4, Par5, Par6), const Arg2& a2, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1092:1: note: candidate function template not viable: requires 7 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1123:1: note: candidate function template not viable: requires 7 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1257:1: note: candidate function template not viable: requires 8 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4, Par5, Par6, Par7), const Arg2& a2, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1291:1: note: candidate function template not viable: requires 8 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1322:1: note: candidate function template not viable: requires 8 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1458:1: note: candidate function template not viable: requires 9 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4, Par5, Par6, Par7, Par8), ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1494:1: note: candidate function template not viable: requires 9 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1526:1: note: candidate function template not viable: requires 9 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1673:1: note: candidate function template not viable: requires 10 arguments, but 3 were provided bind(Result(&a1)(Par1, Par2, Par3, Par4, Par5, Par6, Par7, Par8, Par9), ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1710:1: note: candidate function template not viable: requires 10 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ /usr/local/include/boost/lambda/detail/bind_functions.hpp:1743:1: note: candidate function template not viable: requires 10 arguments, but 3 were provided bind(const Arg1& a1, const Arg2& a2, const Arg3& a3, const Arg4& a4, ^ Reported by: pkg-fallout Modified: head/graphics/scantailor/Makefile (contents, props changed) Modified: head/graphics/scantailor/Makefile ============================================================================== --- head/graphics/scantailor/Makefile Sat Sep 1 13:27:48 2018 (r478693) +++ head/graphics/scantailor/Makefile Sat Sep 1 13:28:52 2018 (r478694) @@ -21,6 +21,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ #MAKE_JOBS_UNSAFE= yes USES= cmake gettext jpeg qt:4 +USE_CXXSTD= gnu++98 USE_QT= corelib gui xml qmake_build uic_build moc_build rcc_build \ linguist_build USE_XORG+= xrender