the sep 7 update to courier-authlib has caused a shared library search failure: Sep 10 14:08:20 blah imapd-ssl: Shared object "libcourierauth.so" not found, required by "imaplogin" It should be possible to fix this by adding the following into the Makefile for courier-authlib-base: -- USE_LDCONFIG= ${PREFIX}/lib/courier-authlib --
A commit references this bug: Author: madpilot Date: Thu Sep 11 13:48:30 UTC 2014 New revision: 367933 URL: http://svnweb.freebsd.org/changeset/ports/367933 Log: Add back USE_LDCONFIG for coourier-authlib-base only. This ports installs libraries needed by other fostware in it's own directory, so USE_LDCONFIG is needed heere or libraries will not be found. PR: 193521 Submitted by: nick@foobar.org Approved by: portmgr (just fix it blanket) Changes: head/security/courier-authlib-base/Makefile
Thanks for the report, fix committed in r367933.