/usr/ports/mail/enma depends on /usr/ports/dns/libbind. (libbind-6.0) but enma requires libbind9.a I think. I installed /usr/ports/dns/bind97 and make symlink named '/usr/local/lib/libbind.a' to '/usr/local/lib/libbind9.a' using following commands. # cd /usr/ports/mail/enma # make install # cd /usr/ports/dns/bind97 # make install # cd /usr/local/lib # rm libbind.a # ln -s ./libbind9.a libbind.a # service milter-enma start Fix: I installed /usr/ports/dns/bind97 and make symlink named '/usr/local/lib/libbind.a' to '/usr/local/lib/libbind9.a' using following commands. # cd /usr/ports/mail/enma # make install # cd /usr/ports/dns/bind97 # make install # cd /usr/local/lib # rm libbind.a # ln -s ./libbind9.a libbind.a # service milter-enma start How-To-Repeat: Sending E-Mail from cellular phone. (takhamm@ezweb.ne.jp) ezweb.ne.jp is a japanese carrier `au'.
Maintainer of mail/enma, Please note that PR ports/154087 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154087 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Duplicate of 154090