On 5.x, we have libmagic.so.1 in the base. This is the same name as the on sysutils/file installs. When linking, it will use the sysutils/file's due to we added -L. However, for run-time, we have to specify -rpath for ld(1), so magicfilter can find the correct libmagic.so.1. Since we require ports's libmagic when build, make it as build dependency, also for run dependency. Remove the LIB_DEPENDS on libmagic.so.1, it will somehow conflict with the base's. Bump PORTREVISION, so users on 5.x can have a correct linked magicfilter. Port maintainer (cjh@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.76
Responsible Changed From-To: freebsd-ports-bugs->cjh Over to maintainer
State Changed From-To: open->closed Committed. Thanks!