Bug 279811

Summary: mail/opendkim-devel fail to start with lua54 if lua files is really specified
Product: Ports & Packages Reporter: Yasuhito FUTATSUKI <freebsd-bug-report-yf>
Component: Individual Port(s)Assignee: Yasuhiro Kimura <yasu>
Status: Closed FIXED    
Severity: Affects Only Me Flags: yasu: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yasuhito FUTATSUKI 2024-06-17 09:10:45 UTC
As of bug #276704. Develop branch of opendkim still has issue described in github PR #201 (https://github.com/trusteddomainproject/OpenDKIM/pull/201), because the PR is againt develop branch.

Also, make test in ports level would fail because milter-test(8) is also affected by the issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-21 01:57:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff2ef7d70f8411449f3fe5b0f12da8597dce7d3

commit 5ff2ef7d70f8411449f3fe5b0f12da8597dce7d3
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-06-21 01:56:06 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-06-21 01:56:06 +0000

    mail/opendkim-devel: Add patch to fix bug related to Lua

    PR:             279811
    Reported by:    Yasuhito FUTATSUKI
    Obtained from:  https://github.com/trusteddomainproject/OpenDKIM/pull/201

 mail/opendkim-devel/Makefile                  |  1 +
 mail/opendkim-devel/files/patch-lua_pop (new) | 86 +++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2024-06-21 01:58:59 UTC
Thanks for report. Fixed with ports 5ff2ef7d70f8.