Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2025 18:45:11 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9a274c6e001 - main - graphics/glslang: update to 16.0.0 and take maintainership
Message-ID:  <202509291845.58TIjB0W094014@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

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

commit f9a274c6e001edbbbc265745055947d573776c60
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-09-29 18:42:36 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-29 18:44:54 +0000

    graphics/glslang: update to 16.0.0 and take maintainership
    
    While here, add GitHub repository to WWW.
    
    Changelog: https://github.com/KhronosGroup/glslang/blob/16.0.0/CHANGES.md
---
 graphics/glslang/Makefile  | 10 ++++++----
 graphics/glslang/distinfo  |  6 +++---
 graphics/glslang/pkg-plist |  3 ---
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile
index bf36689d8586..aa89be96cc73 100644
--- a/graphics/glslang/Makefile
+++ b/graphics/glslang/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	glslang
-DISTVERSION=	15.4.0
-PORTREVISION=	1
+DISTVERSION=	16.0.0
 CATEGORIES=	graphics
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	tagattie@FreeBSD.org
 COMMENT=	OpenGL and OpenGL ES shader front end and validator
-WWW=		https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
+WWW=		https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ \
+		https://github.com/KhronosGroup/glslang
 
 LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
 LICENSE_COMB=	multi
@@ -17,8 +17,10 @@ TEST_DEPENDS=	bash:shells/bash \
 		gmake:devel/gmake
 
 USES=		cmake:testing compiler:c++11-lib python:build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
+
 CMAKE_ON=	ALLOW_EXTERNAL_SPIRV_TOOLS
 
 .include <bsd.port.mk>
diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo
index 18517b17b988..6fd5cf6d0a17 100644
--- a/graphics/glslang/distinfo
+++ b/graphics/glslang/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751036750
-SHA256 (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4
-SIZE (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = 4201376
+TIMESTAMP = 1759143356
+SHA256 (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 172385478520335147d3b03a1587424af0935398184095f24beab128a254ecc7
+SIZE (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 4190536
diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist
index 3fca789ea3b0..5a15b1180e07 100644
--- a/graphics/glslang/pkg-plist
+++ b/graphics/glslang/pkg-plist
@@ -1,6 +1,5 @@
 bin/glslang
 bin/glslangValidator
-bin/spirv-remap
 include/glslang/Include/ResourceLimits.h
 include/glslang/Include/glslang_c_interface.h
 include/glslang/Include/glslang_c_shader_types.h
@@ -11,7 +10,6 @@ include/glslang/Public/ShaderLang.h
 include/glslang/Public/resource_limits_c.h
 include/glslang/SPIRV/GlslangToSpv.h
 include/glslang/SPIRV/Logger.h
-include/glslang/SPIRV/SPVRemapper.h
 include/glslang/SPIRV/SpvTools.h
 include/glslang/SPIRV/disassemble.h
 include/glslang/SPIRV/spirv.hpp11
@@ -24,6 +22,5 @@ lib/libGenericCodeGen.a
 lib/libMachineIndependent.a
 lib/libOSDependent.a
 lib/libSPIRV.a
-lib/libSPVRemapper.a
 lib/libglslang-default-resource-limits.a
 lib/libglslang.a


home | help

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