Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 13:04:49 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r352955 - branches/2014Q2/devel/qtcreator/files
Message-ID:  <201405041304.s44D4nj9081195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun May  4 13:04:49 2014
New Revision: 352955
URL: http://svnweb.freebsd.org/changeset/ports/352955
QAT: https://qat.redports.org/buildarchive/r352955/

Log:
  MFH: r352943
  
  Add upstream patch that fixes the build on -CURRENT.
  
  In file included from ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/language/itemreader.cpp:36:
  ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses]
              if (! d.kind == DiagnosticMessage::Warning)
                  ^        ~~
  ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses after the '!' to evaluate the comparison first
              if (! d.kind == DiagnosticMessage::Warning)
                  ^
                    (                                   )
  ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses around left hand side expression to silence this warning
              if (! d.kind == DiagnosticMessage::Warning)
                  ^
                  (       )
  1 error generated.
  
  Approved by:	portmgr (erwin)

Added:
  branches/2014Q2/devel/qtcreator/files/
     - copied from r352943, head/devel/qtcreator/files/
Modified:
Directory Properties:
  branches/2014Q2/   (props changed)



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