K 10 svn:author V 2 sf K 8 svn:date V 27 2003-12-27T23:02:44.000000Z K 7 svn:log V 556 $ ffmpeg /libexec/ld-elf.so.1: Shared object "libavcodec.so" not found $ (cd /usr/local/lib; ls -l libavcodec.so*) lrwxr-xr-x 1 root wheel 15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0 lrwxr-xr-x 1 root wheel 13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so $ tail -5 /usr/ports/multimedia/ffmpeg/Makefile | head -3 # add shared lib link @${LN} -sf libavcodec.so \ ${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION} This inversion symlink problem fixed in ports/56721 (files/patch-libavcodec::Makefile) but this code left unremoved. END