Created attachment 253603 [details] sf_17v1.patch Attached is the patch to update games/stockfish to 17 Summary of changes: + Improved quality of chess play + Improved engine lines + NUMA performance optimization ref: https://stockfishchess.org/blog/2024/stockfish-17/
Hello, can you please take a look at WWW as well? its currently https://stockfishchess.com/ which results in an DNS error while https://stockfishchess.org/ works.
Created attachment 253629 [details] sf_17v2.patch
Thanks for alerting. Have updated WWW in the sf_17v2.patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=44d2be48d50f624de4f4847cbf7f87689d785bb0 commit 44d2be48d50f624de4f4847cbf7f87689d785bb0 Author: Gautam Mani <execve@gmail.com> AuthorDate: 2024-09-20 14:45:08 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-25 06:28:03 +0000 games/stockfish: update to 17 - adjust WWW Summary of changes: - Improved quality of chess play - Improved engine lines - NUMA performance optimization Changelog: https://stockfishchess.org/blog/2024/stockfish-17/ PR: 281536 Event: EuroBSDcon 2024 games/stockfish/Makefile | 8 ++++---- games/stockfish/distinfo | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-)
Thank you for your contribution.