[Bug 252424] Mk/Uses/python.mk: Chase removal of graphics/py-pillow6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 4 23:56:15 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252424

            Bug ID: 252424
           Summary: Mk/Uses/python.mk: Chase removal of
                    graphics/py-pillow6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: yasu at utahime.org

Created attachment 221276
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221276&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list