diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 04:16:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 04:16:53 +0800 |
commit | 2844061db1a6c6c559c89ab1073f8fe0d197c53b (patch) | |
tree | 1d0270eb329b3c8db105c66bcd8a0bcc6f2275a5 /UPDATING | |
parent | 918214ddc26ec69e36c94fdb9bd454b444d7e8ab (diff) | |
download | freebsd-ports-gnome-2844061db1a6c6c559c89ab1073f8fe0d197c53b.tar.gz freebsd-ports-gnome-2844061db1a6c6c559c89ab1073f8fe0d197c53b.tar.zst freebsd-ports-gnome-2844061db1a6c6c559c89ab1073f8fe0d197c53b.zip |
- Make the gettext instructions a bit more fool-proof.
Requested by: netchild
Useful until: someone invents bigger fool
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -100,10 +100,13 @@ upgrades. 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). + depend on gettext (ie: most of them, sorry): - portupgrade -rf gettext - portmaster -r gettext + portupgrade -rf gettext + + or + + 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 |