From owner-freebsd-ports@FreeBSD.ORG Sat Feb 22 18:29:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35B32B75 for ; Sat, 22 Feb 2014 18:29:18 +0000 (UTC) Received: from sunner.semmy.ru (sunner.semmy.ru [195.54.209.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E08F210B8 for ; Sat, 22 Feb 2014 18:29:17 +0000 (UTC) Received: from broadband-178-140-93-168.nationalcablenetworks.ru ([178.140.93.168] helo=[127.0.0.1]) by sunner.semmy.ru with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WHHK7-000LtQ-NZ for freebsd-ports@freebsd.org; Sat, 22 Feb 2014 22:29:15 +0400 Message-ID: <5308EC84.3000601@FreeBSD.org> Date: Sat, 22 Feb 2014 22:29:24 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: gettext and libiconv conflicting References: <5308E9EA.2020602@FreeBSD.org> In-Reply-To: <5308E9EA.2020602@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 18:29:18 -0000 22.02.2014 22:18, Sergey Matveychuk wrote: > Hi. > > How to fix? > > Installing libiconv-1.14_1...pkg-static: libiconv-1.14_1 conflicts with > gettext-0.18.1.1 (installs files into the same place). Problematic > file: /usr/local/lib/charset.alias Found in UPDATING: 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.