diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-18 04:56:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-18 04:56:49 +0800 |
commit | 307e7060d0648ea75d8a1172f49470e4fb46d10c (patch) | |
tree | dfc2991c9e4e36d53b67d7d462fa26b885173d8a /UPDATING | |
parent | 63d96801988c3ab7541bf9292816869676fd52b1 (diff) | |
download | freebsd-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-- | 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: |