Skip to content

Commit

Permalink
mail/snappymail: Add missing ctype extension
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DtxdF authored and Yasuhiro Kimura committed Mar 8, 2024
1 parent 32d5407 commit 44b591d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}
Expand All @@ -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
Expand Down

0 comments on commit 44b591d

Please sign in to comment.