From owner-svn-ports-head@freebsd.org Mon Aug 27 08:58:40 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 D88921080A74; Mon, 27 Aug 2018 08:58:39 +0000 (UTC) (envelope-from tobik@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 3DB6685090; Mon, 27 Aug 2018 08:58:39 +0000 (UTC) (envelope-from tobik@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 1ECC21B6D9; Mon, 27 Aug 2018 08:58:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7R8wcw5051894; Mon, 27 Aug 2018 08:58:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7R8wcc5051893; Mon, 27 Aug 2018 08:58:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808270858.w7R8wcc5051893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 27 Aug 2018 08:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478183 - head/deskutils/fet X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/deskutils/fet X-SVN-Commit-Revision: 478183 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: Mon, 27 Aug 2018 08:58:40 -0000 Author: tobik Date: Mon Aug 27 08:58:38 2018 New Revision: 478183 URL: https://svnweb.freebsd.org/changeset/ports/478183 Log: deskutils/fet: Fix build on 11.1 In file included from engine/timetableexport.cpp:46: engine/timetable_defs.h:38:20: error: unknown type name 'constexpr' template constexpr std::add_const_t& qAsConst(T& t) noexcept ^ http://beefy10.nyi.freebsd.org/data/111i386-default/478099/logs/fet-5.37.1.log PR: 230523 Approved by: maintainer Modified: head/deskutils/fet/Makefile Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Mon Aug 27 08:26:18 2018 (r478182) +++ head/deskutils/fet/Makefile Mon Aug 27 08:58:38 2018 (r478183) @@ -15,7 +15,8 @@ COMMENT= Free timetabling software LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= qmake tar:bzip2 +USES= compiler:c++14-lang qmake tar:bzip2 +USE_CXXSTD= c++14 PORTEXAMPLES= * @@ -38,7 +39,6 @@ QT4_USES= qt:4 QT4_USE= QT=corelib,moc_build,rcc_build,uic_build,xml QT5_USES= qt:5 QT5_USE= QT=buildtools_build,core,printsupport,widgets,xml GL=gl -USES+= compiler:c++14-lang INSTALL_TARGET= ${WRKSRC}/fet-cl ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro