Created attachment 144387 [details] Attached patch bumps revision number, adds conflicts tag and fixes a build error as descibed in the PR. FreeOCL is not building correctly due to an missing header inclusion of xmmintrin.h in src/utils/threadpool.cpp. Patch attached will fix that.
Which port is pocl? I tried looking for it with `make quicksearch' but couldn't find anything.
Sorry, it seems to be a leftover from my personal configuration here. devel/pocl is a port I worked on a while ago and it didn't made it into the ports tree yet. Please delete that line.
A commit references this bug: Author: rakuco Date: Mon Jul 14 17:21:46 UTC 2014 New revision: 361803 URL: http://svnweb.freebsd.org/changeset/ports/361803 Log: Fix the build by including xmmintr.h in a few places. PR: 191595 Submitted by: ohartman@zedat.fu-berlin.de (maintainer) MFH: 2014Q3 Changes: head/devel/freeocl/Makefile head/devel/freeocl/files/patch-src-utils-threadpool.cpp head/devel/freeocl/files/patch-src_freeocl.h
Committed, thanks!
A commit references this bug: Author: rakuco Date: Mon Jul 14 18:21:14 UTC 2014 New revision: 361807 URL: http://svnweb.freebsd.org/changeset/ports/361807 Log: MFH: r361803 Fix the build by including xmmintr.h in a few places. PR: 191595 Submitted by: ohartman@zedat.fu-berlin.de (maintainer) Approved by: portmgr (erwin) Changes: _U branches/2014Q3/ branches/2014Q3/devel/freeocl/Makefile branches/2014Q3/devel/freeocl/files/patch-src-utils-threadpool.cpp branches/2014Q3/devel/freeocl/files/patch-src_freeocl.h