Created attachment 253409 [details] Patch for znc * Always build with ICU support * Remove DEBUG menu option, use ports framework instead * Always enable IPv6, it's 2024 and the kernel already comes with it * Always enable Python module, it's already a hard dependency * Do some small layout enhancements to port Makefile This also aligns it more with other distros that packages znc Poudriere testport OK 13.3-RELEASE (amd64) Poudriere testport OK 14.0-RELEASE (amd64) Poudriere testport OK 14.1-RELEASE (amd64)
(In reply to Daniel Engberg from comment #0) You forgot to remove OPTIONS_DEFAULT=OPENSSL.
Created attachment 253440 [details] Patch for znc v2 Remove stray OPENSSL definition Adjust indent for DESC section
(In reply to Vladimir Druzenko from comment #1) Fixed, thanks
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=26fb50b82a5dab65dec324b8b50f6b8e3f48195d commit 26fb50b82a5dab65dec324b8b50f6b8e3f48195d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-24 22:53:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-24 22:53:29 +0000 irc/znc: Improve and simplify port * Always build with ICU support * Remove DEBUG menu option, use ports framework instead * Always enable IPv6, kernel support is always enabled * Always enable Python module as Python is already a hard dependency * Do some small layout enhancements to port Makefile This also aligns it more with other distros that packages znc PR: 281346 Approved by: portmgr (maintainer timeout, 2+ weeks) irc/znc/Makefile | 58 +++++++++++++++++++++++++++---------------------------- irc/znc/pkg-plist | 22 ++++++++++----------- 2 files changed, 39 insertions(+), 41 deletions(-)