From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 18 16:04:33 2013 Return-Path: Delivered-To: gnome@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 ESMTP id B822E163; Sun, 18 Aug 2013 16:04:33 +0000 (UTC) (envelope-from yamayan@kbh.biglobe.ne.jp) Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [IPv6:2001:260:401:16::4]) by mx1.freebsd.org (Postfix) with ESMTP id 886DC2E14; Sun, 18 Aug 2013 16:04:32 +0000 (UTC) Received: from vc-gw.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (shby/5910021009) with SMTP id r7IG4Ufa001629; Mon, 19 Aug 2013 01:04:30 +0900 Received: from smtp-gw.biglobe.ne.jp ([172.30.161.159]) by vc-gw.biglobe.ne.jp (kbkr/0716090908) with ESMTP id r7IG4UYZ006216; Mon, 19 Aug 2013 01:04:30 +0900 X-Biglobe-Sender: Received: from [192.168.0.100] (KD027083060020.ppp-bb.dion.ne.jp [27.83.60.20]) by smtp-gw.biglobe.ne.jp id B4UBAC1EB41F; Mon, 19 Aug 2013 01:04:30 +0900 (JST) Message-ID: <5210F092.9080509@kbh.biglobe.ne.jp> Date: Mon, 19 Aug 2013 01:04:34 +0900 From: Yamaya Takashi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130814 Thunderbird/17.0.8 MIME-Version: 1.0 To: Boris Samorodov Subject: Re: [patch]Uses/iconv.mk, devel/getext has no libiconv linkage. References: <51FFCF2D.3010105@kbh.biglobe.ne.jp> <52002D1D.3060004@passap.ru> In-Reply-To: <52002D1D.3060004@passap.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: gnome@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 16:04:33 -0000 On 2013/08/06 07:54, Boris Samorodov wrote: > (CC to the maintainer: gnome@FreeBSD.org) > > 05.08.2013 20:13, Yamaya Takashi пишет: >> Some ports, e.g. devel/glib20, cannot build because devel/gettext has no >> libiconv linkage. >> msgfmt cannot handle utf-8 and say "invalid multibyte sequence". >> >> Patch attached file and rebuild devel/gettext, msgfmt works correctly. > Confirmed. The fix works. Thanks! > Please commit my patch. It is not only for devel/gettext. It's for some ports which have USES += iconv.