aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-18 13:30:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-18 13:30:05 +0000
commit6a3a22c0f0098ecbc0577c4d76894ab2f644bab2 (patch)
tree1daaf527cad002a19e69ed705b3610290a305cbb /UPDATING
parent29621a2d5764a1160d1f60e7602a57bfca559f10 (diff)
downloadports-6a3a22c0f0098ecbc0577c4d76894ab2f644bab2.tar.gz
ports-6a3a22c0f0098ecbc0577c4d76894ab2f644bab2.zip
Add a note about libiconv/gettext upgrade in UPDATING
Reported by: jrm (via irc) Wording by: koobs, jrm (via irc)
Notes
Notes: svn path=/head/; revision=314564
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4bc1a8733391..3a03d3021fec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130316:
+ AFFECTS: users of converters/libiconv and devel/gettext
+ AUTHOR: bapt@FreeBSD.org
+
+ libiconv now handles the lib/charset.alias file instead of devel/gettext.
+ If you are using pkgng 'and' upgrading from source with portupgrade or
+ portmaster, first delete gettext, upgrade libiconv, then reinstall gettext.
+
+ # pkg delete -f devel/gettext
+ # portmaster converters/libiconv devel/gettext
+ or
+ # pkg delete -f devel/gettext
+ # portupgrade converters/libiconv devel/gettext
+
20130308:
AFFECTS: users of net-im/folks and devel/libgee
AUTHOR: kwm@FreeBSD.org