Created attachment 273327 [details] Update to 6.2.6 Update irc/unreal to latest (6.2.6). Drops LIB_DEPENDS and configure flag for libmaxminddb as there is a new built-in GeoIP database (mmdb). No longer RUN_DEPENDS on geoipupdate as the new database reloads on start or rehash.
Port Maintainer Acknowledged, patch reviewed, tested, and approved.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e55a5b8c5945203b0fab7078a3ef1ae5674ed93 commit 0e55a5b8c5945203b0fab7078a3ef1ae5674ed93 Author: Matthew Horan <matt@matthoran.com> AuthorDate: 2026-07-30 20:13:40 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 17:37:22 +0000 irc/unreal: Update 6.1.9.1 => 6.2.6 Port changes: - Drops LIB_DEPENDS and configure flag for libmaxminddb as there is a new built-in GeoIP database (mmdb). - No longer RUN_DEPENDS on geoipupdate as the new database reloads on start or rehash. Changelog: https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-626 PR: 297176 Reported by: Matthew Horan <matt@matthoran.com> (author) Approved by: tanawts@gmail.com (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 irc/unreal/Makefile | 8 ++------ irc/unreal/distinfo | 6 +++--- .../files/patch-doc_conf_modules.default.conf (gone) | 11 ----------- irc/unreal/pkg-plist | 20 +++++++++++++++----- 4 files changed, 20 insertions(+), 25 deletions(-)
A commit in branch 2026Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=26f1324e0a563c5b5d09e1974f8615badfb0660f commit 26f1324e0a563c5b5d09e1974f8615badfb0660f Author: Matthew Horan <matt@matthoran.com> AuthorDate: 2026-07-30 20:13:40 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-03 17:37:49 +0000 irc/unreal: Update 6.1.9.1 => 6.2.6 Port changes: - Drops LIB_DEPENDS and configure flag for libmaxminddb as there is a new built-in GeoIP database (mmdb). - No longer RUN_DEPENDS on geoipupdate as the new database reloads on start or rehash. Changelog: https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-626 PR: 297176 Reported by: Matthew Horan <matt@matthoran.com> (author) Approved by: tanawts@gmail.com (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 0e55a5b8c5945203b0fab7078a3ef1ae5674ed93) irc/unreal/Makefile | 8 ++------ irc/unreal/distinfo | 6 +++--- .../files/patch-doc_conf_modules.default.conf (gone) | 11 ----------- irc/unreal/pkg-plist | 20 +++++++++++++++----- 4 files changed, 20 insertions(+), 25 deletions(-)
Hi, Thank you for the collaboration! I have tested build in Poudriere on 14.4-RELEASE-amd64-main-566f6b3d5714 and it seems OK. Committed, thanks.