Date: Sat, 14 Nov 2020 19:42:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555139 - head/lang/intel-compute-runtime Message-ID: <202011141942.0AEJg86M068949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Nov 14 19:42:07 2020 New Revision: 555139 URL: https://svnweb.freebsd.org/changeset/ports/555139 Log: lang/intel-compute-runtime: work around crash on exit after r543389 $ clinfo [...] Abort was called at 243 line in file: shared/source/os_interface/linux/drm_neo.cpp Modified: head/lang/intel-compute-runtime/Makefile (contents, props changed) head/lang/intel-compute-runtime/distinfo (contents, props changed) Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Sat Nov 14 19:39:23 2020 (r555138) +++ head/lang/intel-compute-runtime/Makefile Sat Nov 14 19:42:07 2020 (r555139) @@ -2,8 +2,12 @@ PORTNAME= compute-runtime DISTVERSION= 20.45.18403 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= intel- + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 2a423820aaa4.patch:-p1 # https://github.com/intel/compute-runtime/pull/361 MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer Modified: head/lang/intel-compute-runtime/distinfo ============================================================================== --- head/lang/intel-compute-runtime/distinfo Sat Nov 14 19:39:23 2020 (r555138) +++ head/lang/intel-compute-runtime/distinfo Sat Nov 14 19:42:07 2020 (r555139) @@ -1,3 +1,5 @@ TIMESTAMP = 1604754297 SHA256 (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99 SIZE (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 3606493 +SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b +SIZE (2a423820aaa4.patch) = 947
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011141942.0AEJg86M068949>