1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Make the gettext instructions a bit more fool-proof.

Requested by:	netchild
Useful until:	someone invents bigger fool
This commit is contained in:
Pav Lucistnik 2007-03-28 20:16:53 +00:00
parent f27926601a
commit 90d127bfed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188689

View File

@ -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