Created attachment 162223 [details] Fix error message Missing shareable libraries generate a mangled error message: PORTNAME has require a missing libraries: LIBNAME
It has been already fixed in the git version, will be in pkg 1.6.2
Problem still exists in 1.6.4. Looks like something did not get committed. grep "has require a missing libraries" src/*.c src/check.c: pkg_sbuf_printf(out, "%n has require a missing libraries: %S\n", I believe it should read: pkg_sbuf_printf(out, "%n requires a missing library:%S\n"
Sorry I closed it here too early https://github.com/freebsd/pkg/blob/master/src/check.c#L97 I thought I had merged it into the release but not...