K 10 svn:author V 6 rakuco K 8 svn:date V 27 2014-05-04T13:04:49.216636Z K 7 svn:log V 1082 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) END