Created attachment 239985 [details] Patch file Since this port works with Python 3.8 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. This is preparation to remove PY_PILLOW.
Hi, Thanks for the patch, it looks good to me. FYI I'm also working on the update to 6.12 of calibre, which turned out to be a complex one, due to some upstream distribution changes. SO feel free to commit this when you're ready to.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a379d6a5115ed5927758c8919233aad0917530f commit 5a379d6a5115ed5927758c8919233aad0917530f Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-02-08 06:39:59 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-10 05:50:33 +0000 deskutils/calibre: Replace reference to PY_PILLOW with its value Since this port works with Python 3.8 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269399 Approved by: maintainer deskutils/calibre/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)