pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/glslang



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Fri Aug  7 10:37:29 UTC 2026

Modified Files:
        pkgsrc/graphics/glslang: Makefile

Log Message:
glslang: matching spirv-tools version


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/glslang/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glslang/Makefile
diff -u pkgsrc/graphics/glslang/Makefile:1.1 pkgsrc/graphics/glslang/Makefile:1.2
--- pkgsrc/graphics/glslang/Makefile:1.1        Mon Apr 13 14:38:43 2026
+++ pkgsrc/graphics/glslang/Makefile    Fri Aug  7 10:37:29 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2026/04/13 14:38:43 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/07 10:37:29 kikadf Exp $
 
 .include "../../graphics/vulkan-headers/Makefile.common"
 
 DISTNAME=      glslang-${SDK_VERSION}
+PKGREVISION=   1
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,5 +17,6 @@ CMAKE_CONFIGURE_ARGS+=        -DALLOW_EXTERNAL_
 
 .include "../../devel/cmake/build.mk"
 .include "../../lang/python/tool.mk"
+BUILDLINK_API_DEPENDS.spirv-tools+=    spirv-tools>=${SDK_VERSION}
 .include "../../parallel/spirv-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index