Index: head/games/kolf-kde4/files/patch-kcomboboxdialog.cpp =================================================================== --- head/games/kolf-kde4/files/patch-kcomboboxdialog.cpp (nonexistent) +++ head/games/kolf-kde4/files/patch-kcomboboxdialog.cpp (revision 478418) @@ -0,0 +1,11 @@ +--- kcomboboxdialog.cpp.orig 2018-08-29 20:31:46 UTC ++++ kcomboboxdialog.cpp +@@ -94,7 +94,7 @@ QString KComboBoxDialog::getItem( const + KConfigGroup *configGroup = new KConfigGroup(config->group("Notification Messages")); + prevAnswer = configGroup->readEntry( dontAskAgainName,QString() ); + if ( !prevAnswer.isEmpty() ) +- if ( _items.contains( prevAnswer ) > 0 ) ++ if ( bool(_items.contains( prevAnswer ) ) ) + return prevAnswer; + } + Property changes on: head/games/kolf-kde4/files/patch-kcomboboxdialog.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/kolf-kde4/files/patch-newgame.cpp =================================================================== --- head/games/kolf-kde4/files/patch-newgame.cpp (nonexistent) +++ head/games/kolf-kde4/files/patch-newgame.cpp (revision 478418) @@ -0,0 +1,11 @@ +--- newgame.cpp.orig 2018-08-29 20:35:41 UTC ++++ newgame.cpp +@@ -285,7 +285,7 @@ void NewGameDialog::addCourse() + + for (QStringList::const_iterator fileIt = files.begin(); fileIt != files.end(); ++fileIt) + { +- if (names.contains(*fileIt) > 0) ++ if (bool(names.contains(*fileIt))) + { + hasDuplicates = true; + continue; Property changes on: head/games/kolf-kde4/files/patch-newgame.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/ksirk-kde4/files/patch-ksirk_iris_src_xmpp_xmpp-im_filetransfer.cpp =================================================================== --- head/games/ksirk-kde4/files/patch-ksirk_iris_src_xmpp_xmpp-im_filetransfer.cpp (nonexistent) +++ head/games/ksirk-kde4/files/patch-ksirk_iris_src_xmpp_xmpp-im_filetransfer.cpp (revision 478418) @@ -0,0 +1,11 @@ +--- ksirk/iris/src/xmpp/xmpp-im/filetransfer.cpp.orig 2018-08-29 15:45:06 UTC ++++ ksirk/iris/src/xmpp/xmpp-im/filetransfer.cpp +@@ -396,7 +396,7 @@ FileTransfer *FileTransferManager::takeI + + bool FileTransferManager::isActive(const FileTransfer *ft) const + { +- return d->list.contains(const_cast(ft)) > 0; ++ return bool(d->list.contains(const_cast(ft))); + } + + void FileTransferManager::pft_incoming(const FTRequest &req) Property changes on: head/games/ksirk-kde4/files/patch-ksirk_iris_src_xmpp_xmpp-im_filetransfer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property