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

Collapse All | Expand All

(-)b/Mk/Uses/php.mk (-2 / +2 lines)
Lines 190-197 PHP_EXT_DIR= 20180731 Link Here
190
PHP_EXT_INC=    pcre spl
190
PHP_EXT_INC=    pcre spl
191
.    else
191
.    else
192
# (rene) default to DEFAULT_VERSIONS
192
# (rene) default to DEFAULT_VERSIONS
193
PHP_EXT_DIR=	20190902
193
PHP_EXT_DIR=   20200930
194
PHP_EXT_INC=	hash pcre spl
194
PHP_EXT_INC=    hash json pcre spl
195
.    endif
195
.    endif
196
196
197
# Try to figure out what the PHP_EXT_DIR should be WRT the
197
# Try to figure out what the PHP_EXT_DIR should be WRT the
(-)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, 8.1
110
# Possible values: 7.3, 7.4, 8.0, 8.1
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
20220124:
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
20220120:
24
20220120:
9
  AFFECTS: users of x11-wm/dwm
25
  AFFECTS: users of x11-wm/dwm
10
  AUTHOR: 0mp@FreeBSD.org
26
  AUTHOR: 0mp@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