[Bug 223062] php-composer runtime dependencies: mbstring
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 17 12:44:02 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223062
Bug ID: 223062
Summary: php-composer runtime dependencies: mbstring
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: freebsd at flornet.de
CC: tz at freebsd.org
Created attachment 187233
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187233&action=edit
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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list