aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-06-02 02:49:16 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-06-02 02:49:16 +0000
commit7ebb47a007d3210b8169ae899c5e2321a5299eab (patch)
tree780675ca577b13ed0cca7403275b48cd54cd82fd /UPDATING
parent75f5e2adf3f84d005bbfdfba35467d166403fd42 (diff)
downloadports-7ebb47a007d3210b8169ae899c5e2321a5299eab.tar.gz
ports-7ebb47a007d3210b8169ae899c5e2321a5299eab.zip
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.
Notes
Notes: svn path=/head/; revision=255492
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 6 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 5af21b4c6b09..279ab72cca6a 100644
--- a/UPDATING
+++ b/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