From owner-svn-src-head@FreeBSD.ORG Sun Feb 16 21:53:34 2014 Return-Path: Delivered-To: svn-src-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 1785A1F3; Sun, 16 Feb 2014 21:53:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03B0912C1; Sun, 16 Feb 2014 21:53:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GLrXw5066153; Sun, 16 Feb 2014 21:53:33 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GLrXPw066152; Sun, 16 Feb 2014 21:53:33 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201402162153.s1GLrXPw066152@svn.freebsd.org> From: Julio Merino Date: Sun, 16 Feb 2014 21:53:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262000 - head/contrib/atf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 21:53:34 -0000 Author: jmmv Date: Sun Feb 16 21:53:33 2014 New Revision: 262000 URL: http://svnweb.freebsd.org/changeset/base/262000 Log: Undefine HAVE_VSNPRINTF_IN_STD. Should fix the build with g++/libstdc++. This is what we used to do prior the import of atf 0.20 and the build worked just fine with both libstdc++ and libc++. Still investigating how to properly fix this upstream so that we do not hit the same issue on the next import. Modified: head/contrib/atf/bconfig.h Modified: head/contrib/atf/bconfig.h ============================================================================== --- head/contrib/atf/bconfig.h Sun Feb 16 20:54:26 2014 (r261999) +++ head/contrib/atf/bconfig.h Sun Feb 16 21:53:33 2014 (r262000) @@ -56,7 +56,7 @@ #define HAVE_UNSETENV 1 /* Define to 1 if vsnprintf is in std */ -#define HAVE_VSNPRINTF_IN_STD 1 +/* #undef HAVE_VSNPRINTF_IN_STD */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */