aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-24 23:41:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-24 23:41:06 +0000
commit2e1fdc173831debc50f2c25b86e202c0a4967334 (patch)
treed36fea69025e64f586e5ae9423269a84f29cd862 /UPDATING
parent322c0325932a5a2f6ed89821f82f27a3edddef8f (diff)
downloadports-2e1fdc173831debc50f2c25b86e202c0a4967334.tar.gz
ports-2e1fdc173831debc50f2c25b86e202c0a4967334.zip
Change PHP default version to 8.0
- databases/xapian-bindings is a mata port which do not have php:flavors and is unable to be MARKED to IGNORE as one of it's dependent databases/php-xapian do not support php8.0. Hence this creates a circular dependency and it fails to start bulk building. So for now remove PHP from OPTIONS_DEFAULT. PR: 260595 Approved by: ale portmgr(exp-run) Sponsored by: Bounce Experts
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9bd25062a8ea..2ea507392648 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220125:
+ AFFECTS: users of lang/php74
+ AUTHOR: tz@FreeBSD.org
+
+ The default version of PHP has been switched from 7.4 to 8.0.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info php7\* > ~/installed-php-ports-list
+
+ After the upgrade, check with such list if all your php extensions
+ are still installed, and reinstall them if needed.
+
+ If you use mod_php74 you need to deinstall it and install mod_php80.
+
20220120:
AFFECTS: users of x11-wm/dwm
AUTHOR: 0mp@FreeBSD.org