diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-02 01:03:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-02 01:03:57 +0000 |
commit | 6ab8d44a1a1e8523cd50ec2b2488008e720bcb06 (patch) | |
tree | 3fe2e0b049d6c1d02fce6ae3f109f1f510e6481e /UPDATING | |
parent | 36592be5b53076f45b85381b1c2155e62c62b2a7 (diff) |
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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |