svn commit: r241903 - in head/contrib/libc++: . include src src/support

Dimitry Andric dim at FreeBSD.org
Mon Oct 22 18:48:22 UTC 2012


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?


More information about the svn-src-all mailing list