svn commit: r314564 - head

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 18 13:30:06 UTC 2013


Author: bapt
Date: Mon Mar 18 13:30:05 2013
New Revision: 314564
URL: http://svnweb.freebsd.org/changeset/ports/314564

Log:
  Add a note about libiconv/gettext upgrade in UPDATING
  
  Reported by:	jrm (via irc)
  Wording by:	koobs, jrm (via irc)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Mar 18 13:09:15 2013	(r314563)
+++ head/UPDATING	Mon Mar 18 13:30:05 2013	(r314564)
@@ -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 at 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 at FreeBSD.org


More information about the svn-ports-head mailing list