mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Add a note about PHP flavors.
Sponsored by: Absolight
This commit is contained in:
parent
f31acf3c89
commit
8a7c838a48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472193
22
UPDATING
22
UPDATING
@ -5,6 +5,28 @@ 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.
|
||||
|
||||
20180611:
|
||||
AFFECTS: users of PHP based applications
|
||||
AUTHOR: mat@FreeBSD.org
|
||||
|
||||
Flavors are being added to PHP applications. When a port is flavorized, pkg
|
||||
needs to be told about the name change, for example, if PHP 5.6 is the one
|
||||
you need:
|
||||
|
||||
# pkg set -n php-composer:php56-composer
|
||||
# pkg set -n squirrelmail:squirrelmail-php56
|
||||
|
||||
Most port will have packages for all PHP versions present in the ports tree,
|
||||
but some may not be compatible with a specific version.
|
||||
|
||||
To get the available flavors, pkg rquery can be used:
|
||||
|
||||
# pkg rquery %n mail/squirrelmail
|
||||
squirrelmail-php56
|
||||
squirrelmail-php70
|
||||
squirrelmail-php71
|
||||
squirrelmail-php72
|
||||
|
||||
20180602:
|
||||
AFFECTS: users of net/frr
|
||||
AUTHOR: olivier@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user