On Fri May 31, 2024 at 08:19:25PM GMT, Stuart Henderson wrote: > security/pinentry qt6 build picks up KF6WindowSystem if present. There's > no autoconf cache so if we want to prevent it being picked up we'll need > to patch configure. Any opinions whether we'd be better off to prevent > it from being found or whether we should add the dep? > > checking for KF6WindowSystem >= 5.240... yes > > As you'd expect, found by dpb junking: > > main.cpp:76:10: fatal error: 'KWindowSystem' file not found > #include <KWindowSystem> > >
I don't have a strong opinion on this. I see FreeBSD add devel/kf6/kguiaddons and devel/kf6/kwindowsyste as dependency: https://github.com/freebsd/freebsd-ports/blob/main/security/pinentry/Makefile#L129C1-L129C32