Bug 269402 - devel/py-trimesh: Replace reference to PY_PILLOW with its value
Summary: devel/py-trimesh: Replace reference to PY_PILLOW with its value
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-08 07:43 UTC by Yasuhiro Kimura
Modified: 2023-02-25 03:24 UTC (History)
1 user (show)

See Also:
yasu: maintainer-feedback-


Attachments
Patch file (1.20 KB, patch)
2023-02-08 07:43 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-02-08 07:43:24 UTC
Created attachment 239988 [details]
Patch file

Since this port doesn't work with Python 2.7, the value of PY_PILLOW doesn't change. So replace reference to it with its value.

This is preparation to remove PY_PILLOW.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2023-02-25 03:16:29 UTC
Maintainer timeout. Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-25 03:22:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc69f28be2bfa1f93715d8857643a0b277fd9607

commit fc69f28be2bfa1f93715d8857643a0b277fd9607
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-02-08 07:40:23 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-02-25 03:21:12 +0000

    devel/py-trimesh: Replace reference to PY_PILLOW with its value

    Since this port doesn't work with Python 2.7, the value of PY_PILLOW
    doesn't change. So replace reference to it with its value.

    PR:             269402
    Approved by:    maintainer timeout

 devel/py-trimesh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)