FreeBSD Bugzilla – Attachment 240533 Details for
Bug 269915
games/fretsonfire: Replace reference to PY_PILLOW with its value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
games_fretsonfire.patch (text/plain), 973 bytes, created by
Yasuhiro Kimura
on 2023-03-02 15:41:27 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-03-02 15:41:27 UTC
Size:
973 bytes
patch
obsolete
>From ae20a04d1a02970d790c5289c524ddfaf5b25a66 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Fri, 3 Mar 2023 00:38:01 +0900 >Subject: [PATCH] games/fretsonfire: Replace reference to PY_PILLOW with its > value > >Since this port works with Python 3.6 and later, the value of >PY_PILLOW doesn't change. So replace reference to it with its value. >--- > games/fretsonfire/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile >index 28ba82b0ce24..46c0920372f9 100644 >--- a/games/fretsonfire/Makefile >+++ b/games/fretsonfire/Makefile >@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/copying.txt > > RUN_DEPENDS= ${PYNUMPY} \ > ${PYGAME} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ > ${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data > >-- >2.39.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
acm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 269915
: 240533