Bug 279811 - mail/opendkim-devel fail to start with lua54 if lua files is really specified
Summary: mail/opendkim-devel fail to start with lua54 if lua files is really specified
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-17 09:10 UTC by Yasuhito FUTATSUKI
Modified: 2024-06-21 01:58 UTC (History)
0 users

See Also:
yasu: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.