svn commit: r352955 - branches/2014Q2/devel/qtcreator/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun May 4 13:04:49 UTC 2014


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)


More information about the svn-ports-all mailing list