When compiling dns/unbound from FreeBSD ports there is a module version issue where the later module is not being installed. It attempts to install _unbound.so.4, but only leaves us with _unbound.so.3 which results in a failed port compile of dns/unbound. The failed port build is the result of selecting Python support in the 'make config' options.
Created attachment 146356 [details] Fix build/package with PYTHON option enabled Adding patch to fix pkg-plist with PYTHON option enabled. Tested by reporter, confirmed fixed.
A commit references this bug: Author: koobs Date: Wed Aug 27 06:32:27 UTC 2014 New revision: 366293 URL: http://svnweb.freebsd.org/changeset/ports/366293 Log: dns/unbound: Fix packaging with PYTHON option enabled - Fix packaging with PYTHON option enabled While I'm here, pet portlint. PR: 193057 Reported by: Jaret Bartsch <jaretbartsch at yahoo dot ca> Reviewed by: antoine Approved by: portmgr (blanket: packaging) Changes: head/dns/unbound/Makefile head/dns/unbound/pkg-plist
Thank you for your report Jaret! Responsive Reporter, A++ Testing, Would commit again.
*** Bug 193080 has been marked as a duplicate of this bug. ***