Index: head/devel/glslang/Makefile =================================================================== --- head/devel/glslang/Makefile (revision 489243) +++ head/devel/glslang/Makefile (revision 489244) @@ -1,24 +1,22 @@ # $FreeBSD$ PORTNAME= glslang -DISTVERSION= 6.2.2596-248 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -ge0bc65b +DISTVERSION= 7.10.2984 CATEGORIES= devel graphics MAINTAINER= greg@unrelenting.technology COMMENT= OpenGL and OpenGL ES shader front end and validator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKDIR}/LICENSE USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= KhronosGroup post-extract: ${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \ >${WRKDIR}/LICENSE .include Index: head/devel/glslang/distinfo =================================================================== --- head/devel/glslang/distinfo (revision 489243) +++ head/devel/glslang/distinfo (revision 489244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533666570 -SHA256 (KhronosGroup-glslang-6.2.2596-248-ge0bc65b_GH0.tar.gz) = 497a18bfe7e102cda61377ca4fd7dbd84478a89b80e4d53420cf94c9a380f2f0 -SIZE (KhronosGroup-glslang-6.2.2596-248-ge0bc65b_GH0.tar.gz) = 2353165 +TIMESTAMP = 1546371497 +SHA256 (KhronosGroup-glslang-7.10.2984_GH0.tar.gz) = d0afe88034577ecf06a825db1a5e8222d949a38d3b19c5ce002b90b66c403f67 +SIZE (KhronosGroup-glslang-7.10.2984_GH0.tar.gz) = 2439082 Index: head/devel/glslang/pkg-plist =================================================================== --- head/devel/glslang/pkg-plist (revision 489243) +++ head/devel/glslang/pkg-plist (revision 489244) @@ -1,54 +1,55 @@ bin/glslangValidator bin/spirv-remap include/SPIRV/GLSL.ext.AMD.h include/SPIRV/GLSL.ext.EXT.h include/SPIRV/GLSL.ext.KHR.h include/SPIRV/GLSL.ext.NV.h include/SPIRV/GLSL.std.450.h include/SPIRV/GlslangToSpv.h include/SPIRV/Logger.h include/SPIRV/SPVRemapper.h include/SPIRV/SpvBuilder.h +include/SPIRV/SpvTools.h include/SPIRV/bitutils.h include/SPIRV/disassemble.h include/SPIRV/doc.h include/SPIRV/hex_float.h include/SPIRV/spirv.hpp include/SPIRV/spvIR.h include/glslang/Include/BaseTypes.h include/glslang/Include/Common.h include/glslang/Include/ConstantUnion.h include/glslang/Include/InfoSink.h include/glslang/Include/InitializeGlobals.h include/glslang/Include/PoolAlloc.h include/glslang/Include/ResourceLimits.h include/glslang/Include/ShHandle.h include/glslang/Include/Types.h include/glslang/Include/arrays.h include/glslang/Include/intermediate.h include/glslang/Include/revision.h include/glslang/MachineIndependent/Initialize.h include/glslang/MachineIndependent/LiveTraverser.h include/glslang/MachineIndependent/ParseHelper.h include/glslang/MachineIndependent/RemoveTree.h include/glslang/MachineIndependent/Scan.h include/glslang/MachineIndependent/ScanContext.h include/glslang/MachineIndependent/SymbolTable.h include/glslang/MachineIndependent/Versions.h include/glslang/MachineIndependent/attribute.h include/glslang/MachineIndependent/gl_types.h include/glslang/MachineIndependent/glslang_tab.cpp.h include/glslang/MachineIndependent/iomapper.h include/glslang/MachineIndependent/localintermediate.h include/glslang/MachineIndependent/parseVersions.h include/glslang/MachineIndependent/preprocessor/PpContext.h include/glslang/MachineIndependent/preprocessor/PpTokens.h include/glslang/MachineIndependent/propagateNoContraction.h include/glslang/MachineIndependent/reflection.h include/glslang/Public/ShaderLang.h lib/libHLSL.a lib/libOGLCompiler.a lib/libOSDependent.a lib/libSPIRV.a lib/libSPVRemapper.a lib/libglslang.a Index: head/devel/vulkan-tools/Makefile =================================================================== --- head/devel/vulkan-tools/Makefile (revision 489243) +++ head/devel/vulkan-tools/Makefile (revision 489244) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= vulkan-tools DISTVERSIONPREFIX= sdk- DISTVERSION= 1.1.82.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics MAINTAINER= greg@unrelenting.technology COMMENT= Tools and demos for the Vulkan graphics API LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \ glslangValidator:devel/glslang LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ libX11-xcb.so:x11/libX11 \ libXrandr.so:x11/libXrandr \ libxcb.so:x11/libxcb USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-Tools CMAKE_OFF= BUILD_TESTS BUILD_ICD \ BUILD_WSI_WAYLAND_SUPPORT BUILD_WSI_MIR_SUPPORT CMAKE_ARGS= -DGLSLANG_INSTALL_DIR=${LOCALBASE} .include Index: head/devel/vulkan-validation-layers/Makefile =================================================================== --- head/devel/vulkan-validation-layers/Makefile (revision 489243) +++ head/devel/vulkan-validation-layers/Makefile (revision 489244) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= sdk- DISTVERSION= 1.1.82.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel graphics MAINTAINER= greg@unrelenting.technology COMMENT= Validation layers for the Vulkan graphics API LICENSE= APACHE20 # NOTE: keep spirv-tools and glslang up to date when updating Vulkan BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \ ${LOCALBASE}/include/spirv-tools/libspirv.h:devel/spirv-tools \ ${LOCALBASE}/include/SPIRV/spirv.hpp:devel/glslang USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers # WSI_* in here are leftover from when all of Vulkan SDK was in one repo CMAKE_OFF= BUILD_TESTS BUILD_WSI_XCB_SUPPORT BUILD_WSI_XLIB_SUPPORT \ BUILD_WSI_WAYLAND_SUPPORT BUILD_WSI_MIR_SUPPORT CMAKE_ARGS= -DGLSLANG_INSTALL_DIR=${LOCALBASE} .include