Bug 223062

Summary: devel/php-composer runtime dependencies is missing mbstring
Product: Ports & Packages Reporter: Felix Flor <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: cyberbotx, tz
Priority: --- Keywords: patch
Version: LatestFlags: cyberbotx: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
adding mbstring for USE_PHP none

Description Felix Flor 2017-10-17 12:44:02 UTC
Created attachment 187233 [details]
adding mbstring for USE_PHP

Index: Makefile
===================================================================
--- Makefile    (revision 452274)
+++ Makefile    (working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=      composer
 DISTVERSION=   1.4.2
+PORTREVISION=  1
 CATEGORIES=    devel
 MASTER_SITES=  http://getcomposer.org/download/${DISTVERSION}/
 MAINTAINER=	cyberbotx@cyberbotx.com
 PKGNAMEPREFIX= php-
@@ -21,7 +22,7 @@
 NO_BUILD=      yes
 NO_WRKSUBDIR=  yes
 USES=          php
-USE_PHP=       intl openssl phar json ctype filter
+USE_PHP=       intl openssl phar json ctype filter mbstring
 
 PLIST_FILES=   bin/composer \
                bin/composer.phar
Comment 1 Naram Qashat 2017-10-18 04:12:13 UTC
(In reply to eqvvs from comment #0)

You included this in the update you provided in bug #223063. This bug is superfluous as a result and can be closed.
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-10-18 08:00:19 UTC

*** This bug has been marked as a duplicate of bug 223063 ***