From owner-svn-ports-all@FreeBSD.ORG Wed Jan 29 21:44:41 2014 Return-Path: Delivered-To: svn-ports-all@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 2F1CA571 for ; Wed, 29 Jan 2014 21:44:41 +0000 (UTC) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FC8418DF for ; Wed, 29 Jan 2014 21:44:40 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id w7so1952780lbi.13 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=NWWjnNJ3y2H6keKHc2HSUCU7J3wXrtepnr5Yo1os0ye7xglpfNLdi7vWE7TPlYfRBF URM5Azwiifg7cDTt6hkxA6CEYa4B8vtAHlEL4QYiL2nu+AfwcStHp7IOWWCkLfDMwvyG 8b3g+wTX3WxU6k+xEyWolPCpk5w606iIft0RhfFFGVZIqb2nFiC0uSYcx7OBatTEpb1r JVy/tCO/p73WQ+s05A+YUuHCgal9MQM6OOrP3ZSqT/ndkAuf6YTIkoKvVAvLI4Q+PDv6 Az1E7+sBhAc5IEx8mEcQEaMd0CzfyCKDGJpgzK0jqlgXEXKO5ojatsCHsR8QJoahq/VS Y2Fg== X-Gm-Message-State: ALoCoQnNDLirC6fGOdExyAcGcbZIws7d5YPuGgksQYG7wI+862Ie2iwUlrmlSfpJfzIuvTdT/c2I 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree 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.