Unregister PHP 7.0, it has reached its end-of-life on 2018-12-04.
This commit is contained in:
parent
f61a178fbc
commit
4c96f36032
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486670
2 changed files with 6 additions and 10 deletions
|
@ -96,7 +96,7 @@ DIST_SUBDIR= PECL
|
|||
|
||||
PHPBASE?= ${LOCALBASE}
|
||||
|
||||
_ALL_PHP_VERSIONS= 56 70 71 72 73
|
||||
_ALL_PHP_VERSIONS= 56 71 72 73
|
||||
|
||||
# Make the already installed PHP the default one.
|
||||
. if exists(${PHPBASE}/etc/php.conf)
|
||||
|
@ -169,9 +169,6 @@ PHP_EXT_INC= pcre spl
|
|||
. elif ${PHP_VER} == 71
|
||||
PHP_EXT_DIR= 20160303
|
||||
PHP_EXT_INC= pcre spl
|
||||
. elif ${PHP_VER} == 70
|
||||
PHP_EXT_DIR= 20151012
|
||||
PHP_EXT_INC= pcre spl
|
||||
. elif ${PHP_VER} == 56
|
||||
PHP_EXT_DIR= 20131226
|
||||
PHP_EXT_INC= pcre spl
|
||||
|
@ -357,13 +354,12 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
|
|||
tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
|
||||
# version specific components
|
||||
_USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct
|
||||
_USE_PHP_VER70= ${_USE_PHP_ALL}
|
||||
_USE_PHP_VER71= ${_USE_PHP_ALL}
|
||||
_USE_PHP_VER72= ${_USE_PHP_ALL} sodium
|
||||
_USE_PHP_VER73= ${_USE_PHP_ALL} sodium
|
||||
|
||||
bcmath_DEPENDS= math/php${PHP_VER}-bcmath
|
||||
. if ${PHP_VER} >= 70
|
||||
. if ${PHP_VER} >= 71
|
||||
bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR}
|
||||
. else
|
||||
bitset_DEPENDS= math/pecl-bitset2@${PHP_FLAVOR}
|
||||
|
@ -388,7 +384,7 @@ iconv_DEPENDS= converters/php${PHP_VER}-iconv
|
|||
igbinary_DEPENDS= converters/pecl-igbinary@${PHP_FLAVOR}
|
||||
imap_DEPENDS= mail/php${PHP_VER}-imap
|
||||
interbase_DEPENDS= databases/php${PHP_VER}-interbase
|
||||
. if ${PHP_VER} >= 70
|
||||
. if ${PHP_VER} >= 71
|
||||
intl_DEPENDS= devel/php${PHP_VER}-intl
|
||||
. else
|
||||
intl_DEPENDS= devel/pecl-intl@${PHP_FLAVOR}
|
||||
|
@ -401,12 +397,12 @@ mcrypt_DEPENDS= security/pecl-mcrypt@${PHP_FLAVOR}
|
|||
. else
|
||||
mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt
|
||||
. endif
|
||||
. if ${PHP_VER} >= 70
|
||||
. if ${PHP_VER} >= 71
|
||||
memcache_DEPENDS= databases/php-memcache@${PHP_FLAVOR}
|
||||
. else
|
||||
memcache_DEPENDS= databases/pecl-memcache@${PHP_FLAVOR}
|
||||
. endif
|
||||
. if ${PHP_VER} >= 70
|
||||
. if ${PHP_VER} >= 71
|
||||
memcached_DEPENDS= databases/pecl-memcached@${PHP_FLAVOR}
|
||||
. else
|
||||
memcached_DEPENDS= databases/pecl-memcached2@${PHP_FLAVOR}
|
||||
|
|
|
@ -78,7 +78,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
|
|||
.endif
|
||||
# Possible values: 9.3, 9.4, 9.5, 9.6, 10, 11
|
||||
PGSQL_DEFAULT?= 9.5
|
||||
# Possible values: 5.6, 7.0, 7.1, 7.2, 7.3
|
||||
# Possible values: 5.6, 7.1, 7.2, 7.3
|
||||
PHP_DEFAULT?= 7.2
|
||||
# Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
|
||||
PYTHON_DEFAULT?= 2.7
|
||||
|
|
Loading…
Reference in a new issue