Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2017 12:44:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223062] php-composer runtime dependencies: mbstring
Message-ID:  <bug-223062-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223062

            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@FreeBSD.org
          Reporter: freebsd@flornet.de
                CC: tz@freebsd.org

Created attachment 187233
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187233&action=
=3Dedit
adding mbstring for USE_PHP

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 452274)
+++ Makefile    (working copy)
@@ -3,6 +3,7 @@

 PORTNAME=3D      composer
 DISTVERSION=3D   1.4.2
+PORTREVISION=3D  1
 CATEGORIES=3D    devel
 MASTER_SITES=3D  http://getcomposer.org/download/${DISTVERSION}/
 MAINTAINER=3D    cyberbotx@cyberbotx.com
 PKGNAMEPREFIX=3D php-
@@ -21,7 +22,7 @@
 NO_BUILD=3D      yes
 NO_WRKSUBDIR=3D  yes
 USES=3D          php
-USE_PHP=3D       intl openssl phar json ctype filter
+USE_PHP=3D       intl openssl phar json ctype filter mbstring

 PLIST_FILES=3D   bin/composer \
                bin/composer.phar

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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