From owner-svn-ports-all@freebsd.org Thu Feb 15 18:37:10 2018 Return-Path: Delivered-To: svn-ports-all@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 65639F0F9D7; Thu, 15 Feb 2018 18:37:10 +0000 (UTC) (envelope-from tcberner@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 19190688CF; Thu, 15 Feb 2018 18:37:10 +0000 (UTC) (envelope-from tcberner@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 141DC22751; Thu, 15 Feb 2018 18:37:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1FIb9YJ001501; Thu, 15 Feb 2018 18:37:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FIb9gi001500; Thu, 15 Feb 2018 18:37:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201802151837.w1FIb9gi001500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 15 Feb 2018 18:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461942 - head/devel/piklab X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/piklab X-SVN-Commit-Revision: 461942 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: Thu, 15 Feb 2018 18:37:10 -0000 Author: tcberner Date: Thu Feb 15 18:37:09 2018 New Revision: 461942 URL: https://svnweb.freebsd.org/changeset/ports/461942 Log: devel/piklab, fix build with clang6. Modified: head/devel/piklab/Makefile Modified: head/devel/piklab/Makefile ============================================================================== --- head/devel/piklab/Makefile Thu Feb 15 18:35:50 2018 (r461941) +++ head/devel/piklab/Makefile Thu Feb 15 18:37:09 2018 (r461942) @@ -16,6 +16,7 @@ DOS2UNIX_FILES= cmake/Piklab.cmake USE_QT4= corelib gui qt3support qtestlib xml \ moc_build qmake_build rcc_build uic_build USES= cmake gettext readline dos2unix tar:bzip2 +USE_CXXSTD= gnu++98 OPTIONS_DEFINE= KDE4 OPTIONS_DEFAULT= KDE4