Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 12:34:24 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 485b2b1015ce - main - lang/intel-compute-runtime: avoid exit crash after 4f322003b416
Message-ID:  <202104091234.139CYOjJ020254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 485b2b1015ceb431a49bfabb183816c03ac232dc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-04-09 12:24:09 +0000
Commit:     Jan Beich <jbeich@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104091234.139CYOjJ020254>