Created attachment 263505 [details] Patch games/crossfire-client: Update to 1.75.5
1.75.5 2025-07-26 ** Fixed ** Fix possible hang on connect in v1.75.4 release
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.
Created attachment 263545 [details] Patch Updated patch to use CMAKE_ON/OFF.
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(-)
Committed, thanks!