Created attachment 161866 [details] diff on lang/beignet to go to 1.1.1 Minor patch to upgrade beignet to v1.1.1. From their changelog: #### Beignet 1.1.1 has been released. It's a bug fix release including the following highlighted improvements: 1. Dump asm to a file. 2. Use addRemappedFile to avoid creating temporary cl source file. 3. add collectInsnNum to collect block instruction number. 4. Fix piglit clLinkProgram fail. 5. Calculate appropriate timestamps for cl profile. #### Changes in this patch compared to the 1.1.0 port: * Makefile and distinfo updated for 1.1.1 * cl_event.c: we need to import time.h and use CLOCK_MONOTONIC instead of CLOCK_MONOTONIC_RAW Compiles and installs w/o problems on current.
A commit references this bug: Author: kwm Date: Tue Oct 20 14:47:47 UTC 2015 New revision: 399857 URL: https://svnweb.freebsd.org/changeset/ports/399857 Log: Update beignet to 1.1.1. * Dump asm to a file. * Use addRemappedFile to avoid creating temporary cl source file. * add collectInsnNum to collect block instruction number. * Fix piglit clLinkProgram fail. * Calculate appropriate timestamps for cl profile. While here assign maintainership to x11@. PR: 203669 Submitted by: dieterich.joh@gmail.com Changes: head/lang/beignet/Makefile head/lang/beignet/distinfo head/lang/beignet/files/patch-src_cl__event.c