Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 00:18:51 +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: r468161 - head/lang/beignet
Message-ID:  <201804240018.w3O0IpJo020327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Apr 24 00:18:51 2018
New Revision: 468161
URL: https://svnweb.freebsd.org/changeset/ports/468161

Log:
  lang/beignet: install CL/cl_inet.h
  
  /tmp/ffconf.XXXXXXXX/test.c:1:10: fatal error: 'CL/cl_intel.h' file not found
   #include <CL/cl_intel.h>
            ^~~~~~~~~~~~~~~
  
  https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/ac993e73deca
  
  PR:		227726

Modified:
  head/lang/beignet/Makefile   (contents, props changed)
  head/lang/beignet/pkg-plist   (contents, props changed)

Modified: head/lang/beignet/Makefile
==============================================================================
--- head/lang/beignet/Makefile	Tue Apr 24 00:18:35 2018	(r468160)
+++ head/lang/beignet/Makefile	Tue Apr 24 00:18:51 2018	(r468161)
@@ -64,7 +64,4 @@ do-test-TEST-on:
 
 pre-install-TEST-on: do-test-TEST-on
 
-post-install:
-	@${RM} -r ${STAGEDIR}${PREFIX}/include/CL
-
 .include <bsd.port.mk>

Modified: head/lang/beignet/pkg-plist
==============================================================================
--- head/lang/beignet/pkg-plist	Tue Apr 24 00:18:35 2018	(r468160)
+++ head/lang/beignet/pkg-plist	Tue Apr 24 00:18:51 2018	(r468161)
@@ -1,3 +1,14 @@
+@comment include/CL/cl.h
+@comment include/CL/cl_d3d10.h
+@comment include/CL/cl_d3d11.h
+@comment include/CL/cl_dx9_media_sharing.h
+@comment include/CL/cl_egl.h
+@comment include/CL/cl_ext.h
+@comment include/CL/cl_gl.h
+@comment include/CL/cl_gl_ext.h
+include/CL/cl_intel.h
+@comment include/CL/cl_platform.h
+@comment include/CL/opencl.h
 etc/OpenCL/vendors/intel-beignet.icd
 lib/beignet/beignet.bc
 lib/beignet/beignet.pch



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