From owner-svn-ports-all@FreeBSD.ORG Tue Apr 28 15:00:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B21D490; Tue, 28 Apr 2015 15:00:23 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5168F18C9; Tue, 28 Apr 2015 15:00:23 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CEF6243BC9; Tue, 28 Apr 2015 10:00:13 -0500 (CDT) Message-ID: <553FA06F.8000602@marino.st> Date: Tue, 28 Apr 2015 16:59:59 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , John Marino CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> In-Reply-To: <20150428165407.1bb95495@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 28 Apr 2015 15:00:23 -0000 On 4/28/2015 16:54, Tijl Coosemans wrote: > On Tue, 28 Apr 2015 12:16:34 +0000 (UTC) John Marino wrote: >> Author: marino >> Date: Tue Apr 28 12:16:33 2015 >> New Revision: 384894 >> URL: https://svnweb.freebsd.org/changeset/ports/384894 [snip] > > On FreeBSD 10 it will link to libiconv without these instead of using > libc iconv. I believe it will also try to use an internal libintl instead > of using libintl from gettext-runtime. I don't fully understand what was being accomplished. I do know that it still builds on FreeBSD 8,9, and 10 after this change and now it again builds on DragonFly which it didn't before (it couldn't find -lintl during the build) This isn't an issue for lang/gcc* ports because they disable NLS unconditionally. the gcc*-aux ports are the only ones that offer NLS option. I honestly don't know what the "pre" problem with iconv was (because I don't need NLS myself) John