Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 13:21:44 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f314f371a026 - main - graphics/mesa: Remove python_OLD_CMD
Message-ID:  <202406191321.45JDLiZv065960@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406191321.45JDLiZv065960>