|
Lines 102-108
Link Here
|
| 102 |
# When adding a version, please keep the comment in |
102 |
# When adding a version, please keep the comment in |
| 103 |
# Mk/bsd.default-versions.mk in sync. |
103 |
# Mk/bsd.default-versions.mk in sync. |
| 104 |
PHP_VER?= ${DEFAULT_PHP_VER} |
104 |
PHP_VER?= ${DEFAULT_PHP_VER} |
| 105 |
. if ${PHP_VER} == 70 |
105 |
. if ${PHP_VER} == 71 |
|
|
106 |
PHP_EXT_DIR= 20160303 |
| 107 |
PHP_EXT_INC= pcre spl |
| 108 |
. elif ${PHP_VER} == 70 |
| 106 |
PHP_EXT_DIR= 20151012 |
109 |
PHP_EXT_DIR= 20151012 |
| 107 |
PHP_EXT_INC= pcre spl |
110 |
PHP_EXT_INC= pcre spl |
| 108 |
. elif ${PHP_VER} == 56 |
111 |
. elif ${PHP_VER} == 56 |
|
Lines 298-306
Link Here
|
| 298 |
# version specific components |
301 |
# version specific components |
| 299 |
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct |
302 |
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct |
| 300 |
_USE_PHP_VER70= ${_USE_PHP_ALL} |
303 |
_USE_PHP_VER70= ${_USE_PHP_ALL} |
|
|
304 |
_USE_PHP_VER71= ${_USE_PHP_ALL} |
| 301 |
|
305 |
|
| 302 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
306 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
| 303 |
. if ${PHP_VER} == 70 |
307 |
. if ${PHP_VER} == 71 |
|
|
308 |
bitset_DEPENDS= math/pecl-bitset |
| 309 |
. elif ${PHP_VER} == 70 |
| 304 |
bitset_DEPENDS= math/pecl-bitset |
310 |
bitset_DEPENDS= math/pecl-bitset |
| 305 |
. else |
311 |
. else |
| 306 |
bitset_DEPENDS= math/pecl-bitset2 |
312 |
bitset_DEPENDS= math/pecl-bitset2 |
|
Lines 325-331
Link Here
|
| 325 |
igbinary_DEPENDS= converters/pecl-igbinary |
331 |
igbinary_DEPENDS= converters/pecl-igbinary |
| 326 |
imap_DEPENDS= mail/php${PHP_VER}-imap |
332 |
imap_DEPENDS= mail/php${PHP_VER}-imap |
| 327 |
interbase_DEPENDS= databases/php${PHP_VER}-interbase |
333 |
interbase_DEPENDS= databases/php${PHP_VER}-interbase |
| 328 |
. if ${PHP_VER} == 70 |
334 |
. if ${PHP_VER} == 71 |
|
|
335 |
intl_DEPENDS= devel/php${PHP_VER}-intl |
| 336 |
. elif ${PHP_VER} == 70 |
| 329 |
intl_DEPENDS= devel/php${PHP_VER}-intl |
337 |
intl_DEPENDS= devel/php${PHP_VER}-intl |
| 330 |
. else |
338 |
. else |
| 331 |
intl_DEPENDS= devel/pecl-intl |
339 |
intl_DEPENDS= devel/pecl-intl |