FreeBSD Bugzilla – Attachment 249016 Details for
Bug 277570
mail/snappymail: Add missing ctype extension
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mail-snappymail-Add-missing-ctype-extension.patch
0001-mail-snappymail-Add-missing-ctype-extension.patch (text/plain), 1.30 KB, created by
Jesús Daniel Colmenares Oviedo
on 2024-03-08 05:34:33 UTC
(
hide
)
Description:
mail-snappymail-Add-missing-ctype-extension.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2024-03-08 05:34:33 UTC
Size:
1.30 KB
patch
obsolete
>From 353ebeeeb59fee8febdda3875bd5672965fd40ee Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Fri, 8 Mar 2024 01:08:05 -0400 >Subject: [PATCH] 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 >``` >--- > mail/snappymail/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile >index 44cf253e8a..65ecf3ed20 100644 >--- a/mail/snappymail/Makefile >+++ b/mail/snappymail/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= snappymail > DISTVERSION= 2.35.2 >+PORTREVISION= 1 > CATEGORIES= mail www > MASTER_SITES= https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/ > PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} >@@ -14,8 +15,8 @@ RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}APCu>0:devel/pecl-APCu@${PHP_FLAVOR} \ > ${PECL_PKGNAMEPREFIX}uuid>0:devel/pecl-uuid@${PHP_FLAVOR} > > USES= php:web,flavors >-USE_PHP= curl dom fileinfo gd iconv intl mbstring phar sodium tidy xml \ >- zip zlib >+USE_PHP= ctype curl dom fileinfo gd iconv intl mbstring phar sodium tidy \ >+ xml zip zlib > > NO_ARCH= yes > NO_BUILD= yes >-- >2.43.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277570
: 249016