Bug 257888 - misc/mc: update to 4.8.27
Summary: misc/mc: update to 4.8.27
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: Alexey Dokuchaev
URL: https://midnight-commander.org/wiki/N...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-16 17:42 UTC by Oleg Sidorkin
Modified: 2021-08-20 09:13 UTC (History)
0 users

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


Attachments
Patch to update misc/ms from 4.8.26 to 4.8.27 (1.29 KB, patch)
2021-08-16 17:42 UTC, Oleg Sidorkin
osidorkin: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2021-08-16 17:42:32 UTC
Created attachment 227249 [details]
Patch to update misc/ms from 4.8.26 to 4.8.27
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-20 09:04:12 UTC
A commit in branch main references this bug:

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

commit 27d49c4c907fff7d64f82d400fd0897464f796dd
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-08-20 09:01:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-08-20 09:01:54 +0000

    misc/mc: update Midnight Commander to version 4.8.27, but not only

    - Don't try to patch up unsupported compiler warning options and fix
      the configure script detection logic instead (it correctly passes
      -Werror in Clang's case, but assumes that $CC is literally called
      `clang' which is, of course, wrong on both FreeBSD and in general)
    - Keep the UNRAR_VERSION adjustment for now: even though it had been
      fixed upstream, with version 7 it would brake again
    - Expand the creator line in the Makefile to include Torsten's full
      name, with his permission.  We have other people named Torsten in
      the project these days, and this change makes it less confusing

    PR:     253796, 257888

 misc/mc/Makefile  | 11 ++++-------
 misc/mc/distinfo  |  6 +++---
 misc/mc/pkg-plist |  1 +
 3 files changed, 8 insertions(+), 10 deletions(-)