K 10 svn:author V 7 sobomax K 8 svn:date V 27 2013-09-08T19:28:29.409468Z K 7 svn:log V 381 Don't rely on `file -L' to follow symlinks and find type of the file they point to. It only works if symlink points to the file directly and fails if there are more than one level of symlinks. Use realpath(1) to drill out the actual path to the shared lib and feed it to file(1) then. This fixes issue with cerain LIB_DEPENDS, such as databases/db42. Approved by: portmgr (bapt) END