Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 04:20:07 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1930871df37d - main - graphics/glad: Add explicit Python build dependency (D29353)
Message-ID:  <202104070420.1374K7LI019664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1930871df37d21d1c4773227c1b237b5682c1233

commit 1930871df37d21d1c4773227c1b237b5682c1233
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-07 03:23:35 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-07 04:19:52 +0000

    graphics/glad: Add explicit Python build dependency (D29353)
    
    This unbreaks the build when using devel/samurai.
    
    It previously got it through ninja which has a run dependency on
    Python.
    
    [  0% 1/3] cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible
    samu: job failed: cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible
    /bin/sh: _Python_EXECUTABLE-NOTFOUND: not found
    samu: subcommand failed
    
    http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/glad-0.1.34.log
    
    PR:             254678
---
 graphics/glad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile
index 2b73927116a6..de11935a0b12 100644
--- a/graphics/glad/Makefile
+++ b/graphics/glad/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	Dav1dde
 USE_LDCONFIG=	yes



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