From owner-freebsd-ports@FreeBSD.ORG Wed Aug 21 16:26:39 2013 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 ESMTP id 29E6F74A; Wed, 21 Aug 2013 16:26:39 +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 A535427A4; Wed, 21 Aug 2013 16:26:38 +0000 (UTC) Received: from vc-gw.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (shby/5910021009) with SMTP id r7LGQaao029219; Thu, 22 Aug 2013 01:26:36 +0900 Received: from smtp-gw.biglobe.ne.jp ([172.30.161.158]) by vc-gw.biglobe.ne.jp (kbkr/0716090908) with ESMTP id r7LGQaks004858; Thu, 22 Aug 2013 01:26:36 +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 B5uEAC1EB41E; Thu, 22 Aug 2013 01:26:36 +0900 (JST) Message-ID: <5214EA3C.4040207@kbh.biglobe.ne.jp> Date: Thu, 22 Aug 2013 01:26:36 +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: Daniel Nebdal Subject: Re: [patch]Uses/iconv.mk, devel/getext has no libiconv linkage. References: <51FFCF2D.3010105@kbh.biglobe.ne.jp> <52002D1D.3060004@passap.ru> <5210F092.9080509@kbh.biglobe.ne.jp> In-Reply-To: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: gnome@freebsd.org, Boris Samorodov , Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 16:26:39 -0000 On 2013/08/21 21:33, Daniel Nebdal wrote: > On Sun, Aug 18, 2013 at 6:04 PM, Yamaya Takashi > wrote: >> 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. >> >> > This sounds like the underlying problem I have with print/cups-image, > as well: It depends on iconv, but fails to add it to LDFLAGS when > compiling. > Now, no problem. Because base system's iconv was broken, but was repaired at r254080. Discard my patch.