git: cd21d73782f1 - main - lang/intel-compute-runtime: update to 22.13.22789

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 01 Apr 2022 12:51:38 UTC
The branch main has been updated by jbeich:

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

commit cd21d73782f156614138079fc4355c6bad652a7d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-22 13:13:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-04-01 12:49:34 +0000

    lang/intel-compute-runtime: update to 22.13.22789
    
    Changes:        https://github.com/intel/compute-runtime/compare/22.12.22749...22.13.22789
    Reported by:    GitHub (watch releases)
---
 lang/intel-compute-runtime/Makefile             | 2 +-
 lang/intel-compute-runtime/distinfo             | 6 +++---
 lang/intel-compute-runtime/files/patch-includes | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index d61288755591..bb181ad04477 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compute-runtime
-DISTVERSION=	22.12.22749
+DISTVERSION=	22.13.22789
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 PKGNAMESUFFIX=	-${FLAVOR}
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 298fab8360b7..c39b8f6c3246 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647450522
-SHA256 (intel-compute-runtime-22.12.22749_GH0.tar.gz) = eda2a77d14554ee116097b6365f8ef9449a903de5724d0f05fff13d408865d13
-SIZE (intel-compute-runtime-22.12.22749_GH0.tar.gz) = 5234659
+TIMESTAMP = 1647954805
+SHA256 (intel-compute-runtime-22.13.22789_GH0.tar.gz) = b6edbbeb72e7173a4d6ae78871c8a6f65563160661dd21224c9a0e2bb7286421
+SIZE (intel-compute-runtime-22.13.22789_GH0.tar.gz) = 5252140
diff --git a/lang/intel-compute-runtime/files/patch-includes b/lang/intel-compute-runtime/files/patch-includes
index 67a4794645c0..0dd7b3117e6c 100644
--- a/lang/intel-compute-runtime/files/patch-includes
+++ b/lang/intel-compute-runtime/files/patch-includes
@@ -45,9 +45,9 @@ struct sockaddr {
  #include <sys/types.h>
  #include <unistd.h>
  #include <vector>
---- shared/source/os_interface/linux/drm_neo.cpp.orig	2020-04-17 18:43:38 UTC
+--- shared/source/os_interface/linux/drm_neo.cpp.orig	2022-03-22 13:13:25 UTC
 +++ shared/source/os_interface/linux/drm_neo.cpp
-@@ -19,9 +19,9 @@
+@@ -34,9 +34,9 @@
  #include "shared/source/os_interface/os_interface.h"
  #include "shared/source/utilities/directory.h"
  
@@ -55,9 +55,9 @@ struct sockaddr {
  #include <cstdio>
  #include <cstring>
 -#include <linux/limits.h>
+ #include <map>
  
  namespace NEO {
- 
 --- shared/source/tbx/tbx_sockets_imp.cpp.orig	2020-10-23 15:44:19 UTC
 +++ shared/source/tbx/tbx_sockets_imp.cpp
 @@ -18,6 +18,7 @@ typedef int socklen_t;