aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-09-18 04:56:49 +0800
committerantoine <antoine@FreeBSD.org>2015-09-18 04:56:49 +0800
commit307e7060d0648ea75d8a1172f49470e4fb46d10c (patch)
treedfc2991c9e4e36d53b67d7d462fa26b885173d8a /UPDATING
parent63d96801988c3ab7541bf9292816869676fd52b1 (diff)
downloadfreebsd-ports-gnome-307e7060d0648ea75d8a1172f49470e4fb46d10c.tar.gz
freebsd-ports-gnome-307e7060d0648ea75d8a1172f49470e4fb46d10c.tar.zst
freebsd-ports-gnome-307e7060d0648ea75d8a1172f49470e4fb46d10c.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]
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: