svn commit: r374793 - head/devel/kdevelop-kde4/files

Alonso Schaich alonso at FreeBSD.org
Tue Dec 16 11:35:42 UTC 2014


Author: alonso
Date: Tue Dec 16 11:02:10 2014
New Revision: 374793
URL: https://svnweb.freebsd.org/changeset/ports/374793
QAT: https://qat.redports.org/buildarchive/r374793/

Log:
  Fix build with clang 3.5
  
  Merge a patch commited to kdevelop's upstream in its revision
  4b4dcc3fb32f47ebfb19552e9638f90a2e22b2a0.
  
  The failure was reported to the mailing list by a failing build cluster.
  Report is available on:
  http://pb2.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-12-12_23h17m02s/logs/errors/kdevelop-4.7.0.log
  
  Approved by:		rakuco (mentor)

Added:
  head/devel/kdevelop-kde4/files/patch-languages__cpp__codegen__adaptsignatureassistant.cpp   (contents, props changed)

Added: head/devel/kdevelop-kde4/files/patch-languages__cpp__codegen__adaptsignatureassistant.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/kdevelop-kde4/files/patch-languages__cpp__codegen__adaptsignatureassistant.cpp	Tue Dec 16 11:02:10 2014	(r374793)
@@ -0,0 +1,21 @@
+From: Milian Wolff <mail at milianw.de>
+Date: Fri, 17 Oct 2014 19:01:48 +0000
+Subject: Fix compile with clang 3.5
+X-Git-Url: http://quickgit.kde.org/?p=kdevelop.git&a=commitdiff&h=4b4dcc3fb32f47ebfb19552e9638f90a2e22b2a0
+---
+Fix compile with clang 3.5
+---
+
+
+--- languages/cpp/codegen/adaptsignatureassistant.cpp
++++ languages/cpp/codegen/adaptsignatureassistant.cpp
+@@ -94,7 +94,7 @@
+   m_otherSideId = {};
+   m_otherSideTopContext = {};
+   m_otherSideContext = {};
+-  m_oldSignature = {};
++  m_oldSignature = Signature();
+   m_document = {};
+   m_view.clear();
+ }
+


More information about the svn-ports-head mailing list