Cannot see lang/beignet port package

The 10.x packages are build for the lowest supported version, i.e. 10.1. But the port requires 10.2 or higher. So there's no package and you'll have to build from ports.
 
I tried to install it from ports, and I got an error:
Code:
$ cd /usr/ports/lang/beignet/
cd: /usr/ports/lang/beignet/: No such file or directory
 
After installing beignet from ports, I got a problem:
Code:
$ clinfo
Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting.
Abort trap (core dumped)
 
Back
Top