Bug 277497 - www/Stikked: Update to work with mysqli (not BROKEN)
Summary: www/Stikked: Update to work with mysqli (not BROKEN)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-05 04:48 UTC by ek
Modified: 2024-09-30 14:13 UTC (History)
1 user (show)

See Also:


Attachments
Fix for MySQL/Maria (876 bytes, patch)
2024-03-05 04:48 UTC, ek
no flags Details | Diff
Stikked mysqli patch (696 bytes, patch)
2024-03-06 16:42 UTC, ek
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ek 2024-03-05 04:48:33 UTC
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.
Comment 1 ek 2024-03-05 07:10:00 UTC
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
Comment 2 ek 2024-03-06 16:42:50 UTC
Created attachment 248976 [details]
Stikked mysqli patch

Second oopsie. This patch makes more sense.
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-09-27 13:51:31 UTC
Thank you for checking this.
Comment 4 ek 2024-09-27 21:39:49 UTC
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!
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-09-30 14:09:09 UTC
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(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2024-09-30 14:13:18 UTC
Thank you for your contribution.