[Bug 260678] mail/exim-4.94.2_1 fails to build after upgrade of opendmarc to 1.4.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 25 Dec 2021 12:53:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260678

            Bug ID: 260678
           Summary: mail/exim-4.94.2_1 fails to build after upgrade of
                    opendmarc to 1.4.2
           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: lysfjord.daniel@smokepit.net
 Attachment #230390 text/plain
         mime type:

Created attachment 230390
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230390&action=edit
poudriere build log for mail/exim-4.94.2_1

mail/exim fails to build after opendmarc upgrade to 1.4.2 with the following
error:

dmarc.c:449:30: error: too few arguments to function call, expected 5, have 4
                                               dkim_result, US"");
                                                                ^
/usr/local/include/opendmarc/dmarc.h:125:1: note: 'opendmarc_policy_store_dkim'
declared here
OPENDMARC_STATUS_T opendmarc_policy_store_dkim(DMARC_POLICY_T *pctx, u_char
*domain, u_char *selector, int result, u_char *human_result);
^
/usr/local/include/opendmarc/dmarc.h:88:28: note: expanded from macro
'OPENDMARC_STATUS_T'
#define OPENDMARC_STATUS_T int

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