Re: After following the advise from UPDATING about pythoin-3.11, 'pkg add' now says: pkg: "Cannot solve problem using SAT solver" and attempts to install and then offers to remove py39- packages

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Tue, 11 Jun 2024 06:43:53 UTC
Am 11.06.2024 um 07:26 schrieb Tatsuki Makino:
>  From here, it changed to another part...
> My poudriere had BUILD_ALL_PYTHON_FLAVORS defined in make.conf to allow multimedia/openshot to work with all versions of python.
> If it is removed, non-default flavors will only be ignored, and packages that have already been made will not be deleted.

maybe have a look on:
man poudriere-pkgclean

I use this command to e.g. remove obsolete package (dependecy removed) 
of if I update my list of packages pouriere is building.

I use the command like:
poudriere pkgclean -y -f pkglist -j 141amd64

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook