From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 00:46:59 2013 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 ESMTP id 96AE635E; Wed, 4 Sep 2013 00:46:59 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6CDF92A69; Wed, 4 Sep 2013 00:46:59 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id DA5233F418; Tue, 3 Sep 2013 20:46:54 -0400 (EDT) Date: Wed, 4 Sep 2013 02:46:53 +0200 (CEST) From: Gerald Pfeifer To: Guido Falsi Subject: Re: svn commit: r325668 - head/x11-toolkits/open-motif In-Reply-To: <52206DF8.1000401@FreeBSD.org> Message-ID: References: <201308300952.r7U9qKsF026518@svn.freebsd.org> <52206DF8.1000401@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Peter Wemm , Boris Samorodov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 04 Sep 2013 00:46:59 -0000 On Fri, 30 Aug 2013, Guido Falsi wrote: > I'm having a lot of failures too related to libiconv symbols. These seem > related by enabling iconv in libc on latest current. > > I'm not sure that forcing them to link against gnu libiconv is a good > long term solution. I think that making them work with just the libc > iconv implementation is a better solution, even if a little harder. It > would allow us to not depend anymore on the libiconv port too. > > I'm experimenting with making Uses/iconv.mk a noop for current where > libc includes iconv functions and making other ports compile using > system provided iconv. It looks doable, most ports need just trivial > fixes. http://www.freebsd.org/cgi/query-pr.cgi?pr=161417 is one that's been open for a while. The patch against GCC there is a hack, though, which I'd prefer to avoid. http://www.freebsd.org/cgi/query-pr.cgi?pr=164932 is closed, but seems to rear its ugly head again (lang/gcc47, though not lang/gcc46 nor lang/gcc48 in my tests -- testing a shorter hack now). Gerald