Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 00:48:13 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cbf133ac4b4a - main - graphics/glslang: track spirv-tools dependency after ffbcda74cb03
Message-ID:  <202412150048.4BF0mDBg002090@gitrepo.freebsd.org>

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

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

commit cbf133ac4b4a2f10bffbe11bcd2e5e048ea02628
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-14 23:50:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-15 00:47:10 +0000

    graphics/glslang: track spirv-tools dependency after ffbcda74cb03
    
    https://github.com/KhronosGroup/glslang/commit/cd1f169c6a76
    https://github.com/KhronosGroup/glslang/commit/3805888a57c0
    
    PR:             283325
---
 graphics/glslang/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile
index 3255e4123db6..114565bc752f 100644
--- a/graphics/glslang/Makefile
+++ b/graphics/glslang/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	glslang
 DISTVERSION=	15.1.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	spirv-tools>=2024.4.r2:graphics/spirv-tools
 TEST_DEPENDS=	bash:shells/bash \
 		gmake:devel/gmake
 



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