Index: Makefile =================================================================== --- Makefile (revision 398967) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beignet -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= lang MASTER_SITES= https://01.org/sites/default/files/ DISTVERSIONSUFFIX= -source Index: distinfo =================================================================== --- distinfo (revision 398967) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (beignet-1.1.0-source.tar.gz) = 4afe09ea13cd7f8475b9f6534e97cb4dcd307c602095c6968b0ed22290753386 -SIZE (beignet-1.1.0-source.tar.gz) = 938923 +SHA256 (beignet-1.1.1-source.tar.gz) = 9bf4c69eb4fbd3c7cc9ef75c1952bca6f05259ffbe753a27e08ed98bb32e1119 +SIZE (beignet-1.1.1-source.tar.gz) = 943579 Index: files/patch-src_cl__event.c =================================================================== --- files/patch-src_cl__event.c (revision 398967) +++ files/patch-src_cl__event.c (working copy) @@ -1,8 +1,10 @@ ---- src/cl_event.c.orig 2015-02-03 15:00:21.865295000 +0100 -+++ src/cl_event.c 2015-02-03 15:00:30.759495000 +0100 -@@ -28,7 +28,7 @@ +--- src/cl_event.c.orig 2015-09-24 02:49:06 UTC ++++ src/cl_event.c +@@ -27,8 +27,9 @@ + #include #include ++#include -inline cl_bool +static inline cl_bool @@ -9,3 +11,12 @@ cl_event_is_gpu_command_type(cl_command_type type) { switch(type) { +@@ -617,7 +618,7 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u + { + struct timespec ts; + +- if(clock_gettime(CLOCK_MONOTONIC_RAW,&ts) != 0){ ++ if(clock_gettime(CLOCK_MONOTONIC,&ts) != 0){ + printf("CPU Timmer error\n"); + return CL_FALSE; + }