From 6ab8d44a1a1e8523cd50ec2b2488008e720bcb06 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 2 Jun 2010 01:03:57 +0000 Subject: [PATCH] Mention the peculiar case of devel/gobject-introspection in the gettext instructions. Suggested by: Kevin Oberman --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index fbcb1017efc9..5af21b4c6b09 100644 --- a/UPDATING +++ b/UPDATING @@ -18,6 +18,16 @@ you update your ports collection, before attempting any port upgrades. # portupgrade -rf gettext # portmaster -r gettext + The upgrade of devel/gobject-introspection may fail because it is looking + for libintl.so.8. In this case, do the following: + + # cd /usr/ports/devel/gobject-introspection + # make clean + # make deinstall + # make install clean + + Then continue your upgrade. + 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.