Bug 286654 - irc/halloy: update to 2025.5
Summary: irc/halloy: update to 2025.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: Charlie Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-07 16:30 UTC by Andie Bradley
Modified: 2025-05-13 18:39 UTC (History)
1 user (show)

See Also:
pokeysquirrel: maintainer-feedback+


Attachments
irc/halloy: update to 2025.5 (7.77 KB, patch)
2025-05-07 16:30 UTC, Andie Bradley
pokeysquirrel: maintainer-approval+
Details | Diff
irc/halloy: update to 2025.5 (9.21 KB, patch)
2025-05-12 14:44 UTC, Andie Bradley
pokeysquirrel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andie Bradley 2025-05-07 16:30:26 UTC
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
Comment 1 Charlie Li freebsd_committer freebsd_triage 2025-05-07 18:50:08 UTC
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.
Comment 2 Andie Bradley 2025-05-12 14:44:44 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-05-13 18:39:08 UTC
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(-)
Comment 4 Charlie Li freebsd_committer freebsd_triage 2025-05-13 18:39:44 UTC
Committed, thanks!