git: 485b2b1015ce - main - lang/intel-compute-runtime: avoid exit crash after 4f322003b416
Jan Beich
jbeich at FreeBSD.org
Fri Apr 9 12:34:24 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=485b2b1015ceb431a49bfabb183816c03ac232dc
commit 485b2b1015ceb431a49bfabb183816c03ac232dc
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-04-09 12:24:09 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-04-09 12:34:09 +0000
lang/intel-compute-runtime: avoid exit crash after 4f322003b416
Previously fixed by 21b8a28407f1 but regressed due to 7fb391c17c8b
taking a different path/file after 4f322003b416 which incompletely
rebased on https://github.com/intel/compute-runtime/commit/d223508cadcd
$ clinfo
[...]
Abort was called at 242 line in file: shared/source/os_interface/linux/drm_neo.cpp
---
lang/intel-compute-runtime/Makefile | 3 ++-
lang/intel-compute-runtime/distinfo | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 664e1c67aabb..3be5b08879e6 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,10 +1,11 @@
PORTNAME= compute-runtime
DISTVERSION= 21.14.19498
+PORTREVISION= 1
CATEGORIES= lang
PKGNAMEPREFIX= intel-
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= 5fcfd6ac8032.patch:-p1 # https://github.com/intel/compute-runtime/pull/361
+PATCHFILES+= 4a926516c3ea.patch:-p1 # https://github.com/intel/compute-runtime/pull/361
MAINTAINER= jbeich at FreeBSD.org
COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 43f341714c5b..c21a1162bad9 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1617215575
SHA256 (intel-compute-runtime-21.14.19498_GH0.tar.gz) = b267e22cc8dca0b44008d2e5cf70498bcf1cfe542652d664e4a2854d983e156b
SIZE (intel-compute-runtime-21.14.19498_GH0.tar.gz) = 3841717
-SHA256 (5fcfd6ac8032.patch) = 128109db27ba55adab4b351d9f73531ffcb341e7c95063c9e5eed8b139ce42d3
-SIZE (5fcfd6ac8032.patch) = 957
+SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f
+SIZE (4a926516c3ea.patch) = 1691
More information about the dev-commits-ports-all
mailing list