Created attachment 248944 [details] Fix for MySQL/Maria Building www/Stikked with mysqli using Poudriere on FBSD 14.0-p5, it works perfectly fine. There's no reason for this to continue to be marked as BROKEN for MySQL/MariaDB. Poudriere build log: https://pkg.purplehat.org/data/latest-per-pkg/Stikked/0.14.0/fbsd_14-0_x64-HEAD.log Patch attached.
Whoops. I think I linked to the wrong build log from Poudriere. This is the most current: https://pkg.purplehat.org/data/fbsd_14-0_x64-HEAD/2024-03-04_23h23m41s/logs/Stikked-0.14.0.log
Created attachment 248976 [details] Stikked mysqli patch Second oopsie. This patch makes more sense.
Thank you for checking this.
Sure thing. I think I have a patch for Stikked working with PHP 8.2 as well. I'll do some more testing and submit via a different PR if all is good. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb5fe0462c8f32569dfe54292dba7077b922ce54 commit bb5fe0462c8f32569dfe54292dba7077b922ce54 Author: ek <ek@purplehat.org> AuthorDate: 2024-09-27 13:50:46 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-30 14:02:41 +0000 www/Stikked: fix MYSQL option Building www/Stikked with mysqli using Poudriere on FBSD 14.0-p5, it works perfectly fine. There's no reason for this to continue to be marked as BROKEN for MySQL/MariaDB. PR: 277497 www/Stikked/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Thank you for your contribution.