Created attachment 260691 [details] atheme-services PCRE2 patch Since devel/pcre has reached EOL upstream and is marked as DEPRECATED, we can use devel/pcre2 instead. The patch provided updates the lib depends and config args for PCRE2. It also includes some cleanup from portclippy, portfmt and portlint.
1. USE_RC_SUBR=${PORTNAME} 2. If you pet portclippy/portfmt it will have a blank line in between USE_RC_SUBR and GNU_CONFIGURE. Apart from that it looks good. I haven't done any build/runtime tests.
Created attachment 260709 [details] atheme-services PCRE2 patch2 (In reply to Muhammad Moinur Rahman from comment #1) 1. USE_RC_SUBR=${PORTNAME} Fixed! 2. If you pet portclippy/portfmt it will have a blank line in between USE_RC_SUBR and GNU_CONFIGURE. Strangely enough, running portclippy and portfmt didn't show a blank line for me. But, I went ahead and added it because of your recommendation. :) Thank you for the feedback!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=895e23ed6942dae304aafe582868b1c10c69abf6 commit 895e23ed6942dae304aafe582868b1c10c69abf6 Author: ek <ek@purplehat.org> AuthorDate: 2025-05-27 17:02:54 +0000 Commit: Tim Bishop <tdb@FreeBSD.org> CommitDate: 2025-05-27 17:06:15 +0000 irc/atheme-services: Switch from pcre to pcre2 Also cleanups from portlint, etc. PR: 287052 irc/atheme-services/Makefile | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-)
Committed, thanks!