Add bitset and memcache pecl extensions.

PR:		ports/114361
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
This commit is contained in:
Alex Dupre 2007-07-09 18:37:35 +00:00
parent cb5b1b7ed1
commit 67b94e82ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195319

View file

@ -233,10 +233,10 @@ php-ini:
# Extensions # Extensions
.if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes" .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
# non-version specific components # non-version specific components
_USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dbase \
exif fileinfo fribidi ftp gd gettext gmp \ exif fileinfo fribidi ftp gd gettext gmp \
hash iconv imap interbase json ldap mbstring mcrypt \ hash iconv imap interbase json ldap mbstring mcrypt \
mhash mssql mysql ncurses odbc \ memcache mhash mssql mysql ncurses odbc \
openssl pcntl pcre pdf pgsql posix \ openssl pcntl pcre pdf pgsql posix \
pspell radius readline recode session shmop snmp \ pspell radius readline recode session shmop snmp \
sockets sybase_ct sysvmsg sysvsem sysvshm \ sockets sybase_ct sysvmsg sysvsem sysvshm \
@ -248,6 +248,7 @@ _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo pdo_sqlite \
simplexml soap spl sqlite tidy xmlreader xmlwriter xsl simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
bcmath_DEPENDS= math/php${PHP_VER}-bcmath bcmath_DEPENDS= math/php${PHP_VER}-bcmath
bitset_DEPENDS= math/pecl-bitset
bz2_DEPENDS= archivers/php${PHP_VER}-bz2 bz2_DEPENDS= archivers/php${PHP_VER}-bz2
calendar_DEPENDS= misc/php${PHP_VER}-calendar calendar_DEPENDS= misc/php${PHP_VER}-calendar
crack_DEPENDS= security/php${PHP_VER}-crack crack_DEPENDS= security/php${PHP_VER}-crack
@ -278,6 +279,7 @@ mbstring_DEPENDS= converters/php${PHP_VER}-mbstring
mcal_DEPENDS= misc/php${PHP_VER}-mcal mcal_DEPENDS= misc/php${PHP_VER}-mcal
mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt
mcve_DEPENDS= devel/php${PHP_VER}-mcve mcve_DEPENDS= devel/php${PHP_VER}-mcve
memcache_DEPENDS= databases/pecl-memcache
mhash_DEPENDS= security/php${PHP_VER}-mhash mhash_DEPENDS= security/php${PHP_VER}-mhash
ming_DEPENDS= graphics/php${PHP_VER}-ming ming_DEPENDS= graphics/php${PHP_VER}-ming
mnogosearch_DEPENDS= www/php${PHP_VER}-mnogosearch mnogosearch_DEPENDS= www/php${PHP_VER}-mnogosearch