Date: Wed, 18 Sep 2024 18:57:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 281575] misc/mc: fails to build with EDITOR=off Message-ID: <bug-281575-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281575 Bug ID: 281575 Summary: misc/mc: fails to build with EDITOR=3Doff Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: ice@extreme.hu Flags: maintainer-feedback?(danfe@FreeBSD.org) Assignee: danfe@FreeBSD.org 4.8.32 only builds mcedit.1(.gz) if USE_INTERNAL_EDIT (cf. doc/man/Makefile.am), a.k.a. EDITOR=3Don. pkg-plist needs to be made aware = of this new fact. This seems to be working for me: diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist index 8a9b056d803e..543843d0cb0f 100644 --- a/misc/mc/pkg-plist +++ b/misc/mc/pkg-plist @@ -144,7 +144,7 @@ libexec/mc/shell/utime %%NLS%%share/man/it/man1/mc.1.gz share/man/man1/mc.1.gz share/man/man1/mcdiff.1.gz -share/man/man1/mcedit.1.gz +%%EDITOR%%share/man/man1/mcedit.1.gz share/man/man1/mcview.1.gz %%NLS%%share/man/pl/man1/mc.1.gz %%NLS%%share/man/ru/man1/mc.1.gz --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281575-7788>