git: f314f371a026 - main - graphics/mesa: Remove python_OLD_CMD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 13:21:44 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=f314f371a026dccb4e928259264f8d5de9e906c2 commit f314f371a026dccb4e928259264f8d5de9e906c2 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-06-19 07:51:06 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-06-19 13:21:06 +0000 graphics/mesa: Remove python_OLD_CMD Python2 support was removed from mesa 21.3.0 so we don't need it anymore. No functional changes intended. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/mesa-dri/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 201d01e69fa8..b9309ad36430 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -52,7 +52,6 @@ LDFLAGS+= -B${LOCALBASE}/bin PORTSCOUT= ignore:1 .endif -python_OLD_CMD= /usr/bin/env[[:space:]]python2 /usr/bin/python2 /bin/env[[:space:]]python SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ src/gallium/drivers/svga/svgadump/svga_dump.py \ src/mapi/glapi/gen/*.py src/mapi/mapi_abi.py \