Created attachment 226333 [details] nlarn-0.7.6 diff Update nlarn from 0.7.3 to current stable 0.7.6. Included upstream patch to resolve compilation issues: https://github.com/nlarn/nlarn/pull/299
ACK! thanks for sharing a patch tho. appreciated
apologize the long time to fix; just had issues with my private poudriere env to built and test it and all shall be done by end of week :)
(In reply to Vinícius Zavam from comment #2) No problem! Please let me know if I can be of any assistance.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fb67a92738b6ae04b1e7be58413d2ae2295516e commit 7fb67a92738b6ae04b1e7be58413d2ae2295516e Author: Vinícius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-10-17 10:30:10 +0000 Commit: Vinícius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-10-17 10:30:10 +0000 games/nlarn: update 0.7.3 to 0.7.6 - patch applied with changes; - this port now uses 'localbase' and 'ncurses:port' - build fine for 12, 13 and 14. RELEASE NOTES * https://nlarn.github.io/news/2020/05/23/release-0.7.6 Reported by: Alex <r7st.guru % gmail.com> PR: 257088 games/nlarn/Makefile | 9 ++--- games/nlarn/distinfo | 6 +-- games/nlarn/files/patch-Makefile (new) | 11 +++++ games/nlarn/files/patch-inc_extdefs.h (new) | 53 +++++++++++++++++++++++++ games/nlarn/files/patch-inc_nlarn.h | 10 ----- games/nlarn/files/patch-inc_player.h (new) | 12 ++++++ games/nlarn/files/patch-inc_position.h | 8 ++-- games/nlarn/files/patch-src_amulets.c (new) | 11 +++++ games/nlarn/files/patch-src_buildings.c (new) | 11 +++++ games/nlarn/files/patch-src_config.c (new) | 11 +++++ games/nlarn/files/patch-src_container.c (new) | 11 +++++ games/nlarn/files/patch-src_display.c (new) | 11 +++++ games/nlarn/files/patch-src_effects.c (new) | 11 +++++ games/nlarn/files/patch-src_fov.c (new) | 11 +++++ games/nlarn/files/patch-src_game.c (new) | 19 +++++++++ games/nlarn/files/patch-src_inventory.c (new) | 11 +++++ games/nlarn/files/patch-src_items.c (new) | 11 +++++ games/nlarn/files/patch-src_map.c (new) | 11 +++++ games/nlarn/files/patch-src_monsters.c (new) | 11 +++++ games/nlarn/files/patch-src_nlarn.c (new) | 10 +++++ games/nlarn/files/patch-src_pathfinding.c (new) | 11 +++++ games/nlarn/files/patch-src_player.c (new) | 18 +++++++++ games/nlarn/files/patch-src_position.c (new) | 11 +++++ games/nlarn/files/patch-src_potions.c (new) | 11 +++++ games/nlarn/files/patch-src_rings.c (new) | 11 +++++ games/nlarn/files/patch-src_scoreboard.c (new) | 11 +++++ games/nlarn/files/patch-src_scrolls.c (new) | 11 +++++ games/nlarn/files/patch-src_sobjects.c (new) | 11 +++++ games/nlarn/files/patch-src_spells.c (new) | 11 +++++ games/nlarn/files/patch-src_spheres.c (new) | 11 +++++ games/nlarn/files/patch-src_traps.c (new) | 11 +++++ games/nlarn/files/patch-src_utils.c (new) | 11 +++++ games/nlarn/files/patch-src_weapons.c (new) | 11 +++++ games/nlarn/pkg-plist | 2 - 34 files changed, 387 insertions(+), 24 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=488b438ed8c0ecef3f6140dbff180032a3047503 commit 488b438ed8c0ecef3f6140dbff180032a3047503 Author: Vinícius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-10-17 10:34:07 +0000 Commit: Vinícius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-10-17 10:34:07 +0000 games/nlarn: delete empty 'files/patch-inc_nlarn.h' Reported by: Alex <r7st.guru % gmail.com> PR: 257088 games/nlarn/files/patch-inc_nlarn.h (gone) | 0 1 file changed, 0 insertions(+), 0 deletions(-)