Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 21:25:25 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444079 - head/devel/qt5-script/files
Message-ID:  <201706212125.v5LLPP9u042863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim (src committer)
Date: Wed Jun 21 21:25:25 2017
New Revision: 444079
URL: https://svnweb.freebsd.org/changeset/ports/444079

Log:
  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:	tcberner (maintainer)
  PR:		220188
  MFH:		2017Q2

Added:
  head/devel/qt5-script/files/patch-cr198221   (contents, props changed)

Added: head/devel/qt5-script/files/patch-cr198221
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/qt5-script/files/patch-cr198221	Wed Jun 21 21:25:25 2017	(r444079)
@@ -0,0 +1,21 @@
+From e6c7e47d85399dbedf86491ed3b7f582ddf7c740 Mon Sep 17 00:00:00 2001
+From: "Tobias C. Berner" <tcberner@FreeBSD.org>
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706212125.v5LLPP9u042863>