https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285957
--- Comment #55 from Tatsuki Makino <[email protected]> --- More importantly, it seems better to organize things so that all flavors are always available on all py ports. For the time being, OpenShot is set up with some extra features added with that goal in mind. BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} is written in multimedia/openshot/Makefile USE_PYTHON=optsuffix is also written in multimedia/openshot/Makefile BUILD_ALL_PYTHON_FLAVORS=1 is written in make.conf for poudriere poudriere is run against multimedia/openshot@all This allows we to confirm that PYTHON_DEFAULT works fine with the new python version, even in an environment where it is 3.11. However, currently devel/py-dbus@{py310,py312,py313,py314}and graphics/py-cairo@py313t fails to build using this method, so if the ports were depending on it, we won't be able to run tests :) -- You are receiving this mail because: You are the assignee for the bug.
