From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 18:48:22 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12AFB473; Mon, 22 Oct 2012 18:48:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id C0CA38FC1A; Mon, 22 Oct 2012 18:48:21 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c885:d4a7:e016:ae9d] (unknown [IPv6:2001:7b8:3a7:0:c885:d4a7:e016:ae9d]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 3D4475C59; Mon, 22 Oct 2012 20:48:20 +0200 (CEST) Message-ID: <508594F0.4040301@FreeBSD.org> Date: Mon, 22 Oct 2012 20:48:16 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r241903 - in head/contrib/libc++: . include src src/support References: <201210221825.q9MIP5B0071073@svn.freebsd.org> In-Reply-To: <201210221825.q9MIP5B0071073@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 18:48:22 -0000 On 2012-10-22 20:25, Dimitry Andric wrote:> Author: dim > Date: Mon Oct 22 18:25:04 2012 > New Revision: 241903 > URL: http://svn.freebsd.org/changeset/base/241903 > > Log: > Import libc++ trunk r165949. Among other improvements and bug fixes, > this has many visibility problems fixed, which should help with > compiling certain ports that exercise C++11 mode (i.e. Firefox). > > Also, belatedly add the LICENSE.TXT and accompanying CREDITS.TXT files, > which are referred to in all the source files. Note that with llvm and clang, we install these license files into /usr/share/doc/{llvm,clang}, together with the (admittedly sparse) other documentation. For libc++, there isn't any offline documentation to install right now, so making a /usr/share/doc/libc++ directory for just the .TXT files might be a little overkill? Maybe we should install them into the include directory?