Bug 262483 - games/xnethack: update to 7.0
Summary: games/xnethack: update to 7.0
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: Neel Chauhan
URL: https://github.com/copperwater/xNetHa...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-11 11:59 UTC by Robert Clausecker
Modified: 2022-03-11 17:31 UTC (History)
1 user (show)

See Also:


Attachments
games/xnethack: update to 7.0 (29.17 KB, patch)
2022-03-11 11:59 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-03-11 11:59:18 UTC
Created attachment 232385 [details]
games/xnethack: update to 7.0

While we are add it, add another flavour for the Qt frontend.

Changelog:	https://github.com/copperwater/xNetHack/blob/master/doc/xnh-changelog-7.0.md

Tested with Poudriere on armv7 arm64 i386 amd64 FreeBSD 13.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-03-11 17:30:52 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-11 17:31:19 UTC
A commit in branch main references this bug:

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

commit fa2a8dd2b9bd292bfd97c1539fefbbc3c3cde3d5
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-03-11 00:40:22 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-11 17:30:36 +0000

    games/xnethack: update to 7.0

    While we are add it, add another flavour for the Qt frontend.

    Changelog:      https://github.com/copperwater/xNetHack/blob/master/doc/xnh-changelog-7.0.md

    PR:     262483

 games/xnethack/Makefile                           |  21 +++-
 games/xnethack/distinfo                           |   6 +-
 games/xnethack/files/patch-doc_dlb.6              |   4 +-
 games/xnethack/files/patch-doc_nethack.6          |  17 +--
 games/xnethack/files/patch-doc_recover.6          |   6 +-
 games/xnethack/files/patch-include-config.h       |   8 +-
 games/xnethack/files/patch-include-unixconf.h     |   4 +-
 games/xnethack/files/patch-sys-unix-Makefile.doc  |  13 ++-
 games/xnethack/files/patch-sys-unix-Makefile.src  |  72 +++++++-----
 games/xnethack/files/patch-sys-unix-Makefile.top  | 127 +++++++++-------------
 games/xnethack/files/patch-sys-unix-Makefile.utl  |   4 +-
 games/xnethack/files/patch-sys-unix-sysconf       |   4 +-
 games/xnethack/files/patch-util-makedefs.c        |  18 +--
 games/xnethack/files/patch-win-tty-termcap.c      |   4 +-
 games/xnethack/files/patch-win_Qt_qt__pre.h (new) |  11 ++
 games/xnethack/pkg-plist                          |   8 ++
 16 files changed, 171 insertions(+), 156 deletions(-)