svn commit: r313144 - head/Mk

Michael Scheidell scheidell at FreeBSD.org
Fri Mar 1 10:42:56 UTC 2013


Author: scheidell
Date: Fri Mar  1 10:42:54 2013
New Revision: 313144
URL: http://svnweb.freebsd.org/changeset/ports/313144

Log:
  - Enable converters/igbinary support. Suggested by: devzone.my at gmail.com
  
  PR:		ports/173643
  Submitted by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com>
  Approved by:	ale@ (maintainer)

Modified:
  head/Mk/bsd.php.mk   (contents, props changed)

Modified: head/Mk/bsd.php.mk
==============================================================================
--- head/Mk/bsd.php.mk	Fri Mar  1 09:52:47 2013	(r313143)
+++ head/Mk/bsd.php.mk	Fri Mar  1 10:42:54 2013	(r313144)
@@ -238,7 +238,7 @@ php-ini:
 # non-version specific components
 _USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
 		exif fileinfo filter ftp gd gettext gmp \
-		hash iconv imap interbase intl json ldap mbstring mcrypt \
+		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
 		memcache mssql mysql mysqli odbc \
 		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
 		pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \
@@ -273,6 +273,7 @@ gettext_DEPENDS=devel/php${PHP_VER}-gett
 gmp_DEPENDS=	math/php${PHP_VER}-gmp
 hash_DEPENDS=	security/php${PHP_VER}-hash
 iconv_DEPENDS=	converters/php${PHP_VER}-iconv
+igbinary_DEPENDS=	converters/igbinary
 imap_DEPENDS=	mail/php${PHP_VER}-imap
 interbase_DEPENDS=	databases/php${PHP_VER}-interbase
 intl_DEPENDS=	devel/pecl-intl


More information about the svn-ports-all mailing list