Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 22:08:47 +0100
From:      Anton Berezin <tobez@freebsd.org>
To:        perl@FreeBSD.org
Subject:   Re: can't build devel/p5-Locale-libintl due to gettext changes
Message-ID:  <20150105210847.GC35970@heechee.tobez.org>
In-Reply-To: <20150105210108.GI89722@itcom245.staff.itd.umich.edu>
References:  <20150105210108.GI89722@itcom245.staff.itd.umich.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

On Mon, Jan 05, 2015 at 04:01:08PM -0500, William Bulley wrote:
> I have just updated my ports tree (svn update /usr/ports) on this
> 9.3-STABLE i386 system.
> 
> I was trying to "portmaster www/firefox" when I ran into a conflict
> between gettext-0.18.3.1 and gettext-runtime-0.19.3 which is confusing.

Does following the instructions in /usr/ports/UPDATING for 20141130 fix the
problem?

----------8<-----------8<-----------8<-----------8<-----------8<------
20141130:
  AFFECTS: users of devel/gettext (close to everyone)
  AUTHOR: tijl@FreeBSD.org

  The devel/gettext port has been split up in devel/gettext-runtime, a
  lightweight package containing runtime libraries, and devel/gettext-tools,
  a package containing developer tools.  The devel/gettext port still exists
  as a metaport.

  You must first delete the existing installation of gettext and then
  reinstall it.  This will break sudo, so you *must* do this in a root
  shell (sudo -i) if you use sudo.

  # pkg delete -f gettext
  # portmaster devel/gettext

  Or for portupgrade users:

  # pkg delete -f gettext
  # portinstall devel/gettext

  Or for binary users:

  # pkg delete -f gettext
  # pkg upgrade
----------8<-----------8<-----------8<-----------8<-----------8<------

Cheers,
\Anton.
-- 
Our society can survive even a large amount of irrational regulation.
  -- John McCarthy



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