Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2025 10:18:09 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 461129dcfa84 - main - graphics/libskiasharp: fix the python binary alias
Message-ID:  <202510241018.59OAI9SB033364@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=461129dcfa84a5c39cc70b40616790e8bdb2f3f6

commit 461129dcfa84a5c39cc70b40616790e8bdb2f3f6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-10-24 10:16:42 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-10-24 10:18:06 +0000

    graphics/libskiasharp: fix the python binary alias
    
    gn expects python3 not python as a command
    
    PR:     290460
---
 graphics/libskiasharp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/libskiasharp/Makefile b/graphics/libskiasharp/Makefile
index 7c7a0c9a3bc9..bf2602c948a1 100644
--- a/graphics/libskiasharp/Makefile
+++ b/graphics/libskiasharp/Makefile
@@ -59,7 +59,7 @@ GN_ARGS=	is_official_build=true \
 		extra_ldflags=["-L${LOCALBASE}/lib"] \
 		linux_soname_version="${SOVERSION}"
 
-BINARY_ALIAS=	python=${PYTHON_CMD} \
+BINARY_ALIAS=	python3=${PYTHON_CMD} \
 		ar=${LOCALBASE}/bin/ar
 
 ALL_TARGET=	SkiaSharp


help

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