diff options
author | ade <ade@FreeBSD.org> | 2007-03-18 16:48:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-03-18 16:48:36 +0800 |
commit | a241cefa777ea6e339977ae2fee8992d54798b09 (patch) | |
tree | 819888f0552bb29cc5e3283930b8c1e633493be9 /UPDATING | |
parent | 101dcaf2a18b7db356e94ebfd70e1aa113fc343a (diff) | |
download | freebsd-ports-gnome-a241cefa777ea6e339977ae2fee8992d54798b09.tar.gz freebsd-ports-gnome-a241cefa777ea6e339977ae2fee8992d54798b09.tar.zst freebsd-ports-gnome-a241cefa777ea6e339977ae2fee8992d54798b09.zip |
Add some verbiage about the devel/gettext upgrade.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070318: + AFFECTS: users of devel/gettext (ie: YOU) + AUTHOR: ade@FreeBSD.org + + As a result of the upgrade to gettext-0.16.1, the shared library version + of libintl has changed, so you will need to rebuild all ports that + depend on gettext (ie: most of them, sorry). + + portupgrade -rf gettext + portmaster -r gettext + + In addition, if you have multimedia/vlc installed, you should deinstall + it *before* either of the above commands, and reinstall it manually + afterwards - vlc erroneously installs its own version of lib/charset.alias + which will overwrite the one supplied by devel/gettext otherwise. + 20070313: AFFECTS: users of x11/kdebase3 AUTHOR: kde@freebsd.org |