Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 13:21:45 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: a469f13cdb65 - main - graphics/mesa: Drop SHEBANG_FILES
Message-ID:  <202406191321.45JDLjHu065996@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=a469f13cdb65bbb4a2398cf2873b8b69b3c4c10e

commit a469f13cdb65bbb4a2398cf2873b8b69b3c4c10e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-06-19 08:02:08 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-19 13:21:13 +0000

    graphics/mesa: Drop SHEBANG_FILES
    
    Most do not exists anymore and the rest aren't used in the build or already
    have /usr/bin/env python3 in the shebang which is fine.
    
    No functional changes intended.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/mesa-dri/Makefile.common | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index b9309ad36430..35357b2d145d 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -52,12 +52,6 @@ LDFLAGS+=		-B${LOCALBASE}/bin
 PORTSCOUT=	ignore:1
 .endif
 
-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 \
-		src/mesa/main/get_*.py src/util/format_srgb.py \
-		src/amd/*/*.py src/intel/genxml/gen_pack_header.py
-
 MASTERDIR=	${.CURDIR:H:H}/graphics/mesa-dri
 PATCHDIR=	${MASTERDIR}/files
 WRKSRC=		${WRKDIR}/mesa-${MESAVERSION}



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