

Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libmmbd.so: No such file or directory Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libmmbd.so.0: No such file or directory Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libmakemkv.so.1: No such file or directory Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libmakemkv.so: No such file or directory Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libdriveio.so.0: No such file or directory Pkg-static: Unable to access file /usr/ports/multimedia/makemkv/work/stage/lib/libdriveio.so: No such file or directory => Registering installation for makemkv-1.9.9

What I do not get is the final phase which gets executed after the do-install, which is the registration phase: => Compressing man pages (compress-man) Install -s -m 555 /usr/ports/multimedia/makemkv/work/makemkv-oss-1.9.9/out/libmmbd.so.0 /usr/local/lib Install -s -m 555 /usr/ports/multimedia/makemkv/work/makemkv-oss-1.9.9/out/libmakemkv.so.1 /usr/local/lib Install -s -m 555 /usr/ports/multimedia/makemkv/work/makemkv-oss-1.9.9/out/libdriveio.so.0 /usr/local/lib

Up until this step everything works perfectly as you can see from the log below: gmake: Leaving directory '/usr/ports/multimedia/makemkv/work/makemkv-oss-1.9.9' This makefile references the Makefile of the original application and it compiles and creates all the source files necessary to generate the three libraries libdriveio.so.o, libmakemkv.so.1 and libmmbd.so.0 wich are copied into /usr/local/lib with the post install. I am porting makemkv to freebsd 10.2 and for this reason I wrote the following makefile: # New ports collection makefile for: makemkvĭISTNAME= $ -sf libmakemkv.so.1 libmakemkv.so \
