Bug 154087

Summary: /usr/ports/mail/enma got SIGSEGV.
Product: Ports & Packages Reporter: HAMADA Takeshi <hamm>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description HAMADA Takeshi 2011-01-17 15:20:08 UTC
/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'.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-17 15:20:12 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-17 15:20:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2011-01-20 09:10:27 UTC
State Changed
From-To: feedback->closed

Duplicate of 154090