aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-06-02 01:03:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-06-02 01:03:57 +0000
commit6ab8d44a1a1e8523cd50ec2b2488008e720bcb06 (patch)
tree3fe2e0b049d6c1d02fce6ae3f109f1f510e6481e /UPDATING
parent36592be5b53076f45b85381b1c2155e62c62b2a7 (diff)
downloadports-6ab8d44a1a1e8523cd50ec2b2488008e720bcb06.tar.gz
ports-6ab8d44a1a1e8523cd50ec2b2488008e720bcb06.zip
Mention the peculiar case of devel/gobject-introspection in the gettext
instructions. Suggested by: Kevin Oberman <oberman@es.net>
Notes
Notes: svn path=/head/; revision=255481
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
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.