Bug 267155 - www/emacs-w3m: Fix plist error
Summary: www/emacs-w3m: Fix plist error
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 17:44 UTC by Yasuhiro Kimura
Modified: 2022-10-24 13:16 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
Patch file (940 bytes, patch)
2022-10-17 17:44 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (1.61 KB, patch)
2022-10-17 18:03 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-10-17 17:44:24 UTC
Created attachment 237420 [details]
Patch file

Fix plist error when OCTET_VIEWER option is off.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-10-17 18:03:08 UTC
Created attachment 237421 [details]
Updated patch file

Also fix plist error when Mew (mail/mew or mail/mew-devel) is installed in build environment.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-24 13:15:09 UTC
A commit in branch main references this bug:

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

commit ba6850f84e0d26ae8259bc197d04523428d683a8
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2022-10-24 13:08:25 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2022-10-24 13:13:22 +0000

    www/emacs-w3m: Fix pkg-plist when OCTET_VIEWER option is off

    PR:     267155
    Reported by:    yasu

 www/emacs-w3m/Makefile  | 4 ++++
 www/emacs-w3m/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2022-10-24 13:16:19 UTC
Committed, thanks!