aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-03-22 13:13:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-04-01 12:49:34 +0000
commitcd21d73782f156614138079fc4355c6bad652a7d (patch)
tree90586b45340dc0e850504f04f41bba7b2db2fd8f
parentdd6c60dca88e06a0ffaad466be9101151ad5e050 (diff)
downloadports-cd21d73782f156614138079fc4355c6bad652a7d.tar.gz
ports-cd21d73782f156614138079fc4355c6bad652a7d.zip
lang/intel-compute-runtime: update to 22.13.22789
-rw-r--r--lang/intel-compute-runtime/Makefile2
-rw-r--r--lang/intel-compute-runtime/distinfo6
-rw-r--r--lang/intel-compute-runtime/files/patch-includes6
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;