Summary: | mail/snappymail: Add missing ctype extension | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesús Daniel Colmenares Oviedo <DtxdF> | ||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | yasu:
maintainer-feedback+
yasu: merge-quarterly+ |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 277571 | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=44b591df85b45b63a612c55de7cc1677fa9b484f commit 44b591df85b45b63a612c55de7cc1677fa9b484f Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-03-08 05:08:05 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-08 06:51:19 +0000 mail/snappymail: Add missing ctype extension When the user first logs in to its web server with snappymail installed, the first thing it will see is: ``` [302] The following PHP extensions are not available in your PHP configuration! ctype ``` PR: 277570 MFH: 2024Q1 mail/snappymail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2e57e9b79e6583f1e8a31469459b298ddf7add8 commit e2e57e9b79e6583f1e8a31469459b298ddf7add8 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-03-08 05:08:05 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-08 06:54:13 +0000 mail/snappymail: Add missing ctype extension When the user first logs in to its web server with snappymail installed, the first thing it will see is: ``` [302] The following PHP extensions are not available in your PHP configuration! ctype ``` PR: 277570 MFH: 2024Q1 (cherry picked from commit 44b591df85b45b63a612c55de7cc1677fa9b484f) mail/snappymail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Committed. Thanks! |
Created attachment 249016 [details] mail-snappymail-Add-missing-ctype-extension.patch Description: When the user first logs in to its web server with snappymail installed, the first thing it will see is: ``` [302] The following PHP extensions are not available in your PHP configuration! ctype ``` QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.0-RELEASE, amd64, GNUPG LDAP MYSQL PGSQL REDIS SQLITE3 tested)