View | Details | Raw Unified | Return to bug 260595 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/php.mk (-6 / +6 lines)
Lines 187-194 PHP_EXT_DIR= 20180731 Link Here
187
PHP_EXT_INC=    pcre spl
187
PHP_EXT_INC=    pcre spl
188
.    else
188
.    else
189
# (rene) default to DEFAULT_VERSIONS
189
# (rene) default to DEFAULT_VERSIONS
190
PHP_EXT_DIR=	20190902
190
PHP_EXT_DIR=   20200930
191
PHP_EXT_INC=	hash pcre spl
191
PHP_EXT_INC=    hash json pcre spl
192
.    endif
192
.    endif
193
193
194
# Try to figure out what the PHP_EXT_DIR should be WRT the
194
# Try to figure out what the PHP_EXT_DIR should be WRT the
Lines 374-385 _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \ Link Here
374
		openssl pcntl pcre pdo pdo_dblib pdo_firebird pdo_mysql \
374
		openssl pcntl pcre pdo pdo_dblib pdo_firebird pdo_mysql \
375
		pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
375
		pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
376
		pspell radius readline redis session shmop simplexml snmp soap\
376
		pspell radius readline redis session shmop simplexml snmp soap\
377
		sockets spl sqlite3 sysvmsg sysvsem sysvshm \
377
		sockets sodium spl sqlite3 sysvmsg sysvsem sysvshm \
378
		tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib
378
		tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib
379
# version specific components
379
# version specific components
380
_USE_PHP_VER73=	${_USE_PHP_ALL} interbase pdf recode sodium wddx
380
_USE_PHP_VER73=	${_USE_PHP_ALL} interbase pdf recode wddx
381
_USE_PHP_VER74=	${_USE_PHP_ALL} ffi pdf sodium
381
_USE_PHP_VER74=	${_USE_PHP_ALL} ffi pdf
382
_USE_PHP_VER80=	${_USE_PHP_ALL} ffi sodium
382
_USE_PHP_VER80=	${_USE_PHP_ALL} ffi
383
383
384
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
384
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
385
bitset_DEPENDS=	math/pecl-bitset@${PHP_FLAVOR}
385
bitset_DEPENDS=	math/pecl-bitset@${PHP_FLAVOR}
(-)b/Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 108-114 PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} Link Here
108
# Possible values: 9.6, 10, 11, 12, 13, 14
108
# Possible values: 9.6, 10, 11, 12, 13, 14
109
PGSQL_DEFAULT?=		13
109
PGSQL_DEFAULT?=		13
110
# Possible values: 7.3, 7.4, 8.0
110
# Possible values: 7.3, 7.4, 8.0
111
PHP_DEFAULT?=		7.4
111
PHP_DEFAULT?=		8.0
112
# Possible values: 2.7, 3.7, 3.8, 3.9, 3.10, 3.11
112
# Possible values: 2.7, 3.7, 3.8, 3.9, 3.10, 3.11
113
PYTHON_DEFAULT?=	3.8
113
PYTHON_DEFAULT?=	3.8
114
# Possible values: 2.7
114
# Possible values: 2.7
(-)b/UPDATING (+16 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20220104:
9
  AFFECTS: users of lang/php74
10
  AUTHOR: tz@FreeBSD.org
11
12
  The default version of PHP has been switched from 7.4 to 8.0.
13
14
  If you use binary packages you should make a list of php packages
15
  before running 'pkg upgrade':
16
17
  # pkg info php7\* > ~/installed-php-ports-list
18
19
  After the upgrade, check with such list if all your php extensions
20
  are still installed, and reinstall them if needed.
21
22
  If you use mod_php74 you need to deinstall it and install mod_php80.
23
8
20220104:
24
20220104:
9
  AFFECTS: users of security/bastillion
25
  AFFECTS: users of security/bastillion
10
  AUTHOR: netchild@FreeBSD.org
26
  AUTHOR: netchild@FreeBSD.org
(-)b/databases/xapian-bindings/Makefile (-1 / +3 lines)
Lines 14-20 USES= metaport Link Here
14
PORTSCOUT=	limitw:1,even
14
PORTSCOUT=	limitw:1,even
15
15
16
OPTIONS_DEFINE=	LUA PERL PHP PYTHON RUBY
16
OPTIONS_DEFINE=	LUA PERL PHP PYTHON RUBY
17
OPTIONS_DEFAULT=LUA PERL PHP PYTHON RUBY
17
# While switching php DEFAULT OPTION PHP is creating circular
18
# dependency. For now remove default OPTION PHP
19
OPTIONS_DEFAULT=LUA PERL PYTHON RUBY
18
20
19
LUA_RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian@${LUA_FLAVOR}
21
LUA_RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian@${LUA_FLAVOR}
20
LUA_USES=		lua:run
22
LUA_USES=		lua:run

Return to bug 260595