Bug 273235 - misc/mc: update to 4.8.30
Summary: misc/mc: update to 4.8.30
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-19 19:50 UTC by Phil Krylov
Modified: 2023-09-07 08:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
Proposed patch (7.13 KB, patch)
2023-08-19 19:50 UTC, Phil Krylov
danfe: maintainer-approval-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Krylov 2023-08-19 19:50:23 UTC
Created attachment 244217 [details]
Proposed patch
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-09-07 04:58:07 UTC
Comment on attachment 244217 [details]
Proposed patch

> Until 4.8.31, we will need patch-m4.include_mc-ext2fs-attr.m4,
> patch-src_filemanager_Makefile.am, and autoreconf to fix stuff after patching.
> See https://midnight-commander.org/ticket/4493
No we don't, the following small fix to vfs/local/Makefile.in is sufficient:

  -AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
  +AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) @E2P_CFLAGS@
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-07 08:19:13 UTC
A commit in branch main references this bug:

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

commit 739ba086b074582a47002e1870c3f85027c674a4
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-09-07 08:16:34 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-09-07 08:16:34 +0000

    misc/mc: update Midnight Commander to version 4.8.30

    PR:             273235
    Submitted by:   Phil Krylov

 misc/mc/Makefile  | 12 +++++++++---
 misc/mc/distinfo  |  6 +++---
 misc/mc/pkg-plist | 11 +++++------
 3 files changed, 17 insertions(+), 12 deletions(-)
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-09-07 08:19:57 UTC
Committed with minor modifications, thank you!