action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:5716, ipnet:202.12.127.0/24, country:US] X-Rspamd-Queue-Id: 4W2sg36BMPz4trx On 6/17/24 02:06, Gleb Popov wrote: > On Sun, Jun 16, 2024 at 5:14 PM Michael Butler > wrote: >> >> I have KDE5 installed; this pulls in devel/kf5-solid which has a >> dependency on sysutils/bsdisks like so .. >> >> imb@d5540:/usr/ports/devel/kf5-solid> less Makefile >> PORTNAME= solid >> DISTVERSION= ${KDE_FRAMEWORKS_VERSION} >> CATEGORIES= devel kde kde-frameworks >> >> MAINTAINER= kde@FreeBSD.org >> COMMENT= KF5 hardware integration and detection >> >> RUN_DEPENDS= bsdisks:sysutils/bsdisks >> >> USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz >> >> [ .. snip .. ] >> >> But after .. >> >> commit 91ee9ec8e0dbfa97b298e6498900938e71762837 >> Date: Tue May 21 21:38:37 2024 +0300 >> >> sysutils/bsdisks: Switch to Qt 6 >> >> PR: 279168 >> >> .. I now have to build and maintain *both* versions of QT. > > It will hopefully be resolved "soon" after the move to Qt 6/KF 6/Plasma 6. > I was rather hoping someone had looked at implementing FLAVORS as has been done in many other ports, e.g. sysutils/polkit-qt-1 and multimedia/phonon, to accommodate the currently installed version. Apparently not; I'll tinker with it locally when I have time, Michael