git: 26ac371caf3f - main - graphics/mesa-devel: unbreak build with python312
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Dec 2025 00:04:08 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26ac371caf3fb94280561a896264c24b6e062312
commit 26ac371caf3fb94280561a896264c24b6e062312
Author: Matthew Wener <matthew@wener.org>
AuthorDate: 2025-07-24 21:21:09 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-12-27 00:03:31 +0000
graphics/mesa-devel: unbreak build with python312
meson.build:1005:2: ERROR: Problem encountered: One of Python (3.x) packaging or distutils module is required.
PR: 286361
---
graphics/mesa-devel/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 290865cc3e0e..5c32e945d91f 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -21,6 +21,7 @@ ONLY_FOR_ARCHS_REASON= Limited scope: no old drivers and no software rendering.
See also https://mesamatrix.net/
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
libglvnd>=1.3.2:graphics/libglvnd \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
LIB_DEPENDS= libdrm.so:graphics/libdrm \