From owner-svn-ports-all@FreeBSD.ORG Wed Mar 12 10:09:06 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 26C68729; Wed, 12 Mar 2014 10:09:06 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF2D46BB; Wed, 12 Mar 2014 10:09:05 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D6B77BDC5C; Wed, 12 Mar 2014 11:09:03 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A3941BDC5A; Wed, 12 Mar 2014 11:09:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 2E5CAD0D757B; Wed, 12 Mar 2014 11:09:03 +0100 (CET) Date: Wed, 12 Mar 2014 11:09:02 +0100 From: Mathieu Arnold To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r347897 - head/devel/git Message-ID: In-Reply-To: <201403111758.s2BHwmaJ008196@svn.freebsd.org> References: <201403111758.s2BHwmaJ008196@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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, 12 Mar 2014 10:09:06 -0000 +--On 11 mars 2014 17:58:48 +0000 Tijl Coosemans wrote: | Author: tijl | Date: Tue Mar 11 17:58:47 2014 | New Revision: 347897 | URL: http://svnweb.freebsd.org/changeset/ports/347897 | QAT: https://qat.redports.org/buildarchive/r347897/ | | Log: | Prevent detection of libcharset.h from converters/libiconv. | | This forces git to use nl_langinfo() from libc instead of | locale_charset() from libiconv. (The latter is practically an alias | for the first.) This need a PORTREVISION bump, doesn't it ? -- Mathieu Arnold