From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 20:05:10 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 05AEC1B5 for ; Sat, 1 Feb 2014 20:05:10 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A17919CB for ; Sat, 1 Feb 2014 20:05:09 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id w7so4272319lbi.7 for ; Sat, 01 Feb 2014 12:05:01 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RuzDHGyLm2iIWIGqgbl6jOSksv9XCFIbvCW0NO1giv4=; b=le8mzTDTu6Sgojk6IyulAkJEXR0gqXMZmz8gUf0/LxCut9pqPi0oJnrg6/km+Msxa4 B1Cx/dtl7fvl2l4TUgw5UDfbNp3EGeJ0v5HQguL/ol0hrj4kX0BmgoONKF8+zTjC7iAd vBMO7Q2P2lVM67EvBQD+LjKK6NmUp/uS3gmCEaY7Ea6ytAfsBPZry4kb5Z83WhkYR0tk y5Tl9QaZ3JgcOVNj4aRPa/SZW582Wnphpz05/PShq7ExutoY3yjCUcInTBb5xOUm3Jnl oSMm6IouVMDTCOlxW8YHu8ZfcVY8q0dcrxu7PnB/GvFQfUuMiaW/nnu903nF3yE0Cr2m Nj0g== X-Gm-Message-State: ALoCoQkGM6036T47287TBP+EVSfoj9Ri8uBaNA38UvbfidrM/bFnfk0aJ5j7C6ho6TLDybdnEU1b X-Received: by 10.152.236.72 with SMTP id us8mr18897669lac.11.1391285101003; Sat, 01 Feb 2014 12:05:01 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id bn5sm14970159lbc.10.2014.02.01.12.04.59 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Feb 2014 12:05:00 -0800 (PST) Message-ID: <52ED536C.3020506@freebsd.org> Date: Sun, 02 Feb 2014 00:05:00 +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 Subject: Re: svn commit: r341775 - in head: Mk/Uses converters/libiconv devel/gettext References: <201401292024.s0TKOomF031237@svn.freebsd.org> <52E97640.5020703@freebsd.org> <52EA297E.6030607@kovesdan.org> <20140130132652.5d945d44@kalimero.tijl.coosemans.org> <52EA862C.30201@freebsd.org> <20140130225350.5260dc47@kalimero.tijl.coosemans.org> In-Reply-To: <20140130225350.5260dc47@kalimero.tijl.coosemans.org> X-Enigmail-Version: 1.7a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: =?UTF-8?B?R8OhYm9yIEvDtnZlc2TDoW4=?= , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Sat, 01 Feb 2014 20:05:10 -0000 On 31.01.2014 1:53, Tijl Coosemans wrote: >> Well, exact steps for 10-release: >> 1) Fully restore GNU iconv for ports, not partial restore as now. There >> is no sense to wait for user reports that something is broken when the >> possible bug source is clearly identified. Users not always able to >> track it down. >> 2) Implement GNU compatible //TRANSLIT, //IGNORE and WCHAR_T in system >> iconv. >> 3) Delete GNU one again in the future 10.x release. >> >> Even in case 2) and 3) will never happens, step 1) is required. > > Well, if others also think this is necessary I won't object. Libiconv > is a small dependency after all. But at the moment I don't think it's > necessary. System iconv works in the large majority of cases now and > any remaining bugs will only be discovered if we continue to use it by > default. GNU configure may auto-pick installed libiconv from /usr/local/lib. In that case package will depend on it without dependency actually listed.