Add -w to the recommended portmaster command line for gettext, and give
instructions on how to remove the old libs once the user is sure they are no longer needed.
This commit is contained in:
parent
75f5e2adf3
commit
7ebb47a007
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255492
1 changed files with 6 additions and 2 deletions
8
UPDATING
8
UPDATING
|
@ -16,7 +16,7 @@ you update your ports collection, before attempting any port upgrades.
|
|||
have had their PORTREVISIONs bumped. If after upgrading:
|
||||
|
||||
# portupgrade -rf gettext
|
||||
# portmaster -r gettext
|
||||
# portmaster -w -r gettext
|
||||
|
||||
The upgrade of devel/gobject-introspection may fail because it is looking
|
||||
for libintl.so.8. In this case, do the following:
|
||||
|
@ -28,10 +28,14 @@ you update your ports collection, before attempting any port upgrades.
|
|||
|
||||
Then continue your upgrade.
|
||||
|
||||
there are still ports on your system that are looking for libintl.so.8
|
||||
If there are still ports on your system that are looking for libintl.so.8
|
||||
(either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
|
||||
a PR so that a correct direct dependency can be added.
|
||||
|
||||
Once you are satisfied that no ports still depend on the old versions (such
|
||||
as libgettextpo.so.4 and libintl.so.8) you can safely delete them from the
|
||||
${LOCALBASE}/lib/compat/pkg directory if they are present there.
|
||||
|
||||
20100524:
|
||||
AFFECTS: users of devel/darcs, ports-mgmt/porte, textproc/pandoc,
|
||||
x11/xmobar, x11-wm/xmonad, x11-wm/xmonad-contrib
|
||||
|
|
Loading…
Reference in a new issue