From owner-svn-ports-head@freebsd.org Fri Feb 21 14:22:53 2020 Return-Path: Delivered-To: svn-ports-head@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 106A225F05E; Fri, 21 Feb 2020 14:22:53 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PDFS32CFz3KYh; Fri, 21 Feb 2020 14:22:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26BA8C28D; Fri, 21 Feb 2020 14:22:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01LEMpLl023273; Fri, 21 Feb 2020 14:22:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LEMpYu023269; Fri, 21 Feb 2020 14:22:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002211422.01LEMpYu023269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Feb 2020 14:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526627 - in head/lang/intel-compute-runtime: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/lang/intel-compute-runtime: . files X-SVN-Commit-Revision: 526627 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 14:22:53 -0000 Author: jbeich Date: Fri Feb 21 14:22:50 2020 New Revision: 526627 URL: https://svnweb.freebsd.org/changeset/ports/526627 Log: lang/intel-compute-runtime: update to 20.07.15711 Changes: https://github.com/intel/compute-runtime/compare/20.06.15619...20.07.15711 Reported by: GitHub (watch releases) Modified: head/lang/intel-compute-runtime/Makefile (contents, props changed) head/lang/intel-compute-runtime/distinfo (contents, props changed) head/lang/intel-compute-runtime/files/patch-includes (contents, props changed) head/lang/intel-compute-runtime/files/patch-userptr (contents, props changed) Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Fri Feb 21 13:48:07 2020 (r526626) +++ head/lang/intel-compute-runtime/Makefile Fri Feb 21 14:22:50 2020 (r526627) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compute-runtime -DISTVERSION= 20.06.15619 +DISTVERSION= 20.07.15711 CATEGORIES= lang PKGNAMEPREFIX= intel- Modified: head/lang/intel-compute-runtime/distinfo ============================================================================== --- head/lang/intel-compute-runtime/distinfo Fri Feb 21 13:48:07 2020 (r526626) +++ head/lang/intel-compute-runtime/distinfo Fri Feb 21 14:22:50 2020 (r526627) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581073900 -SHA256 (intel-compute-runtime-20.06.15619_GH0.tar.gz) = 6fdd5171204796eca7bd626e7108cd7b80f7e00c99426876d93d1154b97d933b -SIZE (intel-compute-runtime-20.06.15619_GH0.tar.gz) = 2726254 +TIMESTAMP = 1581677898 +SHA256 (intel-compute-runtime-20.07.15711_GH0.tar.gz) = d4539d19703394b5208cefeaea3b874586fa465d85affb099d10bfe80b08a58a +SIZE (intel-compute-runtime-20.07.15711_GH0.tar.gz) = 2757921 Modified: head/lang/intel-compute-runtime/files/patch-includes ============================================================================== --- head/lang/intel-compute-runtime/files/patch-includes Fri Feb 21 13:48:07 2020 (r526626) +++ head/lang/intel-compute-runtime/files/patch-includes Fri Feb 21 14:22:50 2020 (r526627) @@ -1,5 +1,9 @@ -Add missing includes in various places. +Adjust includes in various places. +core/os_interface/linux/drm_neo.cpp:21:10: fatal error: 'linux/limits.h' file not found +#include + ^~~~~~~~~~~~~~~~ + runtime/tbx/tbx_sockets_imp.cpp:74:51: error: use of undeclared identifier 'IPPROTO_TCP' m_socket = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); ^ @@ -11,6 +15,20 @@ runtime/tbx/tbx_sockets_imp.cpp:107:9: error: unknown struct sockaddr { ^ +--- core/os_interface/linux/drm_neo.cpp.orig 2020-02-14 10:58:18 UTC ++++ core/os_interface/linux/drm_neo.cpp +@@ -15,10 +15,10 @@ + #include "core/os_interface/linux/sys_calls.h" + #include "core/utilities/directory.h" + ++#include + #include + #include + #include +-#include + + namespace NEO { + --- runtime/tbx/tbx_sockets_imp.cpp.orig 2019-11-22 15:41:47 UTC +++ runtime/tbx/tbx_sockets_imp.cpp @@ -18,6 +18,7 @@ typedef int socklen_t; Modified: head/lang/intel-compute-runtime/files/patch-userptr ============================================================================== --- head/lang/intel-compute-runtime/files/patch-userptr Fri Feb 21 13:48:07 2020 (r526626) +++ head/lang/intel-compute-runtime/files/patch-userptr Fri Feb 21 14:22:50 2020 (r526627) @@ -38,8 +38,8 @@ frame #5: 0x000000080104b4e5 libigdrcl.so`NEO::DrmMemo 60 } 61 } ---- runtime/os_interface/linux/drm_memory_manager.cpp.orig 2020-01-15 11:27:15 UTC -+++ runtime/os_interface/linux/drm_memory_manager.cpp +--- core/os_interface/linux/drm_memory_manager.cpp.orig 2020-02-14 10:58:18 UTC ++++ core/os_interface/linux/drm_memory_manager.cpp @@ -141,7 +141,17 @@ NEO::BufferObject *DrmMemoryManager::allocUserptr(uint userptr.flags = static_cast(flags);