svn commit: r519962 - in head/lang/compute-runtime: . files

Jan Beich jbeich at FreeBSD.org
Fri Dec 13 05:27:57 UTC 2019


Author: jbeich
Date: Fri Dec 13 05:27:56 2019
New Revision: 519962
URL: https://svnweb.freebsd.org/changeset/ports/519962

Log:
  lang/compute-runtime: switch to upstream fix for Clang 9

Deleted:
  head/lang/compute-runtime/files/patch-clang9
Modified:
  head/lang/compute-runtime/Makefile   (contents, props changed)
  head/lang/compute-runtime/distinfo   (contents, props changed)

Modified: head/lang/compute-runtime/Makefile
==============================================================================
--- head/lang/compute-runtime/Makefile	Fri Dec 13 04:49:26 2019	(r519961)
+++ head/lang/compute-runtime/Makefile	Fri Dec 13 05:27:56 2019	(r519962)
@@ -2,7 +2,11 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	19.48.14977
+PORTREVISION=	1
 CATEGORIES=	lang
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	fb8df1a328e4.patch:-p1
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	OpenCL library for Intel HD 5000 (Gen8) or newer

Modified: head/lang/compute-runtime/distinfo
==============================================================================
--- head/lang/compute-runtime/distinfo	Fri Dec 13 04:49:26 2019	(r519961)
+++ head/lang/compute-runtime/distinfo	Fri Dec 13 05:27:56 2019	(r519962)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1575037414
 SHA256 (intel-compute-runtime-19.48.14977_GH0.tar.gz) = 1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3
 SIZE (intel-compute-runtime-19.48.14977_GH0.tar.gz) = 2633172
+SHA256 (fb8df1a328e4.patch) = 6fd8308328b85af5a17bc80466ecfc35c0f95c00dfa74b2bd2ba24af19f19ed4
+SIZE (fb8df1a328e4.patch) = 5903


More information about the svn-ports-head mailing list