Bug 289309 - games/crossfire-client: Update to 1.75.5
Summary: games/crossfire-client: Update to 1.75.5
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: Hiroki Tagato
URL: https://sourceforge.net/projects/cros...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-05 05:01 UTC by Kevin Zheng
Modified: 2025-09-06 07:05 UTC (History)
1 user (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2025-09-05 05:01 UTC, Kevin Zheng
no flags Details | Diff
Patch (1.47 KB, patch)
2025-09-06 02:33 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2025-09-05 05:01:20 UTC
Created attachment 263505 [details]
Patch

games/crossfire-client: Update to 1.75.5
Comment 1 Kevin Zheng 2025-09-05 05:02:15 UTC
1.75.5

2025-07-26

** Fixed **

    Fix possible hang on connect in v1.75.4 release
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2025-09-05 11:33:08 UTC
Hi, thanks for an update to the port.

CMAKE_ARGS can be converted to utilize CMAKE_ON and CMAKE_OFF like:
(https://docs.freebsd.org/en/books/porters-handbook/book/#using-cmake)

CMAKE_ON=  METASERVER2 SOUND
CMAKE_OFF= LUA

The rest of the port looks good to me.
Comment 3 Kevin Zheng 2025-09-06 02:33:20 UTC
Created attachment 263545 [details]
Patch

Updated patch to use CMAKE_ON/OFF.
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-09-06 07:04:39 UTC
A commit in branch main references this bug:

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

commit e9f5d21bf0fd2042eebe0a1425f0df8ae6d3c9ef
Author:     Kevin Zheng <kevinz5000@gmail.com>
AuthorDate: 2025-07-26 05:35:45 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-06 07:03:49 +0000

    games/crossfire-client: update to 1.75.5

    Changelog:
    ** Fixed **
        Fix possible hang on connect in v1.75.4 release

    https://sourceforge.net/projects/crossfire/files/crossfire-client/1.75.5/#changes-with-this-release

    PR:             289309
    Reported by:    Kevin Zheng <kevinz5000@gmail.com> (maintainer)

 games/crossfire-client/Makefile | 5 +++--
 games/crossfire-client/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
Comment 5 Hiroki Tagato freebsd_committer freebsd_triage 2025-09-06 07:05:12 UTC
Committed, thanks!