Created attachment 224148 [details] add mbstring Hi, Unbeknownst to the 4.1 release notes the mbstring module is now a runtime requirement. The attached fix amends the issue. Cheers, Franco
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=68adfabf6e4d88d2d36282b94439e5c19b84ed7a commit 68adfabf6e4d88d2d36282b94439e5c19b84ed7a Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-17 02:25:55 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-17 02:28:31 +0000 www/phalcon4: add mbstring dependency Unbeknownst to the 4.1 release notes the mbstring module is now a runtime requirement. PR: 255109 Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) www/phalcon4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for your contribution!
Thank you.