diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-17 20:56:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-17 20:56:49 +0000 |
commit | 7049c057303cdb3429a733729e0b800a58016868 (patch) | |
tree | dfc2991c9e4e36d53b67d7d462fa26b885173d8a /UPDATING | |
parent | cc8446f3ae0102e023882476f1d29ee1f804028f (diff) | |
download | ports-7049c057303cdb3429a733729e0b800a58016868.tar.gz ports-7049c057303cdb3429a733729e0b800a58016868.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -12,9 +12,11 @@ you update your ports collection, before attempting any port upgrades. Default implementation of jpeg has been switched from graphics/jpeg to graphics/jpeg-turbo. To perform the upgrade, use instructions below. - If using binary packages: 'pkg upgrade' will do the right thing. + If using binary packages: 'pkg upgrade' will do the right thing. If it + doesn't and complains about 'Cannot solve problem using SAT solver', run + 'pkg install jpeg-turbo' before 'pkg upgrade'. - If using portmgaster: + If using portmaster: # portmaster -o graphics/jpeg-turbo graphics/jpeg If using portupgrade: |