On 6/25/25 12:57, void wrote:
I'd like to have all my qt ports qt6. Am using poudriere-
git-3.4.99.20250601.
Is this possible globally in poudriere.conf? To set a default qt flavour?
No default versions type of variable that I know of. you could try
make.conf entry something like
OPTIONS_SET+=QT6
though that depends on the port providing it as an option and may change
default from non-qt selections to qt6 also. There was also a request for
port options/flavors to remove qt5 where possible due to uncertainty of
updates of qt5 after going eol so patches to change default off of qt5
or remove it would likely be considered.