Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 02:28:48 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 68adfabf6e4d - main - www/phalcon4: add mbstring dependency
Message-ID:  <202104170228.13H2SmPu017491@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68adfabf6e4d88d2d36282b94439e5c19b84ed7a

commit 68adfabf6e4d88d2d36282b94439e5c19b84ed7a
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-17 02:25:55 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-17 02:28:31 +0000

    www/phalcon4: add mbstring dependency
    
    Unbeknownst to the 4.1 release notes the mbstring module is now a
    runtime requirement.
    
    PR:             255109
    Approved by:    Franco Fichtner <franco@opnsense.org> (maintainer)
---
 www/phalcon4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile
index 4c707f5b568f..d5a32152456f 100644
--- a/www/phalcon4/Makefile
+++ b/www/phalcon4/Makefile
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL=	${PKGNAMEPREFIX}phalcon
 RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVOR}
 
 USES=		localbase php:ext
-USE_PHP=	hash:build json:build pdo:build session
+USE_PHP=	hash:build json:build mbstring pdo:build session
 IGNORE_WITH_PHP=80
 PHP_MOD_PRIO=	30
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170228.13H2SmPu017491>