The Lua port was changed to link against pthread http://svnweb.freebsd.org/ports?view=revision&revision=324286 But the luajit one was not. Unfortunately that means that if you open a library linked to pthread in luajit it just hangs forever in a kernel mutex which is not very helpful. This means that I have to compile my own luajit instead, and not use the one that pkg installs which is annoying. (or someone could fix the underlying issue of an executable not linked to pthread not being able to dlopen a library linked to it...)
Maintainer feedback?
Created attachment 190597 [details] svn-diff-luajit-pthread As option?
ping!