From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 21:44:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1864656E for ; Wed, 29 Jan 2014 21:44:41 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F58E18DE for ; Wed, 29 Jan 2014 21:44:40 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id mc6so1948945lab.14 for ; Wed, 29 Jan 2014 13:44:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2Yz2zQma8wHeps1ByTGxJzHG1WNeHmqFIA9Nygztsn8=; b=WdATfP0NeckHR9t+tjcLa1/w0AFFQ34O5SVHl/yxDC/bfpG1ykK4vp8PQo34q57kwZ +rX6f+VHKOONNuySHo9ouKA/8oyZ4OjEeJRfikfPtcxGse1Hi/dxU1j8h/BCMcdPPitX 1hboMsPOmaIBt9r7OHviW4yCd/DzNVssWvlkjqrossPLy0O9foN/YfqABL7XUdXhJaWh 1Ho/4E8MLbm2rdvoBUtwVTRLt9GO2p7Vg/wdKma/I4uPrMhvlqIfqukchVl0s4l3nnIk JVPyYGasgiIhD+S59EPKs7jRrmW7HKSUH0/G0LdRtCeZ7kntn05l5wFJ1i1jrJuvocqD 155A== X-Gm-Message-State: ALoCoQm3pHh3waSAfNprSW1ZqGp8oYkBAwzfPo8MMga4/NrXMCi2/mnHxatcA90WSUdvHyPXW3I6 X-Received: by 10.112.138.233 with SMTP id qt9mr2978982lbb.34.1391031872558; Wed, 29 Jan 2014 13:44:32 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id sv5sm3857233lbb.9.2014.01.29.13.44.31 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 13:44:32 -0800 (PST) Message-ID: <52E97640.5020703@freebsd.org> Date: Thu, 30 Jan 2014 01:44:32 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r341775 - in head: Mk/Uses converters/libiconv devel/gettext References: <201401292024.s0TKOomF031237@svn.freebsd.org> In-Reply-To: <201401292024.s0TKOomF031237@svn.freebsd.org> X-Enigmail-Version: 1.7a1pre Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 21:44:41 -0000 On 30.01.2014 0:24, Tijl Coosemans wrote: > - Add two new arguments to USES=iconv so ports can indicate they use GNU > iconv extensions that the base system iconv doesn't support yet: > * wchar_t: port uses the special WCHAR_T character conversion. > * translit: port uses //TRANSLIT or //IGNORE conversion options. > Adding one or both of these arguments makes the port depend on > converters/libiconv for now. > - Allow installation of converters/libiconv on FreeBSD 10+. Delete-restore loop. What people smoke, replacing gnu iconv with system one without even implementing //TRANSLIT and //IGNORE first? At this stage looks more logical to implement them in the system iconv, rather than to return gnu one back.