[Bug 275399] irc/anope: fix build error with SASL option enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Nov 2023 02:40:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275399

            Bug ID: 275399
           Summary: irc/anope: fix build error with SASL option enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: me@svmhdvn.name
                CC: devnull@apt322.org
                CC: devnull@apt322.org
             Flags: maintainer-feedback?(devnull@apt322.org)

Created attachment 246625
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246625&action=edit
[PATCH] irc/anope: fix build error with SASL on

anope 2.0.4 removed[0] the `m_sasl_dh-aes` and `m_sasl_dh-blowfish` extra
modules. FreeBSD's port attempts to enable them by symbolically linking to
non-existent files when the SASL option is enabled. The attached patch fixes
the resulting build error.

[0] https://github.com/anope/anope/blob/2.0/docs/Changes.conf#L50

-- 
You are receiving this mail because:
You are the assignee for the bug.