From owner-svn-ports-all@freebsd.org Thu Jun 22 17:19:09 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 8DC92D9103B; Thu, 22 Jun 2017 17:19:09 +0000 (UTC) (envelope-from dim@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 5D9398304B; Thu, 22 Jun 2017 17:19:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5MHJ8Fn033092; Thu, 22 Jun 2017 17:19:08 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5MHJ8Eb033091; Thu, 22 Jun 2017 17:19:08 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201706221719.v5MHJ8Eb033091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Thu, 22 Jun 2017 17:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r444122 - branches/2017Q2/devel/qt5-script/files X-SVN-Group: ports-branches 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.23 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, 22 Jun 2017 17:19:09 -0000 Author: dim (src committer) Date: Thu Jun 22 17:19:08 2017 New Revision: 444122 URL: https://svnweb.freebsd.org/changeset/ports/444122 Log: MFH: r444079 Disable usage of c++1z (c++17) for qt5-script, as the third-party JavaScriptCore code is not fully compatible with it. This is a requirement for using libc++ 5.0.0, which is more strict. Approved by: portmgr (feld) PR: 220188 Added: branches/2017Q2/devel/qt5-script/files/patch-cr198221 - copied unchanged from r444079, head/devel/qt5-script/files/patch-cr198221 Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/devel/qt5-script/files/patch-cr198221 (from r444079, head/devel/qt5-script/files/patch-cr198221) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/devel/qt5-script/files/patch-cr198221 Thu Jun 22 17:19:08 2017 (r444122, copy of r444079, head/devel/qt5-script/files/patch-cr198221) @@ -0,0 +1,21 @@ +From e6c7e47d85399dbedf86491ed3b7f582ddf7c740 Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Wed, 21 Jun 2017 21:38:23 +0200 +Subject: [PATCH] cat c.tDisable c++1z as it breaks compilation with libc++5. + +Change-Id: I7efa59433cd06ee8ff43d231e6ff1d4712fe65aa +--- + src/script/script.pro | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/script/script.pro b/src/script/script.pro +index e9f15e2..27fa434 100644 +--- src/script/script.pro ++++ src/script/script.pro +@@ -58,3 +58,4 @@ integrity { + TR_EXCLUDE = $$WEBKITDIR/* + + load(qt_module) ++CONFIG -= c++1z +-- +2.13.1