diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-16 20:35:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-16 20:35:13 +0000 |
commit | b7aac35e1b37cb1264698a7af0cc9e5614ac5d6e (patch) | |
tree | 0e330e1751b7f9252b247915b2491d53c66ce07e /UPDATING | |
parent | 302ed8d6debb8f0e1f9e645f42d7265c154d9be2 (diff) | |
download | ports-b7aac35e1b37cb1264698a7af0cc9e5614ac5d6e.tar.gz ports-b7aac35e1b37cb1264698a7af0cc9e5614ac5d6e.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ 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. +20150916: + AFFECTS: users of graphics/jpeg + AUTHOR: antoine@FreeBSD.org + + 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 portmgaster: + # portmaster -o graphics/jpeg-turbo graphics/jpeg + + If using portupgrade: + # portupgrade -f -o graphics/jpeg-turbo graphics/jpeg + + If you compile your ports and want to keep using IJG's jpeg implementation, + add this line to your /etc/make.conf file: + JPEG_PORT=graphics/jpeg + 20150914: AFFECTS: users of lang/perl5* AUTHOR: mat@FreeBSD.org |