notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: misc/krecipes-kde4/files/patch-src_dialogs_setupdisplay.cpp

Number of commits found: 1

Sunday, 21 Jan 2018
21:43 jhale search for other commits by this committer
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<KFontChooser::DisplayFlag>')
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
Original commitRevision:459629 

Number of commits found: 1