Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 13:30:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314564 - head
Message-ID:  <201303181330.r2IDU6DF054618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181330.r2IDU6DF054618>