Created attachment 260245 [details] irc/halloy: update to 2025.5 Includes patch-data_src_shortcut.rs in PATCHDIR to fix a compile error caused by incorrect conditional compile configuration. A fix has been pushed to source and this will no longer be needed in future releases. portlint: okay poudriere: okay, 14.2-RELEASE-amd64
You may want to manually update/override the openssl{,-sys} crates to 0.10.72 and 0.9.108 respectively, as LibreSSL 4.1.0 only started being supported starting here. I've been running the current version in tree like this without issue. While you're at it, there's some stray output in your Makefile.crates.
Created attachment 260350 [details] irc/halloy: update to 2025.5 I've updated the patch, fixed the issue with stray output, and updated manually updated the openssl version in the Makefile.crates. There were no issues compiling after making these changes.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=90dba68313908b8044d9aa2585e5577c81355694 commit 90dba68313908b8044d9aa2585e5577c81355694 Author: Andie Bradley <pokeysquirrel@gmail.com> AuthorDate: 2025-05-12 14:34:23 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-05-13 18:37:31 +0000 irc/halloy: update to 2025.5 PR: 286654 irc/halloy/Makefile | 2 +- irc/halloy/Makefile.crates | 11 +++++---- irc/halloy/distinfo | 28 ++++++++++++----------- irc/halloy/files/patch-data_src_shortcut.rs (new) | 13 +++++++++++ 4 files changed, 35 insertions(+), 19 deletions(-)
Committed, thanks!