aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-17 20:56:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-17 20:56:49 +0000
commit7049c057303cdb3429a733729e0b800a58016868 (patch)
treedfc2991c9e4e36d53b67d7d462fa26b885173d8a /UPDATING
parentcc8446f3ae0102e023882476f1d29ee1f804028f (diff)
downloadports-7049c057303cdb3429a733729e0b800a58016868.tar.gz
ports-7049c057303cdb3429a733729e0b800a58016868.zip
- Fix a typo [1]
- Add a possible workaround for an issue that may happen during pkg upgrade after the jpeg -> jpeg-turbo switch Reported by: cperciva [1]
Notes
Notes: svn path=/head/; revision=397204
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 4 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 57bbb4157eee..cf09a54f2731 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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: