Created attachment 221276 [details] Patch file Chase removal of graphics/py-pillow6. After it's removed, ports that requires py-pillow don't work with python 2.7. So make following changes. * Adjust python range of some ports so they don't use python 2.7. * Remove PY_PILLOW from Mk/Uses/python.mk. * Replace '${PY_PILLOW}' in dependency of each port with direct one to graphics/py-pillow. This also fixes error of `make index` when default version of python is 3.8 or later.
Created attachment 222125 [details] Updated patch file Update patch to make it fit to the latest ports tree.