Created attachment 227557 [details] Patch file Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End:
Submitter is now ports committer, assign to submitter. Approved. Amend the commit and add a line `Approved by: meta (mentor)`, then push it after you change MAINTAINER to your FreeBSD.org address. Also, remove "[PATCH] from the title of commit message.
(In reply to Koichiro Iwao from comment #1) Also approved - remember to add "PR:" as well, so the new message should look like: mail/mew-devel: Prevent .el files from being native compiled [Your original message] PR:(tab)(tab)258172 Approved by: meta (mentor), ygy (mentor)
(In reply to Koichiro Iwao from comment #1) > Amend the commit and add a line `Approved by: meta (mentor)`, then push it after you change MAINTAINER to your FreeBSD.org address. Do you mean I need not create review before committing this bug report?
(In reply to Yasuhiro Kimura from comment #3) Yes, we've already approved the change. Amend the commit message, resolve conflicts if necessary and push it.
Do you think users who installed mew via `pkg install` should receive this fix? If so, it should be MFH'ed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dde2c0ae7261f8c85d96077826732061246f549 commit 5dde2c0ae7261f8c85d96077826732061246f549 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2021-08-30 10:37:43 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-09-28 07:13:41 +0000 mail/mew-devel: Prevent .el files from being native compiled Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End: PR: 258172 Approved by: meta (mentor), ygy (mentor) mail/mew-devel/Makefile | 1 + mail/mew-devel/files/patch-no-native-compile (new) | 863 +++++++++++++++++++++ 2 files changed, 864 insertions(+)
(In reply to Koichiro Iwao from comment #4) Thanks for replay. I have pushed my commit to master repository.
(In reply to Koichiro Iwao from comment #5) Only editor/emacs-devel supports native compilation and option to enable it is OFF by default. So user of official package doesn't suffer from the issue and I don't think this should be MFHed therefore.
(In reply to Yasuhiro Kimura from comment #8) I see, close it. Same with mail/mew.