From owner-dev-commits-ports-main@freebsd.org Fri Apr 9 12:34:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9806F5D747A; Fri, 9 Apr 2021 12:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGyHh3thJz4gfZ; Fri, 9 Apr 2021 12:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 742301D9F2; Fri, 9 Apr 2021 12:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 139CYOth020255; Fri, 9 Apr 2021 12:34:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 139CYOjJ020254; Fri, 9 Apr 2021 12:34:24 GMT (envelope-from git) Date: Fri, 9 Apr 2021 12:34:24 GMT Message-Id: <202104091234.139CYOjJ020254@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 485b2b1015ce - main - lang/intel-compute-runtime: avoid exit crash after 4f322003b416 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 485b2b1015ceb431a49bfabb183816c03ac232dc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 12:34:24 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=485b2b1015ceb431a49bfabb183816c03ac232dc commit 485b2b1015ceb431a49bfabb183816c03ac232dc Author: Jan Beich AuthorDate: 2021-04-09 12:24:09 +0000 Commit: Jan Beich 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