K 10 svn:author V 5 jhale K 8 svn:date V 27 2018-01-21T21:43:07.269253Z K 7 svn:log V 655 Fix build with clang 6 and bump PORTREVISION since the code was wrong in any case src/dialogs/setupdisplay.cpp:567:41: error: reference to type 'const KFontChooser::DisplayFlags' (aka 'const QFlags') could not bind to an rvalue of type 'bool' if ( KFontDialog::getFont( item->font, false, view() ) == QDialog::Accepted ) { ^~~~~ /usr/local/include/kde4/kfontdialog.h:134:57: note: passing argument to parameter 'flags' here const KFontChooser::DisplayFlags& flags = ^ Reported by: pkg-fallout END