git: 433c52217078 - main - devel/intel-graphics-compiler: update to 1.0.10200

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 18 Feb 2022 20:43:33 UTC
The branch main has been updated by jbeich:

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

commit 433c522170780221a7e0f9b8ff025a482b06c8cc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-28 10:30:23 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-18 20:39:32 +0000

    devel/intel-graphics-compiler: update to 1.0.10200
    
    Changes:        https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10200
    Reported by:    GitHub (watch releases)
---
 devel/intel-graphics-compiler/Makefile         | 2 +-
 devel/intel-graphics-compiler/distinfo         | 6 +++---
 devel/intel-graphics-compiler/files/patch-unix | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index 2bb3dfa8653b..c54de70b0943 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.10183
+DISTVERSION=	1.0.10200
 CATEGORIES=	devel
 PKGNAMESUFFIX=	-${FLAVOR}
 
diff --git a/devel/intel-graphics-compiler/distinfo b/devel/intel-graphics-compiler/distinfo
index 4848dad9f0f2..c19848b2fac2 100644
--- a/devel/intel-graphics-compiler/distinfo
+++ b/devel/intel-graphics-compiler/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1643274506
-SHA256 (intel-intel-graphics-compiler-igc-1.0.10183_GH0.tar.gz) = 51dc8982b1e245620833e2f2b9867b4a1a820fe7a2332ee03adafa5911202dc0
-SIZE (intel-intel-graphics-compiler-igc-1.0.10183_GH0.tar.gz) = 8208590
+TIMESTAMP = 1643365823
+SHA256 (intel-intel-graphics-compiler-igc-1.0.10200_GH0.tar.gz) = bdbd011edac519db691c97e3d09db749789216fc42a7d4f0b7cf61db145b866f
+SIZE (intel-intel-graphics-compiler-igc-1.0.10200_GH0.tar.gz) = 8207404
 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-123-g814e728_GH0.tar.gz) = e4880dccda018f63cdc684afd5e51972d8ad2e3f21e9bab346a865370ea2929e
 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-123-g814e728_GH0.tar.gz) = 416402
 SHA256 (KhronosGroup-SPIRV-Tools-v2021.4_GH0.tar.gz) = d68de260708dda785d109ff1ceeecde2d2ab71142fa5bf59061bb9f47dd3bb2c
diff --git a/devel/intel-graphics-compiler/files/patch-unix b/devel/intel-graphics-compiler/files/patch-unix
index d83ddff3b0a6..dbb589b2e2b6 100644
--- a/devel/intel-graphics-compiler/files/patch-unix
+++ b/devel/intel-graphics-compiler/files/patch-unix
@@ -205,12 +205,12 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
  #   pragma GCC diagnostic push
  #   if __GNUC__ > 8
  #       pragma GCC diagnostic ignored "-Winit-list-lifetime"
---- IGC/common/Stats.cpp.orig	2021-03-22 09:55:24 UTC
+--- IGC/common/Stats.cpp.orig	2022-01-28 10:30:23 UTC
 +++ IGC/common/Stats.cpp
-@@ -1061,7 +1061,7 @@ void TimeStats::printTimeCSV( std::string const& corpu
+@@ -1045,7 +1045,7 @@ void TimeStats::printTimeCSV( std::string const& corpu
      else
          subFile += IGC::Debug::GetShaderCorpusName();
-     const std::string outputFilePath = 
+     const std::string outputFilePath =
 -#if defined(__linux__)
 +#if !defined(_WIN32)
      subFile + ".csv";